/* =========================================================
   EILORA / إيلورا — Salla Raed Theme — V8.2 CLEAN
   Programming & UI Refinement by KAMAL ALESAYI
   Clean consolidated build — no legacy V6 overrides.
   Internal code credit only — not rendered in the storefront.
   ========================================================= */

:root{
  --el-primary:#8f5d66;
  --el-primary-dark:#6f434b;
  --el-gold:#c7a16a;
  --el-text:#30292b;
  --el-muted:#776d70;
  --el-bg:#fbf8f7;
  --el-footer:#f6efec;
  --el-line:rgba(143,93,102,.14);
}

html{scroll-behavior:smooth}

body{
  color:var(--el-text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* =========================================================
   HEADER — stable against Salla hydration/sticky recalculation
   ========================================================= */

.eilora-native-search-offscreen{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  min-width:1px !important;
  min-height:1px !important;
  max-width:1px !important;
  max-height:1px !important;
  inset-inline-start:-10000px !important;
  top:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  border:0 !important;
}

.eilora-native-header-hidden{display:none !important}

/* Critical: Raed/Twilight can assign inline height:0px after hydration. */
body.eilora-header-ready #mainnav,
body.eilora-header-ready .main-nav-container{
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  margin-top:0 !important;
  padding-top:0 !important;
}

body.eilora-header-ready header.store-header{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  margin-top:0 !important;
  padding-top:0 !important;
}

.eilora-header-v8{
  display:block !important;
  position:relative;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  background:#fff;
  border-bottom:1px solid var(--el-line);
  box-shadow:0 3px 14px rgba(73,46,52,.03);
  z-index:40;
}

/* Logo gets its own row. No CSS zoom, no cropping. */
.eilora-logo-row{
  height:100px !important;
  min-height:100px !important;
  max-height:none !important;
  padding:4px 12px 2px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
  border-bottom:1px solid rgba(143,93,102,.08);
}

.eilora-logo-link{
  width:100px !important;
  height:94px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
  text-decoration:none !important;
  flex:0 0 auto !important;
}

.eilora-logo-link img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  clip-path:none !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

/* Separate action row */
.eilora-actions-row{
  height:44px !important;
  min-height:44px !important;
  display:grid !important;
  grid-template-columns:1fr auto 1fr;
  align-items:center !important;
  padding:0 10px !important;
  margin:0 !important;
  background:#fff;
  overflow:visible !important;
}

.eilora-actions-left{
  grid-column:1;
  justify-self:start;
  display:flex !important;
  align-items:center !important;
  gap:4px;
  direction:ltr;
}

.eilora-actions-right{
  grid-column:3;
  justify-self:end;
}

.eilora-header-btn,
.eilora-header-cart{
  width:29px !important;
  height:29px !important;
  min-width:29px !important;
  min-height:29px !important;
  padding:0 !important;
  border-radius:50% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(143,93,102,.15) !important;
  background:#fff !important;
  color:#383033 !important;
  box-shadow:none !important;
  text-decoration:none !important;
  position:relative;
  visibility:visible !important;
  opacity:1 !important;
}

.eilora-header-btn:hover,
.eilora-header-cart:hover{
  background:var(--el-bg) !important;
  border-color:rgba(143,93,102,.30) !important;
  color:var(--el-primary-dark) !important;
}

.eilora-header-btn i,
.eilora-header-cart i{
  font-size:13px !important;
  line-height:1 !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
}

.eilora-search-btn svg{
  width:14px !important;
  height:14px !important;
  display:block !important;
  stroke:currentColor;
}

.eilora-cart-count{
  position:absolute;
  top:-5px;
  right:-5px;
  min-width:16px;
  height:16px;
  padding:0 4px;
  border-radius:999px;
  background:var(--el-primary);
  color:#fff;
  border:2px solid #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:8px;
  font-weight:700;
  line-height:1;
}

/* Desktop */
@media (min-width:992px){
  .eilora-logo-row{
    height:108px !important;
    min-height:108px !important;
  }

  .eilora-logo-link{
    width:110px !important;
    height:102px !important;
  }

  .eilora-actions-row{
    height:50px !important;
    min-height:50px !important;
    padding-inline:24px !important;
  }

  .eilora-header-btn,
  .eilora-header-cart{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
  }

  .eilora-header-btn i,
  .eilora-header-cart i{
    font-size:14px !important;
  }
}

/* Mobile only: hide desktop policy/nav strip */
@media (max-width:991px){
  .eilora-desktop-policy-row,
  header.store-header .top-navbar,
  header.store-header .top-nav,
  header.store-header .header-top,
  header.store-header [class*="top-nav"],
  header.store-header [class*="topbar"],
  .main-nav-container .main-menu,
  .main-nav-container nav.main-menu{
    display:none !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    overflow:hidden !important;
  }
}

@media (max-width:360px){
  .eilora-logo-row{
    height:94px !important;
    min-height:94px !important;
  }

  .eilora-logo-link{
    width:94px !important;
    height:88px !important;
  }

  .eilora-header-btn,
  .eilora-header-cart{
    width:27px !important;
    height:27px !important;
    min-width:27px !important;
    min-height:27px !important;
  }
}


/* =========================================================
   V8.0 — BALANCED FULL-WIDTH HEADER
   Fixes Raed's flex layout so the Eilora header occupies the
   entire available width on mobile and desktop.
   ========================================================= */

/* Raed's #mainnav is a flex row by default. Make our custom header
   the only visible layout row after initialization. */
body.eilora-header-ready #mainnav,
body.eilora-header-ready .main-nav-container{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
}

body.eilora-header-ready #mainnav > .inner,
body.eilora-header-ready .main-nav-container > .inner{
  display:none !important;
}

/* Full, balanced header */
.eilora-header-v8{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box !important;
}

/* Grid centering avoids any RTL/flex influence on the logo */
.eilora-logo-row{
  width:100% !important;
  display:grid !important;
  place-items:center !important;
  grid-template-columns:1fr !important;
  box-sizing:border-box !important;
}

.eilora-logo-link{
  margin:0 auto !important;
  justify-self:center !important;
}

/* Action row spans the same complete width */
.eilora-actions-row{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

/* On phones, break out of any accidental theme container width */
@media (max-width:767px){
  .eilora-header-v8{
    width:100vw !important;
    max-width:100vw !important;
    position:relative !important;
    left:50% !important;
    transform:translateX(-50%) !important;
  }

  .eilora-logo-row{
    width:100vw !important;
  }

  .eilora-actions-row{
    width:100vw !important;
    padding-inline:14px !important;
  }
}

/* =========================================================
   V8.0 — CUSTOM CATEGORY DROPDOWN
   Uses the real category links already present in the Raed header.
   ========================================================= */

.eilora-category-menu{
  position:absolute;
  top:100%;
  inset-inline-end:10px;
  width:min(380px, calc(100vw - 20px));
  max-height:min(62vh, 520px);
  overflow:auto;
  z-index:99999;
  padding:12px;
  background:#fff;
  border:1px solid rgba(143,93,102,.16);
  border-radius:0 0 14px 14px;
  box-shadow:0 18px 40px rgba(55,37,41,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-6px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.eilora-category-menu.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

.eilora-category-menu-title{
  margin:0 0 10px;
  padding:0 3px 9px;
  border-bottom:1px solid rgba(143,93,102,.12);
  font-size:14px;
  font-weight:700;
  color:#342c2e;
  text-align:right;
}

.eilora-category-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}

.eilora-category-links a{
  min-height:40px;
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
  padding:8px 10px;
  border:1px solid rgba(143,93,102,.10);
  border-radius:9px;
  background:#fbf8f7;
  color:#4e4446 !important;
  text-decoration:none !important;
  font-size:12px;
  line-height:1.5;
  transition:.18s ease;
}

.eilora-category-links a:hover{
  background:#fff;
  color:var(--el-primary-dark) !important;
  border-color:rgba(143,93,102,.25);
}

.eilora-category-empty{
  padding:14px 8px;
  text-align:center;
  color:#7a7072;
  font-size:12px;
}

@media (max-width:520px){
  .eilora-category-menu{
    inset-inline:10px;
    width:auto;
    max-height:60vh;
  }

  .eilora-category-links{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:360px){
  .eilora-category-links{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   HOME HERO / SLIDER GAP
   ========================================================= */

body.index #main-content,
body.index main#main-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

body.index .eilora-first-home-block,
body.index .eilora-first-home-block > *,
body.index .eilora-first-home-block salla-slider,
body.index .eilora-first-home-block .swiper{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

body.index .eilora-first-home-block + *{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* =========================================================
   INNER PAGE BREADCRUMBS
   ========================================================= */

body:not(.index) .container--breadcrumbs{
  margin-top:8px !important;
  margin-bottom:8px !important;
  padding-top:4px !important;
  padding-bottom:4px !important;
  min-height:36px !important;
  overflow:visible !important;
}

body:not(.index) .container--breadcrumbs nav,
body:not(.index) salla-breadcrumb,
body:not(.index) .s-breadcrumb-wrapper{
  height:auto !important;
  min-height:30px !important;
  overflow:visible !important;
}

body:not(.index) .s-breadcrumb-wrapper{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  row-gap:4px !important;
}

body:not(.index) .s-breadcrumb-item,
body:not(.index) .s-breadcrumb-arrow{
  min-height:24px !important;
  line-height:1.7 !important;
  display:inline-flex !important;
  align-items:center !important;
  overflow:visible !important;
}

/* =========================================================
   PRODUCTS
   ========================================================= */

body.index .eilora-products-row{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding:6px 2px 18px !important;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

body.index .eilora-products-row::-webkit-scrollbar{display:none}

body.index .eilora-products-row>*{
  flex:0 0 clamp(215px,22vw,290px) !important;
  width:clamp(215px,22vw,290px) !important;
  max-width:290px !important;
  scroll-snap-align:start;
}

body.index .s-product-card-entry,
body.index .product-entry,
body.index .product-card,
body.index [data-testid="product-card"]{
  background:#fff !important;
  border:1px solid var(--el-line) !important;
  border-radius:15px !important;
  overflow:hidden !important;
  box-shadow:0 3px 15px rgba(74,48,53,.04) !important;
}

body.index .s-product-card-content,
body.index .product-entry__content{
  padding:11px 12px 13px !important;
}

body.index .s-product-card-content-title,
body.index .product-entry__title,
body.index .product-card h3{
  font-size:13.5px !important;
  line-height:1.7 !important;
  font-weight:500 !important;
  color:#30292a !important;
}

body.index .s-product-card-price,
body.index .product-entry__price,
body.index [class*="product"] [class*="price"]{
  color:var(--el-primary-dark) !important;
  font-weight:700 !important;
}

@media (max-width:767px){
  body.index .eilora-products-row{gap:10px !important}

  body.index .eilora-products-row>*{
    flex:0 0 46vw !important;
    width:46vw !important;
    min-width:158px !important;
    max-width:205px !important;
  }
}

/* =========================================================
   FOOTER
   ========================================================= */

footer.store-footer,
footer[data-testid="store-footer"],
footer.eilora-footer-host{
  background:var(--el-footer) !important;
  border-top:1px solid var(--el-line) !important;
  color:var(--el-text) !important;
  margin-top:48px !important;
}

.eilora-native-footer-hidden{display:none !important}

.eilora-footer-v8{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  direction:rtl;
  max-width:1280px;
  margin:0 auto;
  padding:28px 20px 16px;
}

/* brand first */
.eilora-footer-brand{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  align-items:center;
  gap:24px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(143,93,102,.15);
}

.eilora-footer-brand-logo{
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-inline-end:20px;
  border-inline-end:2px solid var(--el-gold);
}

.eilora-footer-brand-logo img{
  width:116px;
  max-height:96px;
  object-fit:contain;
}

.eilora-footer-brand-copy h2{
  margin:0 0 6px !important;
  font-size:17px !important;
  font-weight:700 !important;
  color:#342c2e !important;
}

.eilora-footer-brand-copy p{
  margin:0 !important;
  max-width:740px;
  color:#5e5456 !important;
  font-size:13px !important;
  line-height:1.9 !important;
}

/* trust */
.eilora-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:22px 0;
  border-bottom:1px solid rgba(143,93,102,.14);
}

.eilora-trust-card{
  min-height:88px;
  padding:10px 12px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.50);
  border:1px solid rgba(143,93,102,.13);
  border-radius:12px;
}

.eilora-trust-card img{
  width:46px;
  height:46px;
  object-fit:contain;
}

.eilora-trust-card strong{
  display:block;
  color:#403638;
  font-size:12.5px;
  line-height:1.55;
  margin-bottom:3px;
}

.eilora-trust-card span{
  display:block;
  color:#6a5f62;
  font-size:11.5px;
  line-height:1.55;
}

/* links */
.eilora-links-section{
  padding:20px 0;
  border-bottom:1px solid rgba(143,93,102,.14);
}

.eilora-section-heading{
  margin:0 0 12px !important;
  color:#342c2e !important;
  font-size:14.5px !important;
  font-weight:700 !important;
}

.eilora-important-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}

.eilora-important-links a{
  min-height:42px;
  padding:9px 11px;
  display:flex !important;
  align-items:center !important;
  justify-content:center;
  text-align:center;
  border:1px solid rgba(143,93,102,.12);
  border-radius:10px;
  background:rgba(255,255,255,.46);
  color:#554b4d !important;
  text-decoration:none !important;
  font-size:12px !important;
  line-height:1.55 !important;
}

/* social */
.eilora-social-section{padding:20px 0 16px}

.eilora-social-icons{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.eilora-social-icons a{
  width:38px;
  height:38px;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(143,93,102,.14);
  text-decoration:none !important;
}

.eilora-social-icons img{
  width:18px;
  height:18px;
  object-fit:contain;
  opacity:.88;
}

/* payments */
.eilora-payments-section{
  padding:0 0 18px;
  border-bottom:1px solid rgba(143,93,102,.14);
}

.eilora-payment-icons{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
}

.eilora-payment-icon{
  width:53px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  border:1px solid rgba(143,93,102,.10);
  background:rgba(255,255,255,.52);
}

.eilora-payment-icon img{
  max-width:46px;
  max-height:29px;
  object-fit:contain;
}

.eilora-footer-copy{
  text-align:center;
  padding-top:14px;
  color:#786e70;
  font-size:11.5px;
  line-height:1.7;
}

@media (max-width:767px){
  .eilora-footer-v8{padding:24px 14px 14px}

  .eilora-footer-brand{
    grid-template-columns:1fr;
    text-align:center;
    gap:10px;
  }

  .eilora-footer-brand-logo{
    min-height:auto;
    padding-inline-end:0;
    border-inline-end:0;
  }

  .eilora-footer-brand-logo img{
    width:105px;
    max-height:86px;
  }

  .eilora-footer-brand-copy h2{font-size:15.5px !important}
  .eilora-footer-brand-copy p{font-size:12.3px !important;line-height:1.85 !important}

  .eilora-trust-grid{
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 0;
  }

  .eilora-trust-card{
    min-height:74px;
    grid-template-columns:44px minmax(0,1fr);
    padding:9px 10px;
  }

  .eilora-trust-card img{
    width:40px;
    height:40px;
  }

  .eilora-important-links{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }

  .eilora-important-links a{
    min-height:40px;
    padding:8px;
    font-size:11.5px !important;
  }

  .eilora-social-icons,
  .eilora-payment-icons{
    justify-content:center;
  }

  .eilora-section-heading{text-align:center}
}

@media (max-width:420px){
  .eilora-important-links{grid-template-columns:1fr}
}



/* =========================================================
   V8.1 — MOBILE MENU ONLY
   Official Salla header menu component.
   No header/logo/search/cart/login/footer changes in this patch.
   ========================================================= */

.eilora-official-menu-mobile{
  display:none;
}

@media (max-width:991px){
  /* Mobile uses Salla's official nested main-menu component. */
  .eilora-category-menu{
    inset-inline:8px !important;
    width:auto !important;
    max-height:70vh !important;
    padding:10px !important;
    border-radius:0 0 14px 14px !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch;
  }

  .eilora-official-menu-mobile{
    display:block !important;
    width:100% !important;
    min-height:42px;
  }

  .eilora-official-menu-mobile salla-menu{
    display:block !important;
    width:100% !important;
    min-height:42px;
    direction:rtl;
  }

  /* Do not mix manually-collected links with the official Salla menu. */
  .eilora-category-menu:not(.use-fallback) .eilora-category-links{
    display:none !important;
  }

  /* Only used if the official component cannot render for any reason. */
  .eilora-category-menu.use-fallback .eilora-official-menu-mobile{
    display:none !important;
  }

  .eilora-category-menu.use-fallback .eilora-category-links{
    display:grid !important;
  }

  .eilora-category-loading{
    padding:14px 8px;
    text-align:center;
    color:#776d70;
    font-size:12px;
  }
}

/* Desktop keeps the existing V8 menu exactly as it was. */
@media (min-width:992px){
  .eilora-official-menu-mobile{
    display:none !important;
  }
}



/* =========================================================
   V8.2 — MOBILE MAIN CATEGORIES DRAWER ONLY
   Official-style Salla side drawer built from the store's own
   hidden header category links. No other storefront parts changed.
   ========================================================= */

.eilora-mobile-menu-backdrop,
.eilora-mobile-menu-drawer{
  display:none;
}

@media (max-width:991px){
  /* Disable the old mobile dropdown implementation only. */
  .eilora-category-menu{
    display:none !important;
  }

  .eilora-mobile-menu-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:100000;
    background:rgba(28,22,23,.48);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .2s ease,visibility .2s ease;
  }

  .eilora-mobile-menu-backdrop.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .eilora-mobile-menu-drawer{
    display:flex;
    flex-direction:column;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index:100001;
    width:min(82vw,340px);
    max-width:340px;
    background:#fffaf7;
    border-inline-start:1px solid rgba(143,93,102,.12);
    box-shadow:-18px 0 42px rgba(44,31,34,.16);
    transform:translateX(105%);
    visibility:hidden;
    transition:transform .24s ease,visibility .24s ease;
    direction:rtl;
    overflow:hidden;
  }

  .eilora-mobile-menu-drawer.is-open{
    transform:translateX(0);
    visibility:visible;
  }

  .eilora-mobile-menu-head{
    min-height:58px;
    padding:0 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-bottom:1px solid rgba(143,93,102,.12);
    background:#fffaf7;
    flex:0 0 auto;
  }

  .eilora-mobile-menu-title{
    font-size:14px;
    font-weight:700;
    color:#3e3436;
  }

  .eilora-mobile-menu-close{
    width:34px;
    height:34px;
    min-width:34px;
    border:0;
    background:transparent;
    color:#4a4042;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    border-radius:50%;
  }

  .eilora-mobile-menu-close:hover{
    background:rgba(143,93,102,.07);
  }

  .eilora-mobile-menu-body{
    flex:1 1 auto;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    padding:8px 0 22px;
  }

  .eilora-mobile-main-links{
    list-style:none;
    margin:0;
    padding:0;
  }

  .eilora-mobile-main-links li{
    margin:0;
    padding:0;
    border-bottom:1px solid rgba(143,93,102,.075);
  }

  .eilora-mobile-main-links a{
    min-height:47px;
    padding:11px 18px;
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    color:#403638 !important;
    text-decoration:none !important;
    font-size:13px !important;
    font-weight:500;
    line-height:1.6;
    background:transparent;
  }

  .eilora-mobile-main-links a:hover{
    background:rgba(143,93,102,.055);
    color:var(--el-primary-dark) !important;
  }

  .eilora-mobile-main-links a::after{
    content:"‹";
    margin-inline-start:auto;
    color:#a49094;
    font-size:16px;
    font-weight:400;
  }

  .eilora-mobile-menu-empty{
    padding:24px 18px;
    text-align:center;
    color:#776d70;
    font-size:12.5px;
    line-height:1.8;
  }

  body.eilora-mobile-menu-open{
    overflow:hidden !important;
  }
}

/* Desktop stays exactly on the existing V8 behavior. */
@media (min-width:992px){
  .eilora-mobile-menu-backdrop,
  .eilora-mobile-menu-drawer{
    display:none !important;
  }
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}