html{scrollbar-gutter:stable}

.zp-header{
  --zp-h-ink:var(--zp-ink);
  --zp-h-ink-2:var(--zp-ink-2);
  --zp-h-muted:var(--zp-muted);
  --zp-h-line:var(--zp-line);
  --zp-h-surface:var(--zp-surface);
  --zp-h-brand:var(--zp-blue);
  --zp-h-brand-700:var(--zp-blue-700);
  --zp-h-accent:var(--zp-accent);
  --zp-h-accent-700:var(--zp-accent-700);
  --zp-h-accent-050:var(--zp-accent-050);
  --zp-h-panel-shadow:0 12px 40px rgba(35,26,40,.12);
  font-family:var(--zp-font-body);
}

/* ---------- pasek górny ---------- */
.zp-htop{background:var(--zp-blue);color:#fff;font-size:.8125rem;
  font-family:var(--zp-font-body)}
.zp-htop__inner{display:flex;align-items:center;justify-content:center;
  gap:1rem;min-height:36px;padding-top:.375rem;padding-bottom:.375rem}
.zp-htop__promo{margin:0;text-align:center;line-height:1.4}
.zp-htop a{color:#fff!important;text-decoration:none!important;
  display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}
.zp-htop a:hover{color:#fff!important;opacity:.85}
.zp-htop a:focus-visible{outline:3px solid #fff;outline-offset:2px}
.zp-htop__promo-cta{font-weight:700;white-space:nowrap}
.zp-htop__nav{display:none}
.zp-htop__list{list-style:none;display:flex;align-items:center;gap:1.25rem;margin:0;padding:0}
.zp-htop__list a{min-height:36px}
.zp-htop__lang a{font-weight:700;letter-spacing:.04em}

/* ---------- pas główny ---------- */

/* Hover taki sam jak przy koncie i koszyku: szara pigułka pod ikoną
   plus zmiana koloru. Burger czernieje na akcent, lupa przechodzi
   na ciemniejszy odcień akcentu, bo różowa jest już domyślnie. */
.zp-header .zp-iconbtn{transition:color .22s ease,background-color .22s ease}
.zp-header .zp-iconbtn:hover{background:var(--zp-h-surface)!important}
.zp-header .zp-iconbtn--burger:hover{color:var(--zp-h-accent)!important}
.zp-header .zp-hsearch__toggle:hover{color:var(--zp-h-accent-700)!important}

.zp-iconbtn--burger .zp-ico--close{display:none}
.zp-iconbtn--burger[aria-expanded="true"] .zp-ico--burger{display:none}
.zp-iconbtn--burger[aria-expanded="true"] .zp-ico--close{display:block}

.zp-header__bar{position:relative}
.zp-hsearch{display:flex;align-items:center}
.zp-hsearch.is-open .zp-hsearch__form{
  display:flex;position:absolute;top:calc(100% - .25rem);left:1.25rem;right:1.25rem;
  width:auto;z-index:20;background:#fff;border:1px solid var(--zp-h-line);
  border-radius:999px;box-shadow:var(--zp-h-panel-shadow)}
.zp-header .zp-hsearch__form{align-items:center;gap:.25rem;flex:1 1 auto;
  background:var(--zp-h-surface)!important;border:1px solid var(--zp-h-line)!important;
  border-radius:999px!important;box-shadow:none!important;outline:none!important;
  padding:.25rem .25rem .25rem 1rem;margin:0}
.zp-header .zp-hsearch__input{flex:1 1 auto;min-width:0;min-height:40px;
  border:0!important;border-radius:0!important;background:none!important;
  background-color:transparent!important;box-shadow:none!important;outline:none!important;
  padding:0;margin:0;font:inherit;font-size:.875rem;color:var(--zp-h-ink)!important}
.zp-header .zp-hsearch__input:focus,
.zp-header .zp-hsearch__input:focus-visible{
  border:0!important;box-shadow:none!important;outline:none!important}
.zp-hsearch__input::placeholder{color:var(--zp-h-muted);opacity:1}
.zp-header .zp-hsearch__form:focus-within{
  border-color:var(--zp-h-muted)!important;background:#fff!important}
.zp-header .zp-hsearch__submit{display:grid;place-items:center;
  width:44px;height:44px;flex:0 0 44px;padding:0;
  border:0!important;border-radius:50%!important;
  background:var(--zp-h-accent)!important;background-image:none!important;
  color:#fff!important;cursor:pointer;box-shadow:none!important;
  transition:background-color .22s ease}
.zp-header .zp-hsearch__submit:hover{background:var(--zp-h-accent-700)!important}
.zp-header .zp-hsearch__submit:focus-visible{outline:3px solid var(--zp-h-ink)!important;outline-offset:2px}

.zp-haccount{position:static;display:flex;align-items:center;gap:.25rem}
.zp-header .zp-haccount__link,
.zp-header .zp-haccount__toggle{display:inline-flex;align-items:center;gap:.5rem;
  min-height:44px;min-width:44px;padding:0 .5rem;
  background:none!important;background-image:none!important;
  border:0!important;border-radius:8px!important;box-shadow:none!important;cursor:pointer;
  color:var(--zp-h-brand)!important;text-decoration:none!important;
  font-family:var(--zp-font);font-size:.875rem;font-weight:600;line-height:1;
  white-space:nowrap;transition:color .22s ease,background-color .22s ease}
.zp-header .zp-haccount__link:hover,
.zp-header .zp-haccount__toggle:hover{color:var(--zp-h-accent)!important;background:var(--zp-h-surface)!important}
/* Musi stać PO regule ogólnej wyżej — obie mają tę samą specyficzność,
   a header.css ładuje się po krytycznym CSS-ie, więc ukrycie z krytycznego
   przegrywało i „Załóż konto" zostawało na telefonie niewidocznym
   kwadratem 44 px obok koszyka. */
.zp-header .zp-haccount__link--register{display:none}

.zp-header .zp-haccount__link:focus-visible,
.zp-header .zp-haccount__toggle:focus-visible{outline:2px solid var(--zp-h-accent)!important;outline-offset:-2px}

.zp-haccount__panel{display:flex;flex-direction:column;
  position:absolute;top:100%;left:1.25rem;right:1.25rem;z-index:95;
  padding:.5rem;background:#fff;border:1px solid var(--zp-h-line);
  border-radius:12px;box-shadow:var(--zp-h-panel-shadow)}
.zp-haccount__panel[hidden]{display:none}
.zp-header .zp-haccount__panel a{padding:.5rem .625rem;border-radius:8px}
.zp-header .zp-haccount__panel a:hover{background:var(--zp-h-surface)}
.zp-haccount__toggle[aria-expanded="true"] .zp-nav__chev{transform:rotate(180deg)}
.zp-header .zp-haccount__panel a{display:flex;flex-direction:column;gap:.15rem;
  min-height:44px;justify-content:center;padding:.5rem .25rem;
  color:var(--zp-h-ink-2)!important;text-decoration:none!important;
  font-size:.875rem;line-height:1.35;transition:color .22s ease}
.zp-header .zp-haccount__panel a:hover{color:var(--zp-h-accent)!important}
.zp-header .zp-haccount__panel a:focus-visible{outline:3px solid var(--zp-h-accent)!important;outline-offset:2px}
.zp-header .zp-haccount__panel .is-continue{font-weight:600;color:var(--zp-h-accent)!important}
.zp-header .zp-haccount__panel .is-logout{color:var(--zp-h-muted)!important}
.zp-haccount__item-meta{font-size:.75rem;color:var(--zp-h-muted);font-weight:400;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:26ch}

.zp-hcart-wrap{display:flex;align-items:center}
.zp-header .zp-hcart{position:relative;display:grid;place-items:center;
  width:44px;height:44px;flex:0 0 44px;border-radius:8px;
  color:var(--zp-h-brand)!important;text-decoration:none!important;
  transition:color .22s ease,background-color .22s ease}
.zp-header .zp-hcart:hover{color:var(--zp-h-accent)!important;background:var(--zp-h-surface)}
.zp-header .zp-hcart:focus-visible{outline:3px solid var(--zp-h-accent)!important;outline-offset:-3px}
.zp-hcart__count{position:absolute;top:2px;right:2px;
  min-width:18px;height:18px;padding:0 4px;border-radius:999px;
  display:grid;place-items:center;background:var(--zp-h-accent);color:#fff;
  font-family:var(--zp-font);font-size:.6875rem;font-weight:700;line-height:1}
.zp-hcart__count.is-empty{display:none}

/* ---------- nawigacja: szuflada ---------- */
.zp-nav{transition:transform .22s ease}
.zp-header.is-drawer-open .zp-nav{transform:translateX(0);visibility:visible}

.zp-scrim{position:fixed;top:var(--zp-drawer-top,calc(var(--zp-header-h) + 1px));
  left:0;right:0;bottom:0;
  background:rgba(35,26,40,.45);opacity:0;visibility:hidden;
  transition:opacity .22s ease,visibility 0s linear .22s;z-index:-1;border:0}
.zp-header.is-drawer-open .zp-scrim{opacity:1;visibility:visible;
  transition:opacity .22s ease,visibility 0s linear 0s}

.zp-nav__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}
.zp-nav__item{border-bottom:1px solid var(--zp-h-line);position:relative}
.zp-nav__item--notice{border:0}
.zp-nav__notice{display:block;padding:1rem 1.25rem;font-size:.8125rem;line-height:1.5;color:#b32d2e}

.zp-nav__item--panel{display:flex;flex-wrap:wrap;align-items:stretch}
.zp-nav__item--panel>.zp-nav__toggle{flex:1 1 100%;width:100%}

.zp-header .zp-nav__link{display:flex;align-items:center;justify-content:space-between;
  gap:.5rem;width:100%;min-height:52px;padding:.75rem 1.25rem;
  background:none!important;background-image:none!important;border:0!important;
  border-radius:0!important;box-shadow:none!important;cursor:pointer;text-align:left;
  font-family:var(--zp-font);font-size:.9375rem;font-weight:500;line-height:1.3;
  color:var(--zp-h-ink)!important;text-decoration:none!important}
.zp-header .zp-nav__link:hover{color:var(--zp-h-accent)!important;background:none!important}
.zp-header .zp-nav__link:focus-visible{outline:3px solid var(--zp-h-accent)!important;outline-offset:-3px}

.zp-header .zp-nav__toggle{display:grid;place-items:center;min-height:52px;padding:0;
  background:none!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;cursor:pointer;color:var(--zp-h-muted)!important}
.zp-header .zp-nav__toggle:focus-visible{outline:3px solid var(--zp-h-accent)!important;outline-offset:-3px}
.zp-header .zp-nav__toggle--solo{width:100%;display:flex;align-items:center;
  justify-content:space-between;padding:.75rem 1.25rem;text-align:left;
  font-family:var(--zp-font);font-size:.9375rem;font-weight:500;color:var(--zp-h-ink)!important}

.zp-nav__chev{flex:0 0 auto;transition:transform .18s ease}
[aria-expanded="true"] .zp-nav__chev{transform:rotate(180deg)}
.zp-nav__item.is-current>.zp-nav__link{color:var(--zp-h-accent)!important}

/* ---------- CTA ---------- */
.zp-nav__item--cta{order:-1;border:0;padding:.75rem 1.25rem .25rem}
.zp-header .zp-nav__cta{display:flex;align-items:center;justify-content:center;
  min-height:40px;padding:.5rem 1rem;
  border:0!important;border-radius:999px!important;box-shadow:none!important;
  background:var(--zp-h-accent)!important;background-image:none!important;
  color:#fff!important;text-decoration:none!important;
  font-family:var(--zp-font);font-size:.8125rem;font-weight:700;line-height:1.2;
  white-space:nowrap;transition:background-color .22s ease}
.zp-header .zp-nav__cta:hover{background:var(--zp-h-accent-700)!important;color:#fff!important}
.zp-header .zp-nav__cta:focus-visible{outline:3px solid var(--zp-h-ink)!important;outline-offset:2px}
/* CTA z listą rozwijaną: chevron w kolorze tekstu przycisku, panel
   wychodzi na pełną szerokość szuflady mimo paddingu pozycji. */
.zp-header .zp-nav__cta .zp-nav__chev{color:#fff;margin-left:.4rem}
.zp-nav__item--cta.zp-nav__item--panel>.zp-panel{margin:.75rem -1.25rem 0}

/* ---------- panele ---------- */
.zp-panel{width:100%;background:var(--zp-h-surface);border-top:1px solid var(--zp-h-line)}
.zp-panel[hidden]{display:none}
.zp-panel__cols{display:block;padding:.25rem 1.25rem .75rem}

.zp-mcol{border-bottom:1px solid var(--zp-h-line)}
.zp-mcol:last-child{border-bottom:0}
/* Kolumna bez nagłówka — pozycja menu drugiego poziomu, która nie ma
   własnych dzieci. Kilka takich pod rząd ma czytać się jak jedna lista. */
.zp-mcol--flat{border-bottom:0}
.zp-mcol--flat .zp-mcol__list{padding:0}
/* Nazwy sekcji na ciemnym szarym, nie na akcencie — akcent zostaje dla
   rzeczy klikalnych i plakietek, żeby panel nie był różowy w całości. */
.zp-mcol__head{margin:0;padding:.75rem 0 .375rem;
  font-family:var(--zp-font);font-size:.6875rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;line-height:1.3;color:var(--zp-h-ink-2)}
.zp-header .zp-mcol__head a,
.zp-mcol__head span{color:var(--zp-h-ink-2)!important;text-decoration:none!important}
.zp-header .zp-mcol__head a:hover{color:var(--zp-h-accent)!important}
.zp-header .zp-mcol__head a:focus-visible{outline:3px solid var(--zp-h-accent)!important;outline-offset:2px}

.zp-mcol__list{list-style:none;margin:0;padding:0 0 .5rem}
.zp-header .zp-mcol__list a{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;
  min-height:44px;padding:.25rem 0 .25rem .75rem;font-size:.875rem;line-height:1.4;
  color:var(--zp-h-ink-2)!important;text-decoration:none!important;
  border-left:2px solid var(--zp-h-line);
  transition:color .22s ease,border-color .22s ease,padding-left .15s ease}
.zp-header .zp-mcol__list a:hover{color:var(--zp-h-accent)!important;border-left-color:var(--zp-h-accent)}
.zp-header .zp-mcol__list a:focus-visible{outline:3px solid var(--zp-h-accent)!important;outline-offset:2px}
.zp-mcol__list .is-current>a{color:var(--zp-h-accent)!important;font-weight:600}
.zp-header .zp-mcol__list .is-more>a{color:var(--zp-h-accent)!important;font-weight:600}
.zp-mcol__list .is-more>a::after{content:"›";margin-left:.35rem;font-size:1.1em;line-height:1}

.zp-tag{display:inline-block;flex:0 0 auto;padding:.15rem .4rem;border-radius:4px;
  font-family:var(--zp-font);font-size:.625rem;font-weight:700;
  letter-spacing:.04em;text-transform:uppercase;line-height:1.4;white-space:nowrap}
.zp-tag--best{background:#FFF3E0;color:#8A3D00}
.zp-tag--new{background:#E8F5E9;color:#1B5E20}
/* Czerwień, nie róż — plakietka promocji musi odcinać się od akcentu marki,
   inaczej ginie wśród różowych linków. Kontrast 6,9:1. */
.zp-tag--promo{background:#FDEAE8;color:#B3261E}

.zp-mfeat{background:#fff;border:1px solid var(--zp-h-line);border-radius:12px;
  padding:1rem;margin:.75rem 0}
.zp-mfeat__title{margin:0 0 .5rem;font-family:var(--zp-font);font-size:.6875rem;
  font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--zp-h-accent)}
.zp-mfeat__lead{margin:0 0 .875rem;font-size:.8125rem;line-height:1.55;color:var(--zp-h-muted)}
.zp-mfeat__actions{display:flex;flex-wrap:wrap;gap:.5rem}
.zp-header .zp-mfeat__btn{display:inline-flex;align-items:center;gap:.35rem;
  min-height:44px;padding:.5rem 1.125rem;
  border:1px solid var(--zp-h-accent)!important;border-radius:999px!important;
  background:none!important;background-image:none!important;box-shadow:none!important;
  color:var(--zp-h-accent)!important;text-decoration:none!important;
  font-family:var(--zp-font);font-size:.8125rem;font-weight:700;line-height:1;
  transition:background-color .22s ease,color .22s ease}
.zp-header .zp-mfeat__btn:hover{background:var(--zp-h-accent)!important;color:#fff!important}
.zp-header .zp-mfeat__btn:focus-visible{outline:3px solid var(--zp-h-ink)!important;outline-offset:2px}

/* Link do całej kategorii — stopka panelu, pełna szerokość. */
.zp-header .zp-panel__all{display:flex;align-items:center;gap:.35rem;
  min-height:44px;padding:.625rem 1.25rem;
  border-top:1px solid var(--zp-h-line);
  color:var(--zp-h-brand)!important;text-decoration:none!important;
  font-family:var(--zp-font);font-size:.8125rem;font-weight:500}
.zp-header .zp-panel__all:hover{color:var(--zp-h-brand-700)!important;
  background:var(--zp-h-surface)}
.zp-header .zp-panel__all:focus-visible{outline:3px solid var(--zp-h-brand)!important;
  outline-offset:-3px}

.zp-panel__promo{margin-top:.75rem}
.zp-panel__promo .zp-mfeat{margin:0}

/* Karta produktu w slocie „Polecamy" — dla HTML-u wstrzykiwanego
   filtrem zp_header_mega_promo. */
.zp-header .zp-mfeat__card{display:block;flex:1 1 100%;margin:0;
  text-decoration:none!important}
.zp-header .zp-mfeat__card:hover .zp-mfeat__name{color:var(--zp-h-accent)}
.zp-header .zp-mfeat__card:focus-visible{outline:3px solid var(--zp-h-accent)!important;
  outline-offset:3px;border-radius:10px}
.zp-mfeat__img{display:block;width:100%;height:auto;border-radius:8px;margin-bottom:.625rem}
.zp-mfeat__name{display:block;font-family:var(--zp-font);font-size:.875rem;
  font-weight:600;line-height:1.35;color:var(--zp-h-ink);margin-bottom:.25rem}
.zp-mfeat__price{display:block;font-family:var(--zp-font);font-size:.9375rem;
  font-weight:700;color:var(--zp-h-accent)}
.zp-mfeat__price del{color:var(--zp-h-muted);font-weight:400;margin-right:.35rem}
.zp-mfeat__price ins{text-decoration:none}


.zp-nav__extra{margin-top:.5rem;padding:1rem 1.25rem 0;border-top:1px solid var(--zp-h-line)}
.zp-nav__extra-list{list-style:none;margin:0;padding:0}
.zp-header .zp-nav__extra-list a{display:flex;align-items:center;min-height:44px;
  font-size:.875rem;color:var(--zp-h-muted)!important;text-decoration:none!important}
.zp-header .zp-nav__extra-list a:hover{color:var(--zp-h-accent)!important}
.zp-header .zp-nav__extra-list a:focus-visible{outline:3px solid var(--zp-h-accent)!important;outline-offset:2px}

body.zp-no-scroll{overflow:hidden}

/* ---------- desktop ---------- */
@media (min-width:1024px){

  .zp-htop__inner{justify-content:space-between}
  .zp-htop__nav{display:block}
  .zp-htop__promo{text-align:left}

  .zp-nav__extra{display:none}

  .zp-haccount{position:relative}
  .zp-haccount__panel{top:calc(100% + .5rem);left:auto;right:0;
    min-width:260px;max-width:320px}

  .zp-nav__list{flex-direction:row;align-items:center;justify-content:center;gap:0;
    padding-left:1.25rem;padding-right:1.25rem}
  /* Lista niesie dwie klasy (.zp-wrap + .zp-nav__list) o tej samej wadze,
     więc szerokość i wyśrodkowanie zależały od kolejności arkuszy. Tu
     domykamy to jedną regułą o wyższej specyficzności. */
  .zp-header .zp-nav__list{display:flex;max-width:var(--zp-wrap-max,1320px);
    margin-left:auto;margin-right:auto;justify-content:center}
  .zp-nav__item{border:0}
  .zp-nav__item--panel{position:relative;flex-wrap:nowrap}

  .zp-header .zp-nav__link{width:auto;min-height:52px;padding:0 1rem;
    font-size:.875rem;gap:.35rem;white-space:nowrap;justify-content:flex-start;
    border-bottom:3px solid transparent}
  .zp-header .zp-nav__toggle{min-height:52px;padding:0 .75rem 0 0;
    border-bottom:3px solid transparent}
  .zp-nav__item--panel>.zp-nav__toggle{flex:0 0 auto;width:auto}
  .zp-header .zp-nav__toggle--solo{width:auto;padding:0 1rem;min-height:52px}

  .zp-header .zp-nav__item.is-current>.zp-nav__link,
  .zp-header .zp-nav__item.is-open>.zp-nav__link,
  .zp-header .zp-nav__item.is-open>.zp-nav__toggle,
  .zp-header .zp-nav__item.is-open>.zp-nav__toggle--solo{
    border-bottom-color:var(--zp-h-accent)!important;color:var(--zp-h-accent)!important}

  .zp-nav__item--cta{order:0;display:flex;align-items:center;margin-left:.625rem;padding:0}
  .zp-header .zp-nav__cta{min-height:34px;padding:.375rem .875rem;width:auto}
  .zp-nav__item--cta.zp-nav__item--panel>.zp-panel{margin:0}

  .zp-panel{display:none;position:absolute;top:100%;left:0;width:max-content;
    background:#fff;border:1px solid var(--zp-h-line);border-top:0;
    border-radius:0 0 16px 16px;box-shadow:var(--zp-h-panel-shadow);z-index:90;
    max-height:calc(100vh - var(--zp-header-h) - var(--zp-nav-h) - 1rem);
    max-height:calc(100dvh - var(--zp-header-h) - var(--zp-nav-h) - 1rem);
    overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}
  .zp-nav__item.is-open>.zp-panel{display:block}
  .zp-nav__item--panel:focus-within>.zp-panel:not([hidden]){display:block}
  .zp-panel.is-flip{left:auto;right:0}

  .zp-panel__cols{padding:1.75rem 2rem}

  .zp-panel--mega{min-width:640px;max-width:min(920px,calc(100vw - 2.5rem))}
  .zp-panel--mega .zp-panel__cols{display:flex;gap:2rem;align-items:flex-start}
  .zp-panel--mega .zp-mcol{flex:1 1 0;min-width:180px;border:0}
  .zp-panel--mega .zp-mcol__head{padding:0 0 .5rem;margin-bottom:.75rem;
    border-bottom:2px solid var(--zp-h-line)}

  .zp-panel--flyout{min-width:280px;max-width:340px}
  .zp-panel--flyout .zp-panel__cols{padding:1.25rem 1.5rem}
  .zp-panel--flyout .zp-mcol{border-bottom:1px solid var(--zp-h-line);
    padding-bottom:.5rem;margin-bottom:.5rem}
  .zp-panel--flyout .zp-mcol:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
  .zp-panel--flyout .zp-mcol--flat,
  .zp-panel--mega .zp-mcol--flat{border-bottom:0;padding-bottom:0;margin-bottom:0}
  .zp-panel--flyout .zp-mcol__head{padding:0 0 .25rem}

  .zp-header .zp-mcol__list a{min-height:34px;padding:.25rem 0;border-left:0}
  .zp-header .zp-mcol__list a:hover{padding-left:.375rem}

  .zp-panel--mega .zp-mfeat{flex:0 0 220px;margin:0;background:var(--zp-h-surface);
    border:0;padding:1.25rem}
  .zp-panel--mega .zp-panel__promo{flex:0 0 240px;margin:0}
  .zp-panel--mega .zp-panel__promo .zp-mfeat{flex:none;width:auto}
  .zp-panel--flyout .zp-panel__promo{margin-top:.75rem;padding-top:.75rem;
    border-top:1px solid var(--zp-h-line)}
  .zp-header .zp-panel--mega .zp-panel__all{padding:.75rem 2rem}
  .zp-header .zp-panel--flyout .zp-panel__all{padding:.625rem 1.5rem}
}

@media (prefers-reduced-motion:reduce){
  .zp-nav,.zp-scrim,.zp-nav__chev,.zp-hcart,.zp-haccount__link,.zp-iconbtn,
  .zp-nav__cta,.zp-mfeat__btn,.zp-hsearch__submit,.zp-mcol__list a{transition:none!important}
  .zp-header .zp-mcol__list a:hover{padding-left:0}
}

@media print{
  .zp-header,.zp-skip{display:none}
}
