﻿



[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


@media (max-width: 768px) {
  body:has(.narine-masthead-mobile-bottom) {
    
    --narine-mobile-bottom-bar-height: calc(
      0.5rem + 1.5rem + 0.25rem + 1.25rem
    );
    padding-bottom: calc(
      var(--narine-mobile-bottom-bar-height) + env(safe-area-inset-bottom, 0px)
    );
  }

  body:has(.narine-masthead-mobile-bottom) .narine-masthead-mobile-bottom {
    box-sizing: border-box;
    min-height: var(--narine-mobile-bottom-bar-height);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header {
  max-width: var(--container-width);
  margin: 0.5rem auto 0;
  padding: 0 0.5rem;
  overflow-x: clip;
}

@media (min-width: 768px) {
  .header {
    margin-top: 0;
    padding: 0 1.5rem;
  }
}

.header__main {
  max-width: var(--container-width);
  margin: 0 auto;
  width: 100%;
}

.header__main-inner {
  padding: 0.5rem 0.75rem;
  background: var(--gray-100);
  border-radius: 0.75rem;
  width: 100%;
}

@media (min-width: 640px) {
  .header__main-inner {
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
  }
}

.header .header__logo {
  display: flex;
  align-items: center;
  max-width: min(100%, 160px);
  flex-shrink: 0;
}

.header .header__logo .custom-logo-link {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.header .header__logo img.custom-logo {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .header .header__logo img.custom-logo {
    height: 2.875rem;
  }
}


#masthead.header .header__top {
  display: none;
  overflow: visible;
  position: relative;
  z-index: 999999;
}

body.header-search-open #masthead.header .header__top {
  z-index: 60;
}

@media (min-width: 768px) {
  #masthead.header .header__top {
    display: block;
    width: 100%;
    overflow: visible;
  }
}

#masthead.header .header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: visible;
}

#masthead.header .header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  flex: 1 1 0%;
  min-width: 0;
}

#masthead.header .header__contacts {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.5rem 1rem;
  justify-content: flex-end;
  min-width: 0;
  max-width: 52%;
  flex-wrap: nowrap;
  overflow: visible;
}

@media (min-width: 1024px) {
  #masthead.header .header__top-inner > div:last-child,
  #masthead.header .header__contacts {
    gap: 0.75rem 1.5rem;
  }
}

#masthead.header
  .header__contacts
  .header__tip:not(.header__tip--address) {
  max-width: min(100%, 14rem);
}

#masthead.header
  .header__contacts
  .header__tip--address {
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(100%, 11rem);
  overflow: visible;
}

#masthead.header .header__tip--address:hover,
#masthead.header .header__tip--address:focus-within {
  z-index: 90;
}

@media (min-width: 1024px) {
  #masthead.header
    .header__contacts
    .header__tip--address {
    max-width: min(100%, 14rem);
  }
}

@media (min-width: 1280px) {
  #masthead.header
    .header__contacts
    .header__tip--address {
    max-width: min(100%, 18rem);
  }

  #masthead.header
    .header__contacts
    .header__tip:not(.header__tip--address) {
    max-width: min(100%, 18rem);
  }
}

#masthead.header
  .header__contacts
  .header__tip--nowrap {
  max-width: none;
  flex-shrink: 0;
}

#masthead.header .header__tip {
  position: relative;
  color: var(--gray-600);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#masthead.header .header__tip-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  cursor: default;
}

#masthead.header .header__tip-icon svg,
#masthead.header .header__tip-icon .header__contact-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

#masthead.header .header__tip-arrow svg {
  display: block;
  width: 1rem;
  height: 1rem;
}

#masthead.header .header__tip--has-panel .header__tip-trigger {
  cursor: pointer;
}

#masthead.header
  .header__tip--address
  .header__tip-trigger {
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
}

#masthead.header
  .header__tip--has-panel
  .header__tip-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  line-height: 1.35;
}

#masthead.header
  .header__tip--address
  .header__tip-panel {
  left: auto;
  right: 0;
  max-width: min(26rem, calc(100vw - 2rem));
  transform: translateY(-4px);
}

#masthead.header
  .header__tip--address:hover
  .header__tip-panel,
#masthead.header
  .header__tip--address:focus-within
  .header__tip-panel {
  transform: translateY(0);
}

#masthead.header
  .header__tip--address
  .header__tip-panel::before {
  left: auto;
  right: 1.25rem;
  margin-left: 0;
}

#masthead.header .header__tip-arrow {
  display: block;
  color: var(--gray-600);
  transition:
    transform 0.2s ease,
    color 0.15s ease;
}

#masthead.header .header__tip:hover,
#masthead.header .header__tip:focus-within {
  color: var(--primary);
}

#masthead.header
  .header__tip:hover
  .header__tip-icon,
#masthead.header
  .header__tip:focus-within
  .header__tip-icon,
#masthead.header
  .header__tip:hover
  .header__tip-arrow,
#masthead.header
  .header__tip:focus-within
  .header__tip-arrow {
  color: var(--primary);
}

#masthead.header
  .header__tip:hover
  .header__tip-arrow,
#masthead.header
  .header__tip:focus-within
  .header__tip-arrow {
  transform: rotate(180deg);
}

#masthead.header .header__tip--has-panel::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -0.75rem;
  right: -0.75rem;
  height: 0.875rem;
  z-index: 79;
}

#masthead.header .header__tip-panel {
  position: absolute;
  top: calc(100% + 0.375rem);
  left: 50%;
  bottom: auto;
  z-index: 80;
  width: max-content;
  max-width: min(20rem, calc(100vw - 2rem));
  padding: 0.625rem 0.875rem;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-200);
  background: var(--white, #fff);
  color: var(--gray-700);
  font-size: 0.875rem;
  line-height: 1.35;
  white-space: normal;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-4px);
  transition:
    opacity 0.15s ease,
    transform 0.15s ease,
    visibility 0s linear 0.12s;
}

#masthead.header
  .header__tip:hover
  .header__tip-panel,
#masthead.header
  .header__tip:focus-within
  .header__tip-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 0.15s ease,
    transform 0.15s ease,
    visibility 0s linear 0s;
}

#masthead.header .header__tip-panel::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  margin-bottom: -0.3125rem;
  margin-left: -0.3125rem;
  background: var(--white, #fff);
  border-left: 1px solid var(--gray-200);
  border-top: 1px solid var(--gray-200);
  transform: rotate(45deg);
  pointer-events: none;
}

#masthead.header .header__tip-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0.625rem;
}

#masthead.header .header__tip-list a {
  white-space: nowrap;
}

#masthead.header .header__tip--nowrap .header__tip-link {
  white-space: nowrap;
}

#masthead.header .header__tip:not(.header__tip--nowrap) .header__tip-link {
  display: block;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#masthead.header .header__nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

@media (min-width: 1024px) {
  #masthead.header .header__nav-list {
    gap: 1.5rem;
  }
}

#masthead.header .header__main-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  #masthead.header .header__main-inner {
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: center;
  }
}

#masthead.header .header__main-inner > .header__branding {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-self: center;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #masthead.header .header__main-inner > .header__branding {
    flex: 0 0 auto;
    gap: 1.75rem;
  }
}

#masthead.header .header__categories {
  display: none;
}

@media (min-width: 768px) {
  #masthead.header .header__categories {
    display: inline-flex;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1rem;
    background: var(--white);
    padding: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#masthead.header .header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  #masthead.header .header__mobile-actions {
    display: none;
  }
}

#masthead.header .header__search {
  display: none;
}

@media (min-width: 768px) {
  #masthead.header .header__search {
    display: block;
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
    align-self: center;
  }
}

#masthead.header .header__search-form--desk {
  display: block;
  width: 100%;
}


.header__search-form__control {
  position: relative;
  z-index: 2;
}

.header__search-form--desk .header__search-form__control {
  border-radius: 1rem;
  background: var(--white);
  padding: 0.5rem;
}

@media (min-width: 768px) {
  body.header-search-open #masthead.header,
  body.header-search-open
    #masthead.header
    > .header__main,
  body.header-search-open
    #masthead.header
    .header__main-inner {
    overflow: visible;
  }
}

.header__search-form__autocomplete {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: min(70vh, 28rem);
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 1rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  box-shadow: 0 16px 40px rgba(43, 51, 41, 0.12);
  padding: 0.5rem;
}

.header__search-form__autocomplete:not(.is-open) {
  display: none;
}

.header__search-form__autocomplete.is-open {
  display: block;
}

.narine-search-overlay {
  display: none;
}

body.header-search-open {
  overflow: hidden;
}

.header__search-form__overlay--canvas {
  display: none;
}

.header__search-form__overlay--canvas.is-open {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}

.narine-search-suggest-panel {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.narine-search-suggest-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.narine-search-suggest-label {
  display: block;
  padding: 0.375rem 0.75rem 0.125rem;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.narine-search-suggest-list {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.narine-search-suggest-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  color: var(--not-black);
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.narine-search-suggest-item:hover,
.narine-search-suggest-item:focus-visible {
  background: var(--primary-100);
  color: var(--not-black);
  outline: none;
}

.narine-search-suggest-item--query {
  font-weight: 600;
}

.narine-search-suggest-item--history {
  justify-content: space-between;
}

.narine-search-suggest-item-text {
  min-width: 0;
  font-size: 15px;
  line-height: 1.35;
}

.narine-search-suggest-match {
  color: var(--primary);
  font-weight: 700;
}

.narine-search-suggest-thumb-wrap {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: var(--gray-100);
  display: grid;
  place-items: center;
}

.narine-search-suggest-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.narine-search-suggest-category-parent {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: var(--gray-500);
}

.narine-search-suggest-category-name {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.narine-search-suggest-delete {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--gray-500);
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.narine-search-suggest-delete:hover,
.narine-search-suggest-delete:focus-visible {
  background: var(--gray-200);
  color: var(--not-black);
  outline: none;
}

.narine-search-suggest-empty {
  margin: 0;
  padding: 0.75rem;
  font-size: 14px;
  line-height: 1.4;
  color: var(--gray-500);
  text-align: center;
}

.header__canvas .header__search-form__autocomplete {
  position: static;
  margin-top: 0.5rem;
  max-height: 16rem;
}

.header__canvas .header__search-form.is-search-open {
  z-index: auto;
}

#masthead.header .header__main-inner .header__actions {
  display: none;
}

@media (min-width: 768px) {
  #masthead.header .header__main-inner .header__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    min-width: 0;
  }
}

#masthead.header .header__top .site-address,
#masthead.header .header__top .header__tip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__cart-badge {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.125rem;
  border-radius: 9999px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__cart-badge.header__cart-badge--empty {
  display: none;
}

.header__cart-badge.header__cart-badge--desktop {
  top: -0.5rem;
  right: -0.5rem;
}

.header__cart-badge.header__cart-badge--drawer {
  top: 0.25rem;
  right: 0.25rem;
  min-width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
}
.header__search-form__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  transition: all;
}

.header__search-form__overlay--show {
  background: #00000020;
  pointer-events: all;
}

.header__search-form__control {
  z-index: 9999;
}

.header__nav-link {
  color: var(--gray-600);
  transition: color 0.15s ease;
  font-size: 1rem;
}

.header__nav-link:hover {
  color: var(--primary);
}

.header__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  min-width: 0;
  flex-shrink: 0;
  color: var(--gray-600);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color 0.15s ease;
}

@media (min-width: 1024px) {
  .header__contact,
  #masthead.header .header__tip {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header__contact:hover {
  color: var(--primary);
}

.header__contact-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: currentColor;
  mask-image: var(--icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.header__contact-text {
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__contact-text {
    max-width: 14rem;
  }
}

.header__contact-link {
  color: var(--gray-600);
  text-decoration: none;
  transition: color 0.15s ease;
  font-size: 0.875rem;
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__contact-link:hover {
  color: var(--primary);
}

.header__tip-link {
  color: inherit;
  text-decoration: none;
}

.header__tip-link:hover {
  color: var(--primary);
}

.header__menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  min-height: 2.75rem;
  min-width: 2.75rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: var(--gray-700);
  cursor: pointer;
}

.header__menu-toggle svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.header__menu-toggle:hover {
  color: var(--primary);
}

.header__search-form__field {
  display: block;
  position: relative;
}

.header__search-form__input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  color: var(--not-black);
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
}

.header__search-form--canvas .header__search-form__input {
  background: var(--white);
}

.header__search-form__submit {
  position: absolute;
  inset-block: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 0;
  background: transparent;
  color: var(--gray-600);
  cursor: pointer;
}

.header__search-form__submit:hover {
  color: var(--primary);
}

.header__search--canvas {
  border-radius: 1rem;
  background: var(--gray-100);
  padding: 0.25rem;
}

.header__account {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 220px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: var(--gray-700);
  text-decoration: none;
  transition: color 0.15s ease;
}

.header__account svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.header__account:hover {
  color: var(--primary);
}

.header__account--user {
  gap: 0.5rem;
}

.header__account-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  object-fit: cover;
}

.header__account-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__cart {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: var(--gray-700);
  text-decoration: none;
  transition: color 0.15s ease;
}

.header__cart:hover {
  color: var(--primary);
}

.header__cart--desktop {
  gap: 0.5rem;
}

.header__cart--desktop .header__cart-icon {
  width: 2rem;
  height: 2rem;
}

.header__cart--desktop .header__cart-icon svg {
  width: 2rem;
  height: 2rem;
}

.header__cart--mobile {
  flex-direction: row;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.header__cart-icon {
  position: relative;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
}

.header__cart-icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.header__cart-label {
  display: block;
}

.header__categories {
  --header-categories-pill-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__categories-pill {
  position: absolute;
  z-index: 0;
  border-radius: 1rem;
  background: #000;
  pointer-events: none;
  opacity: 0;
  transition:
    top 0.28s var(--header-categories-pill-ease),
    left 0.28s var(--header-categories-pill-ease),
    width 0.28s var(--header-categories-pill-ease),
    height 0.28s var(--header-categories-pill-ease),
    opacity 0.2s ease;
}

.header__categories-list {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.header__categories-list > li.header__categories-item {
  flex: 1 1 auto;
  min-width: 0;
}

.header__categories-list > li.header__categories-item > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.header__categories-label {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  color: var(--not-black);
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 1rem;
  transition: color 0.25s var(--header-categories-pill-ease);
}

.header__categories:not(.is-hovering) li.current-menu-item > a.header__categories-label,
.header__categories:not(.is-hovering) li.current-menu-ancestor > a.header__categories-label,
.header__categories:not(.is-hovering) li.current_page_item > a.header__categories-label,
.header__categories:not(.is-hovering) li.current-menu-item > a .header__categories-label,
.header__categories:not(.is-hovering) li.current-menu-ancestor > a .header__categories-label,
.header__categories:not(.is-hovering) li.current_page_item > a .header__categories-label {
  color: #fff;
}

.header__categories.is-hovering li.header__categories-item--hover > a.header__categories-label,
.header__categories.is-hovering li.header__categories-item--hover > a .header__categories-label {
  color: #fff;
}

.popup_overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.popup_overlay_show {
  background-color: rgb(0 0 0 / 0.1);
  backdrop-filter: blur(5px);
  pointer-events: all;
}

.popup__content {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup_overlay.header__canvas {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.popup_overlay.header__canvas .popup__content {
  opacity: 1;
}

#header-menu-canvas:not(.popup_overlay_show) .popup__content {
  transform: translateX(100%);
}

.header__canvas-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100vw, 22rem);
  height: 100%;
  background: var(--white);
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.header__canvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--gray-200);
}

.header__canvas-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--not-black);
}

.header__canvas-close {
  display: grid;
  place-items: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: var(--gray-600);
  cursor: pointer;
}

.header__canvas-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem;
}

.header__canvas-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__canvas-nav-link {
  display: block;
  padding: 0.625rem 0.25rem;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-700);
}

.header__canvas-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.header__canvas-contact {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-700);
  text-decoration: none;
}

.header__canvas-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__canvas-contacts-link {
  display: block;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-700);
  text-decoration: none;
}

.header__canvas-account {
  padding-top: 0.5rem;
  border-top: 1px solid var(--gray-100);
}

@media (min-width: 768px) {
  #header-menu-canvas {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header__categories-pill,
  .header__categories-label {
    transition: none;
  }
}

