.gorilla-header-cart{display:inline-flex;align-items:center;justify-content:center;position:relative;background:transparent;border:none;padding:6px;cursor:pointer;color:#fff;line-height:1;text-decoration:none}.gorilla-header-cart:hover{opacity:.8}.gorilla-header-cart__badge{position:absolute;top:0;right:0;background:var(--g-color-green);color:#fff;font-size:9px;font-weight:700;line-height:1;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 2px;pointer-events:none}.gorilla-header-cart__badge:empty,.gorilla-header-cart__badge[data-count="0"]{display:none}#mobile-header-right .gorilla-header-cart svg{width:26px;height:26px}.gorilla-header-cart--desktop{padding:6px 8px}.gorilla-header-cart--desktop svg{width:24px;height:24px}#header-sticky-wrapper.header-fade-entry{animation:none!important;opacity:1!important;transform:none!important}.gorilla-pdp #header-sticky-wrapper .lg\:hidden .flex.items-center{padding-top:.75rem!important;padding-bottom:.75rem!important}.site-logo{transition:none!important}
/*# sourceMappingURL=/cdn/shop/t/12/assets/gorilla-header-patch.css.map?v=24155338701013282301778723784 */

/* ── Липкая шапка БЕЗ прехидера (v1.2.3) ──
   Прехидер остался в потоке страницы и уезжает со скроллом; закрепляется
   только сам хедер. height:0 - липкая обёртка не занимает места в потоке
   (шапка-оверлей поверх hero, как раньше при position:fixed), содержимое
   просто выступает вниз. Разметка/стили прехидера - в header.php. */
#header-sticky-wrapper {
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
}
