/*
 * Galich Tools shared header layer.
 * Stage C17: extracted from gt-core.css without visual changes.
 */

/* Legacy extracted header base: keeps header visual stable while route-scoping the monolith. */
.header {
  background: #fff !important;
  color: #111827 !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 14.868px;
  line-height: 22.302px;
  border-bottom: 1px solid var(--gt-line);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.header.header--v5,
.header.header--v5::before,
.header.header--v5::after {
  background: #fff !important;
}

.header.header--v5 > .container-fluid {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff !important;
}

.header a,
.header button,
.header svg {
  color: #111827;
}

.header__desktop,
.header__mobile,
.header__row,
.header__top,
.header__bottom {
  background: #fff !important;
  color: #111827 !important;
}

.header .header__logo img[src*="LogoWhite"] {
  filter: invert(1) grayscale(1) contrast(1.25);
}

.header__logo img {
  max-height: 58px;
  object-fit: contain;
}

.header__catalog-btn,
.header__search-btn {
  background: #ff6a00 !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 14px rgba(255, 106, 0, .18) !important;
}

.header__catalog-btn:hover,
.header__search-btn:hover {
  background: #f05f00 !important;
  border-color: #f05f00 !important;
}

.header__catalog-btn,
.header__catalog-btn:hover,
.header__catalog-btn:focus,
.header__catalog-btn:active {
  text-decoration: none;
}

.header__search-control,
.header__search input,
.header__search .ui-input {
  background: #fff !important;
  border-color: var(--gt-line) !important;
  color: var(--gt-text) !important;
  border-radius: 10px !important;
}

.header__nav-menu a,
.header__info-link,
.header__call-btn {
  color: #111827 !important;
}

.header__action-counter {
  background: var(--gt-orange) !important;
  color: #fff !important;
}

/* GT extracted common header layer v12. Keep visual parity while route-scoping legacy assets. */
/* Site-wide header foundation v21: one desktop header, bitmap icons from common/header. */
@media (min-width: 992px) {
  .header__desktop .header__row--01,
  .header__desktop .header__row--02,
  .header__desktop .header__row--03 {
    width: min(100% - 72px, 1320px);
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .header__desktop .header__row--02 {
    display: grid;
    grid-template-columns: 132px 160px minmax(300px, 1fr) auto;
    gap: 22px;
    align-items: center;
    min-height: 72px;
  }

  /* Stage C32: obsolete foundation catalog button fallback removed; header pixel lock v19 is the active source. */

  /* Stage C31: obsolete foundation search fallback removed; unified search v27 is active for is-header-v5. */

  .header__desktop .gt-header-icon {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    object-fit: contain;
  }


  .header__desktop .header__cart {
    min-width: 124px;
  }

  .header__desktop .header__cart-btn,
  .header__desktop .header__nav-cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-width: 124px;
    height: 44px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #dbe3ed;
    border-radius: 14px;
    background: #fff;
    color: #0b1426;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .035);
    overflow: hidden;
    white-space: nowrap;
  }

  /* Stage C30: obsolete foundation filled-cart state removed; C27 cart locks are the active source. */
}

/* Unified desktop header search v27.
   The homepage had the approved search geometry in page-scoped rules; make it the shared desktop header source. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__search {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 720px !important;
    min-width: 0 !important;
  }

  body.is-header-v5 .header__desktop .header__search-control {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.is-header-v5 .header__desktop .header__search-input,
  body.is-header-v5 .header__desktop .header__search .ui-input {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 70px 0 22px !important;
    border: 1px solid #d9e0ea !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #182230 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 46px !important;
    outline: none !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04) !important;
    transition: border-color .18s ease, box-shadow .18s ease !important;
  }

  body.is-header-v5 .header__desktop .header__search-input::placeholder {
    color: #8a94a6 !important;
    opacity: 1 !important;
  }

  body.is-header-v5 .header__desktop .header__search-input:focus,
  body.is-header-v5 .header__desktop .header__search .ui-input:focus {
    border-color: #ff6a00 !important;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, .12) !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn,
  body.is-header-v5 .header__desktop .header__search-append {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    min-width: 54px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 11px !important;
    background-color: #ff6a00 !important;
    background-image: url("/catalog/view/theme/prostore/image/gt-header-search-white.png?v=20260617-header-search-v27") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    color: #fff !important;
    font-size: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(255, 106, 0, .18) !important;
    transform: none !important;
    overflow: hidden !important;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn:hover,
  body.is-header-v5 .header__desktop .header__search-append:hover {
    background: #f05f00 !important;
    box-shadow: 0 7px 16px rgba(255, 106, 0, .24) !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn:active,
  body.is-header-v5 .header__desktop .header__search-append:active {
    transform: translateY(1px) !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn::before,
  body.is-header-v5 .header__desktop .header__search-btn::after,
  body.is-header-v5 .header__desktop .header__search-append::before,
  body.is-header-v5 .header__desktop .header__search-append::after,
  body.is-header-v5 .header__desktop .header__search-btn svg,
  body.is-header-v5 .header__desktop .header__search-append svg {
    content: none !important;
    display: none !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn .gt-header-icon,
  body.is-header-v5 .header__desktop .header__search-append .gt-header-icon {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    object-fit: contain !important;
    filter: none !important;
  }
}

/* Stage C34: obsolete duplicate action button position fallback removed; C28/C29 action locks are active. */
/* Keep desktop wishlist counter inside the header icon button. */
body.is-header-v5 .header__nav-action-counter,
body.is-header-v5 .header__action-counter.js-wishlist-total {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  min-width: 18px !important;
  width: auto !important;
  height: 18px !important;
  padding: 0 5px !important;
  border-radius: 999px !important;
  background: #ff4a00 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 5px 12px rgba(255, 74, 0, .38) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 760 !important;
  opacity: 1 !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}

body.is-header-v5 .header__nav-action-counter:empty,
body.is-header-v5 .header__action-counter.js-wishlist-total:empty {
  display: none !important;
}

/* Stage C33: wishlist counter positioning is shared across is-header-v5 routes; checkout route exclusion removed. */
/* Stage C29: old emergency action rail reset moved to unified C29 action rail reset. */
/* Header pixel lock v19: one desktop geometry on home, catalog, product, account, cart and checkout. */
@media (min-width: 992px) {
  body.is-header-v5 .header,
  body.is-header-v5 .header__desktop {
    height: 176px !important;
    min-height: 176px !important;
  }

  body.is-header-v5 .header__desktop .header__row--01,
  body.is-header-v5 .header__desktop .header__row--02,
  body.is-header-v5 .header__desktop .header__row--03 {
    width: min(100% - 72px, 1320px) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.is-header-v5 .header__desktop .header__row--01 {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }

  body.is-header-v5 .header__desktop .header__row--01 a,
  body.is-header-v5 .header__desktop .header__row--01 .header__link,
  body.is-header-v5 .header__desktop .header__row--01 .header__phone,
  body.is-header-v5 .header__desktop .header__row--01 .header__phones,
  body.is-header-v5 .header__desktop .header__row--01 .header__phones a,
  body.is-header-v5 .header__desktop .header__row--01 .header__call,
  body.is-header-v5 .header__desktop .header__row--01 .header__call-btn,
  body.is-header-v5 .header__desktop .header__row--01 .header__call svg,
  body.is-header-v5 .header__desktop .header__row--01 .header__call use {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 14.3px !important;
    letter-spacing: normal !important;
  }

  body.is-header-v5 .header__desktop .header__row--01 .header__call mark {
    color: #9ca3af !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 14.3px !important;
    letter-spacing: normal !important;
  }

  body.is-header-v5 .header__desktop .header__row--02 {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 132px 160px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 6px 0 !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  body.is-header-v5 .header__desktop .header__row--03 {
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
  }

  body.is-header-v5 .header__desktop .header__row--03 .header__nav {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 9.285714px 0 !important;
    box-sizing: border-box !important;
  }

  body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600 !important;
  }

  body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li {
    min-width: 0 !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li > a,
  body.is-header-v5 .header__desktop .header__row--03 .header__nav-link {
    min-width: 0 !important;
    min-height: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  body.is-header-v5 .header__desktop .header__logo {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.is-header-v5 .header__desktop .header__logo img {
    width: 122px !important;
    max-width: 122px !important;
    height: auto !important;
    max-height: 54px !important;
    display: block !important;
  }

  body.is-header-v5 .header__desktop .header__catalog {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body.is-header-v5 .header__desktop .header__catalog-btn {
    width: 158px !important;
    min-width: 158px !important;
    max-width: 158px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 24px !important;
    gap: 11px !important;
    box-sizing: border-box !important;
    display: flex !important;
    overflow: hidden !important;
  }

  body.is-header-v5 .header__desktop .header__search {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.is-header-v5 .header__desktop .header__search-control,
  body.is-header-v5 .header__desktop .header__search-input,
  body.is-header-v5 .header__desktop .header__search .ui-input {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
  }

  body.is-header-v5 .header__desktop .header__actions,
  body.is-header-v5 .header__desktop .header__nav-actions,
  body.is-header-v5 .header__desktop .header__group--acc_action_cart {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    height: 46px !important;
    min-height: 46px !important;
  }

  body.is-header-v5 .header__desktop .header__group--acc_action_cart {
    width: 283.281px !important;
    min-width: 283.281px !important;
    max-width: 283.281px !important;
    flex: 0 0 283.281px !important;
    justify-content: flex-end !important;
  }

  body.is-header-v5 .header__desktop .header__action-btn,
  body.is-header-v5 .header__desktop .header__nav-action-btn {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.is-header-v5 .header__desktop .header__cart,
  body.is-header-v5 .header__desktop .header__nav-cart {
    margin: 0 !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn,
  body.is-header-v5 .header__desktop .header__nav-cart-btn,
  body.is-header-v5 .header__desktop .header__group--acc_action_cart .header__cart-btn.gt-cart-btn-filled,
  body.is-header-v5 .header__desktop .header__group--acc_action_cart .header__nav-cart-btn.gt-cart-btn-filled {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    flex: 0 0 152px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  @media (min-width: 1200px) {
    body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li:nth-child(1) > a {
      width: 137.5px !important;
      flex: 0 0 137.5px !important;
    }

    body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li:nth-child(2) > a {
      width: 146.531px !important;
      flex: 0 0 146.531px !important;
    }

    body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li:nth-child(3) > a {
      width: 129.031px !important;
      flex: 0 0 129.031px !important;
    }

    body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li:nth-child(4) > a {
      width: 195.906px !important;
      flex: 0 0 195.906px !important;
    }

    body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li:nth-child(5) > a {
      width: 238.391px !important;
      flex: 0 0 238.391px !important;
    }

    body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li:nth-child(6) > a {
      width: 274.391px !important;
      flex: 0 0 274.391px !important;
    }
  }
}

/* Stage C28 removed obsolete shared header polish v13 and checkout C16 parity blocks. Header geometry is now controlled by pixel lock v19 plus C27 cart locks. */
/* Header cart state lock C27: keep filled desktop cart identical on home, checkout and success. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 10px !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 20px !important;
    min-height: 20px !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-label {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    color: #07152f !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-badge,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled mark,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-counter {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 26px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    background: #ff2500 !important;
    box-shadow: 0 5px 12px rgba(255, 37, 0, .42) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }


  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-counter {
    position: static !important;
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-text.gt-cart-price {
    display: none !important;
  }
}
/* Header cart row hardening C27b: prevent legacy success rules from stacking label and badge. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total {
    flex: 0 0 auto !important;
    width: max-content !important;
    max-width: none !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-label,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-badge,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled mark {
    flex: 0 0 auto !important;
  }
}
/* Header cart transform reset C27c: success must not inherit vertical badge/label offsets. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-label,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-badge,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled mark,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-counter {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }
}
/* Header cart grid lock C27d: label and badge are one row regardless of legacy flex quirks. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total {
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    grid-auto-flow: column !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 6px !important;
    width: max-content !important;
    height: 20px !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-label {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .cart-total-badge,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled mark {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: center !important;
  }
}
/* Header cart nested total lock C27e: success/checkout may wrap label and badge in #cart-total. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total > #cart-total.gt-cart-filled {
    position: static !important;
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    grid-auto-flow: column !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 6px !important;
    width: max-content !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 20px !important;
    min-height: 20px !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total > #cart-total.gt-cart-filled .cart-total-label {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total > #cart-total.gt-cart-filled .cart-total-badge,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .js-cart-total > #cart-total.gt-cart-filled mark {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }
}
/* Header cart icon lock C27f: legacy success rules must not collapse the cart SVG. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled > svg.icon-cart,
  body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled > .gt-header-icon--cart {
    display: block !important;
    flex: 0 0 21px !important;
    width: 21px !important;
    min-width: 21px !important;
    max-width: 21px !important;
    height: 21px !important;
    min-height: 21px !important;
    max-height: 21px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
}
/* Header action buttons lock C28: account and wishlist use the same desktop button shell on every route. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__acc-btn,
  body.is-header-v5 .header__desktop .header__action-btn,
  body.is-header-v5 .header__desktop .header__nav-action-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #dbe3ed !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #07152f !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .035) !important;
    outline: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-decoration: none !important;
  }

  body.is-header-v5 .header__desktop .header__acc-btn:focus:not(:focus-visible),
  body.is-header-v5 .header__desktop .header__action-btn:focus:not(:focus-visible),
  body.is-header-v5 .header__desktop .header__nav-action-btn:focus:not(:focus-visible),
  body.is-header-v5 .header__desktop .header__acc-btn:active,
  body.is-header-v5 .header__desktop .header__action-btn:active,
  body.is-header-v5 .header__desktop .header__nav-action-btn:active {
    border-color: #dbe3ed !important;
    background: #ffffff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .035) !important;
  }

  body.is-header-v5 .header__desktop .header__acc-btn:hover,
  body.is-header-v5 .header__desktop .header__action-btn:hover,
  body.is-header-v5 .header__desktop .header__nav-action-btn:hover {
    border-color: #ffb287 !important;
    box-shadow: 0 10px 24px rgba(255, 90, 0, .10) !important;
  }

  body.is-header-v5 .header__desktop .header__acc-btn svg,
  body.is-header-v5 .header__desktop .header__action-btn svg,
  body.is-header-v5 .header__desktop .header__nav-action-btn svg {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    margin: 0 !important;
    color: currentColor !important;
  }
}
/* Header action rail reset C29: unified replacement for old route-excluding local/emergency blocks. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__action,
  body.is-header-v5 .header__desktop .header__nav-action {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.is-header-v5 .header__desktop .header__action-line {
    display: none !important;
  }

  body.is-header-v5 .header__desktop .header__acc-btn::before,
  body.is-header-v5 .header__desktop .header__acc-btn::after,
  body.is-header-v5 .header__desktop .header__action-btn::before,
  body.is-header-v5 .header__desktop .header__action-btn::after,
  body.is-header-v5 .header__desktop .header__cart-btn::before,
  body.is-header-v5 .header__desktop .header__cart-btn::after,
  body.is-header-v5 .header__desktop .header__nav-action-btn::before,
  body.is-header-v5 .header__desktop .header__nav-action-btn::after {
    content: none !important;
    display: none !important;
  }

  body.is-header-v5 .header__desktop .header__acc-btn:focus:not(:focus-visible),
  body.is-header-v5 .header__desktop .header__action-btn:focus:not(:focus-visible),
  body.is-header-v5 .header__desktop .header__cart-btn:focus:not(:focus-visible),
  body.is-header-v5 .header__desktop .header__nav-action-btn:focus:not(:focus-visible),
  body.is-header-v5 .header__desktop .header__acc-btn:active,
  body.is-header-v5 .header__desktop .header__action-btn:active,
  body.is-header-v5 .header__desktop .header__cart-btn:active,
  body.is-header-v5 .header__desktop .header__nav-action-btn:active {
    outline: 0 !important;
    border-color: #dbe3ed !important;
    background: #ffffff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .035) !important;
  }

  body.is-header-v5 .header__desktop .header__acc-btn:focus-visible,
  body.is-header-v5 .header__desktop .header__action-btn:focus-visible,
  body.is-header-v5 .header__desktop .header__cart-btn:focus-visible,
  body.is-header-v5 .header__desktop .header__nav-action-btn:focus-visible {
    outline: 0 !important;
    border-color: #cbd8e6 !important;
    box-shadow: 0 0 0 3px rgba(15, 35, 65, .08), 0 6px 18px rgba(15, 23, 42, .035) !important;
  }
}

/* Mini cart live quantity update guard v11. */
#cart.gt-mini-cart-force-open .header__cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#cart.gt-mini-cart-force-open .header__cart-offcanvas.gt-mini-cart {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Stage D8-8: header email copy helper moved out of galich-modern-test.css. */
.gt-header-email-copy {
  cursor: copy;
  user-select: text;
  -webkit-user-select: text;
}

.gt-header-email-copy:hover {
  color: #ff5a00;
}

.gt-header-email-toast {
  position: fixed;
  top: 88px;
  left: 50%;
  z-index: 1300;
  transform: translate(-50%, -10px);
  padding: 10px 16px;
  border: 1px solid rgba(255, 90, 0, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
  color: #0f172a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.gt-header-email-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* D52: keep no-monolith header right group aligned with the home header. */
body.is-header-v5 .header__desktop .header__cart {
  display: inline-flex;
  align-items: center;
  width: 162px;
  min-width: 162px;
  max-width: 162px;
}

body.is-header-v5 .header__desktop .header__catalog-btn .catalog-text {
  text-transform: none;
}

body.gt-checkout-skin .header__desktop .header__cart {
  display: inline-flex;
  align-items: center;
  width: 161.984px;
  min-width: 161.984px;
}

/* Required for checkout no-skin parity: the shared header cart lock sets 14px with !important. */
body.gt-checkout-skin .header__desktop .header__cart-btn {
  border-radius: 10px !important;
}

/* D210: shared mini-cart drawer styling for non-checkout pages after removing the legacy monolith. */
body.is-header-v5 #cart {
  --gt-mini-orange: #ff6a00;
  --gt-mini-navy: #0b1426;
  --gt-mini-text: #111827;
  --gt-mini-muted: #7a8496;
  --gt-mini-border: #e8edf5;
  --gt-mini-bg: #f4f7fb;
}

body.is-header-v5 #cart .header__cart-overlay.gt-mini-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(8, 15, 30, .58);
  backdrop-filter: blur(2px);
}

body.is-header-v5 #cart .header__cart-offcanvas.gt-mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: min(540px, 100vw);
  max-width: 540px;
  height: 100vh;
  height: 100dvh;
  border-radius: 28px 0 0 28px;
  background: #fff;
  box-shadow: -30px 0 78px rgba(6, 16, 34, .26);
  overflow: hidden;
}

body.is-header-v5 #cart .header__cart-scrollbar.gt-mini-cart__panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

body.is-header-v5 #cart .gt-mini-cart__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  min-height: 82px;
  padding: 17px 28px 12px;
  border-bottom: 1px solid #e7edf5;
  background: #fff;
}

body.is-header-v5 #cart .gt-mini-cart__close {
  position: static;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 13px;
  background: #fff;
  color: var(--gt-mini-navy);
  box-shadow: none;
}

body.is-header-v5 #cart .gt-mini-cart__close svg {
  display: block;
  width: 18px;
  height: 18px;
}

body.is-header-v5 #cart .gt-mini-cart__heading {
  min-width: 0;
}

body.is-header-v5 #cart .gt-mini-cart__title {
  display: block;
  margin: 0 0 5px;
  color: var(--gt-mini-text);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

body.is-header-v5 #cart .gt-mini-cart__title:empty::before {
  content: "Корзина";
}

body.is-header-v5 #cart .gt-mini-cart__status {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
  margin: 0;
  color: var(--gt-mini-muted);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 650;
}

body.is-header-v5 #cart .gt-mini-cart__status strong {
  color: var(--gt-mini-text);
  font-weight: 760;
}

body.is-header-v5 #cart .gt-mini-cart__clear {
  position: static;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #245aa8;
  font-size: 13px;
  font-weight: 700;
}

body.is-header-v5 #cart .gt-mini-cart__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 13px 18px 15px;
  overflow: auto;
  background: var(--gt-mini-bg);
  scroll-padding-bottom: 28px;
}

body.is-header-v5 #cart .gt-mini-cart__list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.is-header-v5 #cart .gt-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  min-height: 118px;
  padding: 12px 12px 12px 14px;
  border: 1px solid rgba(15, 23, 42, .05);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 35, 65, .055);
}

body.is-header-v5 #cart .gt-mini-cart-item__image {
  display: grid;
  place-items: center;
  align-self: center;
  width: 76px;
  height: 76px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: radial-gradient(circle at right bottom, rgba(255, 106, 0, .08), transparent 58%), #fbfcfe;
  overflow: hidden;
}

body.is-header-v5 #cart .gt-mini-cart-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

body.is-header-v5 #cart .gt-mini-cart-item__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0 34px 0 0;
}

body.is-header-v5 #cart .gt-mini-cart-item__sku {
  display: block;
  margin: 0 0 3px;
  color: #a8b2c4;
  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 650;
}

body.is-header-v5 #cart .gt-mini-cart-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 0;
  margin: 0 0 4px;
  overflow: hidden;
  color: var(--gt-mini-text);
  font-size: 13.5px;
  line-height: 1.22;
  font-weight: 700;
  text-decoration: none;
}

body.is-header-v5 #cart .gt-mini-cart-item__stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: #159947;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

body.is-header-v5 #cart .gt-mini-cart-item__stock::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

body.is-header-v5 #cart .gt-mini-cart-item__bottom {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

body.is-header-v5 #cart .gt-mini-cart-item__number {
  position: static;
  inset: auto;
  transform: none;
}

body.is-header-v5 #cart .gt-mini-cart-stepper {
  display: grid;
  grid-template-columns: 32px 44px 32px;
  align-items: center;
  flex: 0 0 108px;
  width: 108px;
  height: 36px;
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__decrease,
body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__increase {
  position: static;
  display: grid;
  place-items: center;
  width: 32px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--gt-mini-navy);
}

body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__decrease svg,
body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__increase svg {
  display: none;
}

body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__decrease::before,
body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__increase::before {
  display: block;
  color: #344054;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__decrease::before {
  content: "\2212";
}

body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__increase::before {
  content: "+";
}

body.is-header-v5 #cart .gt-mini-cart-stepper .ui-number__input {
  width: 44px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gt-mini-text);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

body.is-header-v5 #cart .gt-mini-cart-item__price {
  position: static;
  inset: auto;
  display: grid;
  flex: 1 1 auto;
  justify-items: end;
  min-width: 100px;
  gap: 3px;
  color: var(--gt-mini-text);
  text-align: right;
  transform: none;
}

body.is-header-v5 #cart .gt-mini-cart-item__price .header__cart-item-price-current {
  color: var(--gt-mini-text);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 760;
  white-space: nowrap;
}

body.is-header-v5 #cart .gt-mini-cart-item__price .header__cart-item-price-piece {
  color: #7c8799;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
}

body.is-header-v5 #cart .gt-mini-cart-item__actions {
  position: absolute;
  top: 11px;
  right: 11px;
  display: block;
  width: 30px;
}

body.is-header-v5 #cart .gt-mini-cart-item__wish {
  display: none;
}

body.is-header-v5 #cart .gt-mini-cart-item__remove {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #e5ebf3;
  border-radius: 10px;
  background: #fff;
  color: #516079;
}

body.is-header-v5 #cart .gt-mini-cart-item__remove svg {
  display: none;
}

body.is-header-v5 #cart .gt-mini-cart-item__remove::before {
  display: block;
  width: 15px;
  height: 15px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-2 6h10l-.7 11H7.7L7 9Zm3 2v7h1.5v-7H10Zm2.5 0v7H14v-7h-1.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-2 6h10l-.7 11H7.7L7 9Zm3 2v7h1.5v-7H10Zm2.5 0v7H14v-7h-1.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.is-header-v5 #cart .gt-mini-cart__footer {
  position: relative;
  inset: auto;
  flex: 0 0 auto;
  padding: 13px 20px 14px;
  border-top: 1px solid #e7edf5;
  border-radius: 20px 20px 0 0;
  background: #fff;
  box-shadow: 0 -16px 38px rgba(15, 35, 65, .11);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

body.is-header-v5 #cart .gt-mini-cart__summary {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.is-header-v5 #cart .gt-mini-cart__totals {
  width: 100%;
  margin: 0 0 4px;
}

body.is-header-v5 #cart .gt-mini-cart__totals tbody tr {
  display: none;
}

body.is-header-v5 #cart .gt-mini-cart__totals tfoot tr {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 16px;
}

body.is-header-v5 #cart .gt-mini-cart__totals tfoot td {
  padding: 0;
  border: 0;
  color: var(--gt-mini-text);
  font-size: 21px;
  line-height: 1.1;
  font-weight: 760;
}

body.is-header-v5 #cart .gt-mini-cart__note,
body.is-header-v5 #cart .gt-mini-cart-delivery,
body.is-header-v5 #cart .gt-mini-cart-trust {
  display: none;
}

body.is-header-v5 #cart .gt-mini-cart__actions {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
}

body.is-header-v5 #cart .gt-mini-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

body.is-header-v5 #cart .gt-mini-cart-btn--primary {
  border: 1px solid var(--gt-mini-orange);
  background: linear-gradient(180deg, #ff7a1a 0%, #ff5a00 100%);
  color: #fff;
}

body.is-header-v5 #cart .gt-mini-cart-btn--secondary,
body.is-header-v5 #cart .gt-mini-cart-btn--light {
  border: 1px solid #d7e1ed;
  background: #fff;
  color: #0f172a;
}

/* D210c: keep mini-cart internals hidden for guards and assistive tech while the drawer is closed. */
body.is-header-v5:not(.is-cart-open) #cart .header__cart-overlay.gt-mini-cart-overlay,
body.is-header-v5:not(.is-cart-open) #cart .header__cart-offcanvas.gt-mini-cart {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-header-v5:not(.is-cart-open) #cart .header__cart-offcanvas.gt-mini-cart {
  transform: translateX(100%);
}

/* D212: restore mini-cart footer info blocks from the stable copy3 drawer. */
body.is-header-v5 #cart .gt-mini-cart__footer {
  padding: 13px 20px 14px;
  border-radius: 20px 20px 0 0;
  background: #fff;
  box-shadow: 0 -16px 38px rgba(15, 35, 65, .11);
}

body.is-header-v5 #cart .gt-mini-cart__totals {
  margin: 0 0 4px;
}

body.is-header-v5 #cart .gt-mini-cart__totals tfoot td {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 760;
}

body.is-header-v5 #cart .gt-mini-cart__note {
  display: block;
  margin: 4px 0 8px;
  color: #8a96aa;
  font-size: 11px;
  line-height: 1.35;
}

body.is-header-v5 #cart .gt-mini-cart-delivery {
  display: grid;
  margin: 0 0 9px;
  gap: 5px;
  color: #39455b;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 750;
}

body.is-header-v5 #cart .gt-mini-cart-delivery__bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf5;
}

body.is-header-v5 #cart .gt-mini-cart-delivery__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6a00, #ff9d3d);
}

body.is-header-v5 #cart .gt-mini-cart__actions {
  margin: 0 0 9px;
  gap: 8px;
}

body.is-header-v5 #cart .gt-mini-cart-btn {
  min-height: 46px;
  font-size: 14.5px;
  font-weight: 760;
}

body.is-header-v5 #cart .gt-mini-cart-btn--primary {
  background: var(--gt-mini-orange);
  box-shadow: 0 14px 30px rgba(255, 106, 0, .26);
}

body.is-header-v5 #cart .gt-mini-cart-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

body.is-header-v5 #cart .gt-mini-cart-trust div {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 6px;
  gap: 3px;
  border-radius: 14px;
  background: #f8fafc;
  text-align: center;
}

body.is-header-v5 #cart .gt-mini-cart-trust span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #dfe6ef;
  border-radius: 50%;
  color: var(--gt-mini-navy);
  font-size: 10px;
}

body.is-header-v5 #cart .gt-mini-cart-trust strong {
  color: var(--gt-mini-text);
  font-size: 9.5px;
  line-height: 1.1;
  font-weight: 760;
}

body.is-header-v5 #cart .gt-mini-cart-trust small {
  color: #8a96aa;
  font-size: 9px;
  line-height: 1.1;
}

/* D211: contact widget layout is shared by header markup; keep it scoped away from page content. */
body.is-header-v5 .gt-contact-widget {
  position: fixed;
  right: 28px;
  bottom: 64px;
  z-index: 1099;
}

body.is-header-v5 .chat.gt-contact-widget .gt-contact-widget__to-top {
  position: absolute;
  left: auto;
  right: 72px;
  top: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ff6500;
  color: #fff;
  box-shadow: 0 18px 36px rgba(255, 101, 0, .28), 0 10px 24px rgba(11, 27, 49, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.is-header-v5 .chat.gt-contact-widget .gt-contact-widget__to-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.is-header-v5 .chat.gt-contact-widget .gt-contact-widget__to-top:hover {
  background: #f05d00;
  box-shadow: 0 20px 42px rgba(255, 101, 0, .34), 0 12px 26px rgba(11, 27, 49, .18);
}

body.is-header-v5 .chat.gt-contact-widget .gt-contact-widget__to-top::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 101, 0, .22);
  border-radius: 50%;
  opacity: .9;
  pointer-events: none;
  content: "";
}

body.is-header-v5 .chat.gt-contact-widget .gt-contact-widget__to-top .icon-arrow-toggle {
  display: block;
  width: 16px;
  height: 10px;
  margin: 0;
  color: #fff;
  transform: rotate(180deg);
}

body.is-header-v5 .gt-contact-widget__button {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff7a1a 0%, #ff5a00 100%);
  box-shadow: 0 16px 34px rgba(255, 90, 0, .28);
}

body.is-header-v5 .gt-contact-widget__button img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

body.is-header-v5 .gt-contact-widget__panel {
  position: absolute;
  right: 0;
  bottom: 74px;
  width: 320px;
  max-width: calc(100vw - 48px);
  padding: 12px;
  border: 1px solid #e8edf5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(11, 20, 38, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.985);
  transform-origin: right bottom;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  overflow: hidden;
}

body.is-chat-open .gt-contact-widget__panel,
html.is-chat-open .gt-contact-widget__panel,
.is-chat-open .gt-contact-widget__panel,
body.is-header-v5 .chat.gt-contact-widget.is-open .gt-contact-widget__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.is-header-v5 .gt-contact-widget__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 13px;
}

body.is-header-v5 .gt-contact-widget__title {
  margin: 0 0 4px;
  color: #07152b;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

body.is-header-v5 .gt-contact-widget__subtitle {
  margin: 0;
  color: #66738a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

body.is-header-v5 .gt-contact-widget__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  border: 1px solid #e3eaf3;
  border-radius: 50%;
  background: #fff;
  color: #768399;
  font-size: 0;
}

body.is-header-v5 .gt-contact-widget__close::before,
body.is-header-v5 .gt-contact-widget__close::after {
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

body.is-header-v5 .gt-contact-widget__close::before {
  transform: rotate(45deg);
}

body.is-header-v5 .gt-contact-widget__close::after {
  transform: rotate(-45deg);
}

body.is-header-v5 .gt-contact-widget__menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.is-header-v5 .gt-contact-widget__menu > li {
  width: auto;
  max-width: none;
  padding: 0;
}

body.is-header-v5 .gt-contact-widget__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  height: auto;
  min-height: 58px;
  padding: 9px 11px;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  background: #fff;
  color: #07152b;
  text-decoration: none;
  overflow: hidden;
}

body.is-header-v5 .gt-contact-widget__icon {
  display: block;
  width: 42px;
  height: 42px;
  min-width: 40px;
  margin: 0;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
}

body.is-header-v5 .gt-contact-widget__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

body.is-header-v5 .gt-contact-widget__text {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.is-header-v5 .gt-contact-widget__label {
  display: block;
  overflow: hidden;
  color: #07152b;
  font-size: 14.5px;
  line-height: 1.2;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.is-header-v5 .gt-contact-widget__note {
  display: block;
  overflow: hidden;
  color: #718097;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.is-header-v5 .gt-contact-widget__arrow {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  color: #94a3b8;
  font-size: 0;
}

body.is-header-v5 .gt-contact-widget__arrow::before {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  body.is-header-v5 .gt-contact-widget {
    right: 16px;
    bottom: 16px;
  }

  body.is-header-v5 .gt-contact-widget__panel {
    right: 0;
    bottom: 68px;
    width: calc(100vw - 32px);
  }
}

body.is-header-v5 #cart .gt-mini-cart-empty__panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid #e7edf5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 35, 65, .06);
}

body.is-header-v5 #cart .gt-mini-cart-empty__top {
  display: grid;
  gap: 14px;
}

body.is-header-v5 #cart .gt-mini-cart-empty__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 106, 0, .1);
}

body.is-header-v5 #cart .gt-mini-cart-empty__icon::before {
  width: 22px;
  height: 22px;
  background: #ff6a00;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 .01 0H17ZM6.2 6l.8 8.1A3 3 0 0 0 10 17h6.6a3 3 0 0 0 2.9-2.3L21 8H8.1L7.8 5.8A3 3 0 0 0 4.8 3H3v2h1.8a1 1 0 0 1 1 .9L6.2 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 .01 0H17ZM6.2 6l.8 8.1A3 3 0 0 0 10 17h6.6a3 3 0 0 0 2.9-2.3L21 8H8.1L7.8 5.8A3 3 0 0 0 4.8 3H3v2h1.8a1 1 0 0 1 1 .9L6.2 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.is-header-v5 #cart .gt-mini-cart-empty__intro h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 760;
}

body.is-header-v5 #cart .gt-mini-cart-empty__intro p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

body.is-header-v5 #cart .gt-mini-cart-empty__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 13px;
  background: #ff5a00;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

body.is-header-v5 #cart a.gt-mini-cart-empty__primary,
body.is-header-v5 #cart a.gt-mini-cart-empty__primary:hover,
body.is-header-v5 #cart a.gt-mini-cart-empty__primary:focus,
body.is-header-v5 #cart a.gt-mini-cart-empty__primary:active {
  color: #ffffff !important;
}

body.is-header-v5 #cart .gt-mini-cart-empty__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.is-header-v5 #cart .gt-mini-cart-empty__links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d7e1ed;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 650;
  text-decoration: none;
}

body.is-header-v5 #cart .gt-mini-cart-empty__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.is-header-v5 #cart .gt-mini-cart-empty__trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 650;
}

/* Unified desktop header alignment. Keep header sizing in this shared file only. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop .header__row--01 {
    min-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  body.is-header-v5 .header__desktop .header__row--02 {
    display: grid;
    grid-template-columns: 148px auto minmax(420px, 1fr) auto;
    column-gap: 18px;
    align-items: center;
    min-height: 72px;
    height: 72px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  body.is-header-v5 .header__desktop .header__row--02 > * {
    align-self: center;
  }

  body.is-header-v5 .header__desktop .header__logo {
    display: inline-flex;
    align-items: center;
    width: 148px;
    min-width: 148px;
  }

  body.is-header-v5 .header__desktop .header__logo img {
    display: block;
    width: auto;
    max-width: 132px;
    height: auto;
    max-height: 54px;
    object-fit: contain;
  }

  body.is-header-v5 .header__catalog {
    display: inline-flex;
    align-items: center;
  }

  body.is-header-v5 .header__catalog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    height: 46px;
    min-height: 46px;
    min-width: 154px;
    padding: 0 24px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(255, 106, 0, .14);
    overflow: hidden;
  }

  body.is-header-v5 .header__catalog-btn::before {
    content: none;
    display: none;
  }

  body.is-header-v5 .header__catalog-btn::after {
    content: none;
    display: none;
  }

  body.is-header-v5 .header__catalog-btn svg {
    display: none;
  }

  body.is-header-v5 .header__catalog-btn .catalog-icon,
  body.is-header-v5 .header__catalog-btn .catalog-text {
    display: inline-flex;
    align-items: center;
  }

  body.is-header-v5 .header__catalog-btn .catalog-text {
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
  }

  body.is-header-v5 .header__desktop .header__search {
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%;
    max-width: none;
  }

  body.is-header-v5 .header__desktop .header__search-control {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    min-height: 46px;
    margin: 0;
    border-color: #d7dee8;
    border-radius: 11px;
    overflow: hidden;
  }

  body.is-header-v5 .header__desktop .header__search-input {
    height: 46px;
    min-height: 46px;
    padding: 0 58px 0 22px;
    color: #111827;
    font-size: 15px;
    line-height: 46px;
  }

  body.is-header-v5 .header__desktop .header__search-input::placeholder {
    color: #6b7280;
    opacity: 1;
  }

  body.is-header-v5 .header__desktop .header__search-btn,
  body.is-header-v5 .header__desktop .header__search-append {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background-color: var(--gt-orange);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.6'/%3E%3Cpath d='M16.2 16.2 20 20'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    box-shadow: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.is-header-v5 .header__desktop .header__search-btn::before,
  body.is-header-v5 .header__desktop .header__search-btn::after,
  body.is-header-v5 .header__desktop .header__search-append::before,
  body.is-header-v5 .header__desktop .header__search-append::after,
  body.is-header-v5 .header__desktop .header__search-btn svg,
  body.is-header-v5 .header__desktop .header__search-append svg {
    content: none;
    display: none;
  }

  body.is-header-v5 .header__group,
  body.is-header-v5 .header__acc,
  body.is-header-v5 .header__action,
  body.is-header-v5 .header__cart {
    display: inline-flex;
    align-items: center;
  }

  body.is-header-v5 .header__group {
    gap: 10px;
  }

  body.is-header-v5 .header__action {
    gap: 8px;
    border: 0;
    background: transparent;
  }

  body.is-header-v5 .header__action-line {
    display: none;
  }

  body.is-header-v5 .header__acc-btn,
  body.is-header-v5 .header__action-btn,
  body.is-header-v5 .header__cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    color: #111827;
    line-height: 1;
  }

  body.is-header-v5 .header__acc-btn,
  body.is-header-v5 .header__action-btn {
    width: 44px;
    min-width: 44px;
  }

  body.is-header-v5 .header__cart-btn {
    width: auto;
    min-width: 106px;
    gap: 8px;
    padding: 0 12px;
  }

  body.is-header-v5 .header__acc-btn:hover,
  body.is-header-v5 .header__action-btn:hover,
  body.is-header-v5 .header__cart-btn:hover {
    border-color: rgba(255, 106, 0, .55);
    box-shadow: 0 8px 16px rgba(255, 106, 0, .10);
    color: var(--gt-orange);
  }

  body.is-header-v5 .header__acc-btn svg,
  body.is-header-v5 .header__action-btn svg,
  body.is-header-v5 .header__cart-btn svg {
    width: 21px;
    height: 21px;
    margin: 0;
    stroke-width: 1.9px;
  }

  body.is-header-v5 .header__action-counter:empty,
  body.is-header-v5 .header__nav-action-counter:empty,
  body.is-header-v5 .js-compare-total:empty,
  body.is-header-v5 .js-wishlist-total:empty {
    display: none;
  }

  body.is-header-v5 .header__cart-total,
  body.is-header-v5 .header__nav-cart-total {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #111827;
    font-size: 13px;
    line-height: 1;
    font-weight: 650;
    white-space: nowrap;
  }

  body.is-header-v5 .header__cart-total mark,
  body.is-header-v5 .header__nav-cart-total mark,
  body.is-header-v5 .header__cart-total.gt-cart-empty mark,
  body.is-header-v5 .header__nav-cart-total.gt-cart-empty mark {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
  }

  body.is-header-v5 .header__cart-total .cart-total-text,
  body.is-header-v5 .header__nav-cart-total .cart-total-text {
    display: inline;
    color: #111827;
    font-size: 13px;
    font-weight: 650;
  }

  body.is-header-v5 .header__cart-total > .cart-total-text,
  body.is-header-v5 .header__nav-cart-total > .cart-total-text {
    display: none;
  }

  body.is-header-v5 .header__cart-total .cart-total-counter,
  body.is-header-v5 .header__nav-cart-total .cart-total-counter,
  body.is-header-v5 .header__cart-total.gt-cart-empty .cart-total-counter,
  body.is-header-v5 .header__nav-cart-total.gt-cart-empty .cart-total-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #ff2500 !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(255, 37, 0, .38) !important;
    font-size: 10px;
    line-height: 17px;
    font-weight: 800;
  }

  body.is-header-v5 .header__desktop .header__row--03 {
    min-height: 50px;
    height: 50px;
  }

body.is-header-v5 .header__desktop .header__row--03 .header__nav {
  width: 100%;
  opacity: 1 !important;
}

/* Header cart counter color lock v3: keep cart quantity as visible as wishlist. */
body.is-header-v5 .header__cart-total.gt-cart-filled .cart-total-badge,
body.is-header-v5 .header__nav-cart-total.gt-cart-filled .cart-total-badge,
body.is-header-v5 .header__mobile-action-counter.gt-cart-filled .cart-total-badge,
body.is-header-v5 .header__sticky-counter.gt-cart-filled .cart-total-badge,
body.is-header-v5 .header__cart-total.gt-cart-filled mark.cart-total-badge,
body.is-header-v5 .header__nav-cart-total.gt-cart-filled mark.cart-total-badge {
  background: #ff2500 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 12px rgba(255, 37, 0, .42) !important;
}

body.is-header-v5 .header__cart-total.gt-cart-filled .cart-total-counter,
body.is-header-v5 .header__nav-cart-total.gt-cart-filled .cart-total-counter,
body.is-header-v5 .header__mobile-action-counter.gt-cart-filled .cart-total-counter,
body.is-header-v5 .header__sticky-counter.gt-cart-filled .cart-total-counter {
  color: #ffffff !important;
}

body.is-header-v5 .gt-cart-badge-hot {
  background: #ff2500 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 12px rgba(255, 37, 0, .42) !important;
}

  body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
  }

  body.is-header-v5 .header__desktop .header__row--03 .header__nav-link,
  body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li > a {
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    color: #111827;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0;
  }

  body.is-header-v5 .header__desktop .header__row--03 .header__nav-link:hover,
  body.is-header-v5 .header__desktop .header__row--03 .header__nav-menu > li > a:hover {
    color: var(--gt-orange);
  }

  body.is-header-v5 .header__desktop .header__search-btn,
  body.is-header-v5 .header__desktop .header__search-append {
    background-image: none !important;
    background-position: 0% 0% !important;
    background-size: auto !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn::before,
  body.is-header-v5 .header__desktop .header__search-append::before {
    content: "" !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background: #fff !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-4.2-4.2'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-4.2-4.2'/%3E%3C/svg%3E") !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn::after,
  body.is-header-v5 .header__desktop .header__search-append::after,
  body.is-header-v5 .header__desktop .header__search-btn svg,
  body.is-header-v5 .header__desktop .header__search-append svg {
    content: none !important;
    display: none !important;
  }

  body.is-header-v5 .header__catalog-btn .catalog-icon::before,
  body.is-header-v5 .header__catalog-btn .catalog-icon::after,
  body.is-header-v5 .header__catalog-btn .catalog-text::before,
  body.is-header-v5 .header__catalog-btn .catalog-text::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 1600px) {
  body.is-header-v5 .header__desktop .header__row--02 {
    grid-template-columns: 158px auto minmax(560px, 1fr) auto;
    column-gap: 22px;
  }

  body.is-header-v5 .header__desktop .header__logo {
    width: 158px;
    min-width: 158px;
  }

  body.is-header-v5 .header__desktop .header__logo img {
    max-width: 140px;
    max-height: 56px;
  }
}

/* Header final parity lock: required while old route CSS still redefines inherited variables after the shared header. */
@media (min-width: 992px) {
  body.is-header-v5 .header__desktop,
  body.is-header-v5 .header__desktop a:not(#cart a),
  body.is-header-v5 .header__desktop .header__info-link,
  body.is-header-v5 .header__desktop .header__call-btn,
  body.is-header-v5 .header__desktop .header__nav-link,
  body.is-header-v5 .header__desktop .header__nav-menu > li > a {
    color: #111827 !important;
  }

  body.is-header-v5 .header__desktop .header__row--01 .header__call-btn {
    min-height: 30px !important;
  }

  body.is-header-v5 .header__desktop .header__catalog-btn .catalog-icon {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    color: #fff !important;
  }

  body.is-header-v5 .header__desktop .header__catalog-btn,
  body.is-header-v5 .header__desktop .header__catalog-btn .catalog-text {
    color: #fff !important;
  }

  body.is-header-v5 .header__desktop .header__catalog-btn .catalog-icon::before {
    content: "" !important;
    display: block !important;
    width: 20px !important;
    height: 14px !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 2px !important;
    background-color: transparent !important;
    background-image:
      linear-gradient(#fff, #fff),
      linear-gradient(#fff, #fff),
      linear-gradient(#fff, #fff) !important;
    background-position: 0 0, 0 6px, 0 12px !important;
    background-size: 20px 2px, 20px 2px, 20px 2px !important;
    background-repeat: no-repeat !important;
  }

  body.is-header-v5 .header__desktop .header__catalog-btn .catalog-icon::after,
  body.is-header-v5 .header__desktop .header__catalog-btn .catalog-text::before,
  body.is-header-v5 .header__desktop .header__catalog-btn .catalog-text::after {
    content: none !important;
    display: none !important;
  }

  body.is-header-v5 .header__desktop .header__catalog-btn .catalog-text {
    display: block !important;
  }

  body.is-header-v5 .header__desktop .header__search-btn,
  body.is-header-v5 .header__desktop .header__search-append,
  body.is-header-v5 .header__desktop .header__search-btn::before,
  body.is-header-v5 .header__desktop .header__search-append::before {
    font-weight: 500 !important;
  }
}

/* Header cart badge contrast lock: keep quantity badge as vivid as wishlist across desktop/mobile wrappers. */
body.is-header-v5 .js-cart-total .cart-total-badge.gt-cart-badge-hot,
body.is-header-v5 .js-cart-total mark.cart-total-badge.gt-cart-badge-hot,
body.is-header-v5 .header__cart-counter .cart-total-badge.gt-cart-badge-hot,
body.is-header-v5 .header__nav-cart-total .cart-total-badge.gt-cart-badge-hot,
body.is-header-v5 .header__mobile-action-counter .cart-total-badge.gt-cart-badge-hot,
body.is-header-v5 .header__sticky-counter .cart-total-badge.gt-cart-badge-hot,
body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .header__cart-total .cart-total-badge.gt-cart-badge-hot,
body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .header__cart-total mark.cart-total-badge.gt-cart-badge-hot {
  background: #ff4a00 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: 0 5px 12px rgba(255, 74, 0, .38) !important;
}

body.is-header-v5 .js-cart-total .cart-total-badge.gt-cart-badge-hot .cart-total-counter,
body.is-header-v5 .header__cart-counter .cart-total-badge.gt-cart-badge-hot .cart-total-counter,
body.is-header-v5 .header__nav-cart-total .cart-total-badge.gt-cart-badge-hot .cart-total-counter,
body.is-header-v5 .header__mobile-action-counter .cart-total-badge.gt-cart-badge-hot .cart-total-counter,
body.is-header-v5 .header__sticky-counter .cart-total-badge.gt-cart-badge-hot .cart-total-counter,
body.is-header-v5 .header__desktop .header__cart-btn.gt-cart-btn-filled .header__cart-total .cart-total-badge.gt-cart-badge-hot .cart-total-counter {
  color: #ffffff !important;
}
