/* Eng Home header final overrides
   Generated from Twig inline style blocks.
   Keep block order: cascade compatibility depends on it. */

/* ===== eg-wishlist-no-scroll-v260 ===== */
/* EngHome v260: wishlist toast, no auto-scroll to page top */
.eg-wishlist-toast-v260{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  z-index:999999!important;
  min-width:280px!important;
  max-width:min(420px,calc(100vw - 32px))!important;
  padding:15px 18px!important;
  border-radius:20px!important;
  background:#13233d!important;
  color:#fff!important;
  box-shadow:0 22px 70px rgba(19,35,61,.28)!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-family:Manrope,Inter,Arial,sans-serif!important;
  opacity:0!important;
  transform:translateY(18px) scale(.98)!important;
  pointer-events:none!important;
  transition:opacity .22s ease, transform .22s ease!important;
}
.eg-wishlist-toast-v260.is-show{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
}
.eg-wishlist-toast-v260__icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
  line-height:1!important;
}
.eg-wishlist-toast-v260__text{
  min-width:0!important;
  display:block!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:800!important;
  color:#fff!important;
}
.eg-wishlist-toast-v260__sub{
  display:block!important;
  margin-top:3px!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:600!important;
  color:rgba(255,255,255,.74)!important;
}
@media(max-width:700px){
  .eg-wishlist-toast-v260{
    left:14px!important;
    right:14px!important;
    bottom:18px!important;
    min-width:0!important;
    border-radius:18px!important;
  }
}

/* ===== eg-mobile-header-final-v117 ===== */
/* ENG HOME v117 — FINAL mobile header: no logo clipping or icon overlap */
@media (max-width:900px){
  body.enghome-body .eg-premium-header{
    overflow:visible!important;
  }

  body.enghome-body .eg-premium-header .eg-header-inner{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    height:76px!important;
    min-height:76px!important;
    margin:0!important;
    padding:8px 10px!important;
    display:grid!important;
    grid-template-columns:90px minmax(0,1fr) 90px!important;
    grid-template-areas:"left logo actions"!important;
    align-items:center!important;
    column-gap:8px!important;
    overflow:visible!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions{
    grid-area:left!important;
    width:90px!important;
    min-width:90px!important;
    max-width:90px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    z-index:4!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions .eg-nav-wrap{
    position:static!important;
    grid-column:auto!important;
    order:0!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  body.enghome-body .eg-premium-header .eg-logo-link{
    grid-area:logo!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    justify-self:center!important;
    align-self:center!important;
    width:136px!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    z-index:2!important;
  }

  body.enghome-body .eg-premium-header .eg-logo-img{
    display:block!important;
    width:136px!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:36px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center!important;
    clip-path:none!important;
  }

  body.enghome-body .eg-premium-header .eg-header-actions{
    grid-area:actions!important;
    width:90px!important;
    min-width:90px!important;
    max-width:90px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    z-index:4!important;
  }

  body.enghome-body .eg-premium-header .eg-action-btn,
  body.enghome-body .eg-premium-header .eg-account-header-btn,
  body.enghome-body .eg-premium-header .eg-inline-search-toggle,
  body.enghome-body .eg-premium-header .eg-cart-btn,
  body.enghome-body .eg-premium-header .egh-drawer-trigger{
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0!important;
    border-radius:50%!important;
  }

  body.enghome-body .eg-premium-header .eg-action-label,
  body.enghome-body .eg-premium-header .egh-drawer-trigger-text{
    display:none!important;
  }

  body.enghome-body .eg-premium-header .eg-action-icon,
  body.enghome-body .eg-premium-header .eg-action-icon svg,
  body.enghome-body .eg-premium-header .eg-user-svg,
  body.enghome-body .eg-premium-header .eg-cart-bag-svg{
    width:21px!important;
    height:21px!important;
  }
}

@media (max-width:380px){
  body.enghome-body .eg-premium-header .eg-header-inner{
    grid-template-columns:84px minmax(0,1fr) 84px!important;
    padding-left:6px!important;
    padding-right:6px!important;
    column-gap:4px!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions,
  body.enghome-body .eg-premium-header .eg-header-actions{
    width:84px!important;
    min-width:84px!important;
    max-width:84px!important;
    gap:4px!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions .eg-nav-wrap,
  body.enghome-body .eg-premium-header .eg-action-btn,
  body.enghome-body .eg-premium-header .eg-account-header-btn,
  body.enghome-body .eg-premium-header .eg-inline-search-toggle,
  body.enghome-body .eg-premium-header .eg-cart-btn,
  body.enghome-body .eg-premium-header .egh-drawer-trigger{
    flex-basis:40px!important;
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
  }

  body.enghome-body .eg-premium-header .eg-logo-link,
  body.enghome-body .eg-premium-header .eg-logo-img{
    width:122px!important;
    max-width:100%!important;
  }
}

/* ===== eg-mobile-menu-spacing-final-v118 ===== */
/* =========================================================
   ENG HOME v118 — MOBILE MENU + ACCOUNT SPACING FINAL
   Keeps the menu and account as two separate 42px circles.
   ========================================================= */
@media (max-width:900px){
  body.enghome-body .eg-premium-header .eg-header-inner{
    grid-template-columns:98px minmax(0,1fr) 98px!important;
    grid-template-areas:"left logo actions"!important;
    column-gap:8px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions{
    grid-area:left!important;
    width:98px!important;
    min-width:98px!important;
    max-width:98px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions .eg-nav-wrap,
  body.enghome-body .eg-premium-header .eg-header-left-actions .egh-nav{
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions .egh-menu-trigger,
  body.enghome-body .eg-premium-header .eg-header-left-actions .egh-drawer-trigger,
  body.enghome-body .eg-premium-header .eg-header-left-actions #menu .navbar-nav>li:first-child>a,
  body.enghome-body .eg-premium-header .eg-header-left-actions #menu .navbar-nav>li>a{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0!important;
    gap:0!important;
    border-radius:50%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:0!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions .egh-menu-trigger span:not(.egh-menu-icon),
  body.enghome-body .eg-premium-header .eg-header-left-actions .egh-drawer-trigger-text{
    display:none!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions .egh-menu-icon{
    width:21px!important;
    height:21px!important;
    min-width:21px!important;
    font-size:21px!important;
    line-height:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
  }

  body.enghome-body .eg-premium-header .eg-account-header-btn{
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0!important;
    border-radius:50%!important;
    transform:none!important;
  }
}

@media (max-width:390px){
  body.enghome-body .eg-premium-header .eg-header-inner{
    grid-template-columns:94px minmax(0,1fr) 94px!important;
    padding-left:7px!important;
    padding-right:7px!important;
    column-gap:5px!important;
  }

  body.enghome-body .eg-premium-header .eg-header-left-actions{
    width:94px!important;
    min-width:94px!important;
    max-width:94px!important;
    gap:10px!important;
  }

  body.enghome-body .eg-premium-header .eg-logo-link,
  body.enghome-body .eg-premium-header .eg-logo-img{
    width:124px!important;
    max-width:100%!important;
  }
}
