/* Elite Print Store V14 — deterministic physical header layout */
body.eps-v14 .eps-header-inner{
  direction:ltr!important;
  display:grid!important;
  grid-template-columns:minmax(220px,1fr) minmax(320px,var(--eps-v14-search-w,620px)) minmax(220px,1fr)!important;
  grid-template-areas:"actions search logo"!important;
  align-items:center!important;
  column-gap:var(--eps-v14-header-gap,24px)!important;
  width:min(var(--eps-v14-header-max,1480px),calc(100% - (var(--eps-v14-edge-pad,24px) * 2)))!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding:var(--eps-v14-header-py,8px) 0!important;
}
body.eps-v14 .eps-logo{
  grid-area:logo!important;
  direction:rtl!important;
  justify-self:end!important;
  justify-content:flex-end!important;
  width:min(var(--eps-v13-logo-w,260px),100%)!important;
  max-width:100%!important;
  margin:0!important;
}
body.eps-v14 .eps-logo .custom-logo-link{
  justify-content:flex-end!important;
  width:100%!important;
}
body.eps-v14 .eps-logo img,
body.eps-v14 .eps-logo .custom-logo{
  object-position:right center!important;
  margin-inline-start:auto!important;
  margin-inline-end:0!important;
}
body.eps-v14 .eps-search{
  grid-area:search!important;
  direction:rtl!important;
  justify-self:center!important;
  width:100%!important;
  max-width:var(--eps-v14-search-w,620px)!important;
  margin:0!important;
}
body.eps-v14 .eps-header-actions{
  grid-area:actions!important;
  direction:rtl!important;
  justify-self:start!important;
  justify-content:flex-start!important;
  gap:var(--eps-v14-actions-gap,8px)!important;
  margin:0!important;
  min-width:max-content!important;
}
body.eps-v14 .eps-header-actions .eps-cart{order:1!important}
body.eps-v14 .eps-header-actions .eps-action:not(.eps-cart):not(.eps-wa){order:2!important}
body.eps-v14 .eps-header-actions .eps-wa{order:3!important}
body.eps-v14.eps-v14-hide-wa .eps-header-actions .eps-wa{display:none!important}

/* Keep navigation aligned with the same visual width. */
body.eps-v14 .eps-nav-shell{
  width:min(var(--eps-v14-header-max,1480px),calc(100% - (var(--eps-v14-edge-pad,24px) * 2)))!important;
  max-width:none!important;
  margin-inline:auto!important;
}

@media (max-width:1100px){
  body.eps-v14 .eps-header-inner{
    grid-template-columns:minmax(0,1fr) minmax(160px,260px)!important;
    grid-template-areas:"actions logo" "search search"!important;
    row-gap:8px!important;
    column-gap:14px!important;
    width:calc(100% - 28px)!important;
    padding-block:7px!important;
  }
  body.eps-v14 .eps-logo{height:54px!important;max-width:240px!important}
  body.eps-v14 .eps-header-actions{min-width:0!important;flex-wrap:nowrap!important}
  body.eps-v14 .eps-search{max-width:none!important}
}
@media (max-width:700px){
  body.eps-v14 .eps-header-inner{
    grid-template-columns:minmax(0,1fr) minmax(130px,190px)!important;
    width:calc(100% - 20px)!important;
    column-gap:8px!important;
  }
  body.eps-v14 .eps-logo{max-width:190px!important;height:48px!important}
  body.eps-v14 .eps-header-actions{gap:5px!important}
  body.eps-v14 .eps-header-actions .eps-action{
    height:38px!important;
    min-height:38px!important;
    padding-inline:10px!important;
    font-size:12px!important;
  }
  body.eps-v14 .eps-header-actions .eps-wa{display:none!important}
}
@media (max-width:430px){
  body.eps-v14 .eps-header-inner{
    grid-template-columns:minmax(0,1fr) 145px!important;
  }
  body.eps-v14 .eps-header-actions .eps-action:not(.eps-cart){display:none!important}
  body.eps-v14 .eps-logo{max-width:145px!important}
}
