body.shop-shell-v2 {
  padding-top: 60px;
  background: var(--shop-v2-background-color, #eef1f4);
}

body.shop-shell-v2 #main {
  margin-top: 0;
}

body.shop-shell-v2 .footer {
  margin-top: 0 !important;
}

body.shop-shell-v2 #header {
  position: relative;
  z-index: 1030;
}

.shop-shell-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  height: 60px;
  background: var(--shop-v2-header-background-color, #171717);
  border-bottom: 1px solid color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 8%, transparent);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.shop-shell-header__bar {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
}

.shop-shell-header__bar--support {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  padding: 0 28px;
}

.shop-shell-header__menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--shop-v2-header-items-color, #ffffff);
  font-size: var(--shop-v2-font-size-base);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  padding: 0;
}

.shop-shell-header__cart-support {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  gap: 10px;
  color: var(--shop-v2-header-items-color, #ffffff);
  line-height: 1.1;
  flex-wrap: wrap;
}

.shop-shell-header__bar--support .shop-shell-header__brand {
  justify-self: start;
}

.shop-shell-header__cart-support-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--shop-v2-header-items-color, #ffffff);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-shell-header__cart-support-link--secondary {
  opacity: 0.88;
}

.shop-shell-header__cart-support-link:hover {
  color: var(--shop-v2-main-color, #5dc4f1);
  text-decoration: none;
}

.shop-shell-header__lang-support {
  justify-self: end;
  display: flex;
  align-items: center;
}

.shop-shell-header__lang-support .dropdown-lang {
  width: auto;
  height: auto;
  position: relative;
}

.shop-shell-header__lang-support .dropdown-lang .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  border: 1px solid color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 16%, transparent);
  border-radius: 10px;
  padding: 0 12px;
  background: color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 4%, transparent);
  color: var(--shop-v2-header-items-color, #ffffff);
}

.shop-shell-header__lang-support .dropdown-lang__flag {
  display: block;
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 3px;
}

.shop-shell-header__lang-support .dropdown-toggle .caret {
  margin-left: 2px;
  border-top-color: var(--shop-v2-header-items-color, #ffffff);
}

.shop-shell-header__lang-support .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 190px;
  margin-top: 8px;
  padding: 8px 0;
  border: 1px solid color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 10%, transparent);
  border-radius: 12px;
  background: #171717;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.shop-shell-header__lang-support .dropdown-lang__item {
  display: block;
}

.shop-shell-header__lang-support .dropdown-lang__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: var(--shop-v2-header-items-color, #ffffff);
  text-decoration: none;
}

.shop-shell-header__lang-support .dropdown-lang__item.active .dropdown-lang__link,
.shop-shell-header__lang-support .dropdown-lang__link:hover {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 18%, transparent);
  color: var(--shop-v2-header-items-color, #ffffff);
}

.shop-shell-header__lang-support .dropdown-lang__label {
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shop-shell-header__burger {
  width: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.shop-shell-header__burger span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: var(--shop-v2-header-items-color, #ffffff);
}

.shop-shell-header__brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  text-decoration: none;
  color: inherit;
}

.shop-shell-header__logo {
  display: block;
  max-height: 34px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.shop-shell-header__desktop-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.shop-shell-menu-left .shop-shell-header__desktop-nav {
  display: none;
}

.shop-shell-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 0;
}

.shop-shell-nav__item {
  flex: 0 1 auto;
  position: relative;
}

.shop-shell-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 12px;
  color: color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 58%, transparent);
  font-size: var(--shop-v2-font-size-base);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.shop-shell-nav__link:hover,
.shop-shell-nav__link.is-active {
  color: var(--shop-v2-header-items-color, #ffffff);
  border-bottom-color: var(--shop-v2-main-color, #5dc4f1);
  background: color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 4%, transparent);
}

.shop-shell-nav__item--has-children > .shop-shell-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #171717;
  border: 1px solid color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 8%, transparent);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  z-index: 1090;
}

.shop-shell-nav__item--has-children:hover > .shop-shell-nav__submenu,
.shop-shell-nav__item--has-children:focus-within > .shop-shell-nav__submenu,
.shop-shell-nav__item--has-children.is-open > .shop-shell-nav__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.shop-shell-nav__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-shell-nav__submenu .shop-shell-nav__item {
  width: 100%;
}

.shop-shell-nav__submenu .shop-shell-nav__link {
  width: 100%;
  min-height: 42px;
  justify-content: flex-start;
  padding: 0 14px;
  border-bottom: 0;
  font-size: var(--shop-v2-font-size-xs);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.shop-shell-nav__submenu .shop-shell-nav__link:hover,
.shop-shell-nav__submenu .shop-shell-nav__link.is-active {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 12%, transparent);
}

.shop-shell-header__desktop-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.shop-shell-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-shell-actions .cart-button.navbar-toggle {
  display: inline-flex !important;
}

.shop-shell-actions__kiosk-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 18%, transparent);
  border-radius: 10px;
  background: color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 5%, transparent);
  color: var(--shop-v2-header-items-color, #ffffff);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 700;
}

.shop-shell-actions__kiosk-button--exit {
  opacity: 0.9;
}

.shop-shell-actions__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-shell-actions--header .shop-shell-actions__item--cart .cart-button {
  display: inline-flex !important;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--shop-v2-cart-continue-button-background-color, #49bce8);
  color: var(--shop-v2-cart-continue-button-text-color, #ffffff);
}

.shop-shell-actions--header .shop-shell-actions__item--cart .cart-button:hover {
  background: var(--shop-v2-cart-continue-button-background-color, #49bce8);
}

.shop-shell-actions--header .shop-shell-actions__item--cart .cart-button svg,
.shop-shell-actions--header .shop-shell-actions__item--cart .cart-button svg * {
  stroke: var(--shop-v2-cart-continue-button-text-color, #ffffff) !important;
  fill: var(--shop-v2-cart-continue-button-text-color, #ffffff) !important;
}

.shop-shell-actions--header .shop-shell-actions__item--cart .cart-button .badge {
  background: rgba(0, 0, 0, 0.28);
  color: var(--shop-v2-cart-continue-button-text-color, #ffffff);
}

.shop-shell-actions--header .shop-shell-actions__item--account .customer-avatar {
  width: 40px;
  height: 40px;
}

.shop-shell-actions--header .shop-shell-actions__item--account .customer-avatar-bg {
  background-color: var(--shop-v2-main-color, #557584) !important;
}

.shop-shell-actions--header .shop-shell-actions__item--account .customer-avatar,
.shop-shell-actions--header .shop-shell-actions__item--account .customer-avatar span,
.shop-shell-actions--header .shop-shell-actions__item--account .customer-avatar div {
  color: var(--shop-v2-main-color-text-color, #ffffff);
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang {
  width: auto;
  height: auto;
  position: relative;
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  border: 1px solid color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 16%, transparent);
  border-radius: 10px;
  padding: 0 12px;
  background: color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 4%, transparent);
  color: var(--shop-v2-header-items-color, #ffffff);
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang__flag {
  display: block;
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 3px;
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-toggle .caret {
  margin-left: 2px;
  border-top-color: var(--shop-v2-header-items-color, #ffffff);
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 190px;
  margin-top: 8px;
  padding: 8px 0;
  border: 1px solid color-mix(in srgb, var(--shop-v2-header-items-color, #ffffff) 10%, transparent);
  border-radius: 12px;
  background: #171717;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang__item {
  display: block;
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: var(--shop-v2-header-items-color, #ffffff);
  text-decoration: none;
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang__item.active .dropdown-lang__link,
.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang__link:hover {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 18%, transparent);
  color: var(--shop-v2-header-items-color, #ffffff);
}

.shop-shell-actions--header .shop-shell-actions__item--lang .dropdown-lang__label {
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shop-shell-drawer__overlay {
  position: fixed;
  inset: 0;
  z-index: 1060;
  background: rgba(20, 28, 34, 0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.shop-shell-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1070;
  width: min(88vw, 360px);
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.24s ease;
  box-shadow: 18px 0 36px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}

.shop-shell-drawer__head {
  min-height: 60px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9eef1;
}

.shop-shell-drawer__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.shop-shell-drawer__logo {
  display: block;
  max-height: 30px;
  width: auto;
  object-fit: contain;
}

.shop-shell-drawer__close {
  border: 0;
  background: transparent;
  font-size: var(--shop-v2-font-size-7xl);
  line-height: 1;
  color: #60727d;
}

.shop-shell-drawer__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 8px 0 18px;
}

.shop-shell-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-shell-drawer__item + .shop-shell-drawer__item {
  border-top: 1px solid #f0f3f5;
}

.shop-shell-drawer__row {
  display: flex;
  align-items: stretch;
}

.shop-shell-drawer__link {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  color: #314047;
  text-decoration: none;
}

.shop-shell-drawer__link.is-active {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 8%, transparent);
  color: #1f2e35;
}

.shop-shell-drawer__link-text {
  flex: 1 1 auto;
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shop-shell-drawer__link-arrow {
  flex: 0 0 auto;
  color: #d3dde3;
  font-size: var(--shop-v2-font-size-3xl);
}

.shop-shell-drawer__submenu-toggle {
  flex: 0 0 52px;
  border: 0;
  background: #f6f8fa;
  color: #60727d;
  font-size: var(--shop-v2-font-size-4xl);
  font-weight: 700;
  line-height: 1;
}

.shop-shell-drawer__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: #f8fafb;
}

.shop-shell-drawer__submenu.is-open {
  display: block;
}

.shop-shell-drawer__submenu .shop-shell-drawer__item {
  border-top: 1px solid #eef2f4;
}

.shop-shell-drawer__submenu .shop-shell-drawer__link {
  padding-left: 28px;
  font-size: var(--shop-v2-font-size-md);
}

.shop-shell-drawer__submenu .shop-shell-drawer__submenu .shop-shell-drawer__link {
  padding-left: 42px;
}

.shop-shell-drawer__footer {
  border-top: 1px solid #e9eef1;
  padding: 14px 12px 18px;
  overflow: visible;
}

.shop-shell-actions--drawer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.shop-shell-actions--drawer .shop-shell-actions__item {
  min-width: 0;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang {
  position: relative;
  overflow: visible;
}

.shop-shell-actions--drawer .shop-shell-actions__item--cart .cart-button {
  display: inline-flex !important;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  border-radius: 10px;
  background: var(--shop-v2-cart-continue-button-background-color, #49bce8);
  color: var(--shop-v2-cart-continue-button-text-color, #ffffff);
}

.shop-shell-actions--drawer .shop-shell-actions__item--account .customer-avatar {
  width: 44px;
  height: 44px;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang {
  width: auto;
  position: relative;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang .dropdown-toggle {
  width: 74px;
  height: 44px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 18%, transparent);
  background: #ffffff;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang__menu {
  width: 220px;
  min-width: 220px;
  margin-top: 0;
  margin-bottom: 8px;
  border-radius: 14px;
  bottom: calc(100% + 8px);
  top: auto;
  right: 0;
  left: auto;
  max-height: 220px;
  overflow-y: auto;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang__link {
  color: #314047;
  padding: 10px 14px;
  gap: 8px;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang__item.active .dropdown-lang__link,
.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang__link:hover {
  color: #1f2e35;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang__flag {
  width: 26px;
  height: 18px;
}

.shop-shell-actions--drawer .shop-shell-actions__item--lang .dropdown-lang__label {
  font-size: var(--shop-v2-font-size-sm);
  line-height: 1.15;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .shop-shell-cart-panel {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    z-index: 1075;
    width: min(100vw, 420px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease;
  }

  .shop-shell-cart-panel__overlay {
    position: fixed;
    inset: 60px 0 0 0;
    background: rgba(20, 28, 34, 0.38);
    opacity: 0;
    transition: opacity 0.18s ease;
  }

  .shop-shell-cart-panel__sheet {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: -22px 0 42px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.22s ease;
  }

  .shop-shell-cart-panel__header {
    min-height: 60px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9eef1;
  }

  .shop-shell-cart-panel__title {
    font-size: var(--shop-v2-font-size-sm);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #314047;
  }

  .shop-shell-cart-panel__close {
    border: 0;
    background: transparent;
    color: #60727d;
    font-size: var(--shop-v2-font-size-7xl);
    line-height: 1;
  }

  .shop-shell-cart-panel__content {
    flex: 1 1 auto;
    overflow-y: auto;
  }

  body.shop-shell-cart-panel-open {
    overflow: hidden;
  }

  body.shop-shell-cart-panel-open .shop-shell-cart-panel {
    pointer-events: auto;
    opacity: 1;
  }

  body.shop-shell-cart-panel-open .shop-shell-cart-panel__overlay {
    opacity: 1;
  }

  body.shop-shell-cart-panel-open .shop-shell-cart-panel__sheet {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .shop-shell-cart-panel {
    display: none;
  }
}

body.shop-shell-drawer-open {
  overflow: hidden;
}

body.shop-shell-drawer-open .shop-shell-drawer__overlay {
  opacity: 1;
  pointer-events: auto;
}

body.shop-shell-drawer-open .shop-shell-drawer {
  transform: translateX(0);
}

.shop-shell-footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
    var(--shop-v2-background-color, #f4f4f4);
  border-top: 1px solid color-mix(in srgb, var(--shop-v2-secondary-color, #d7d7d7) 18%, transparent);
  color: #8c8c8c;
}

.shop-shell-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 24px 40px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.shop-shell-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}

.shop-shell-footer__powered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.72;
  transition: opacity 0.15s ease;
}

.shop-shell-footer__powered:hover {
  opacity: 1;
}

.shop-shell-footer__powered-logo {
  width: 86px;
  height: auto;
  display: block;
}

.shop-shell-footer__text {
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--main-font-family-display);
  font-size: clamp(var(--shop-v2-font-size-7xl), 3.2vw, var(--shop-v2-font-size-12xl));
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #8e8e8e;
}

.shop-shell-footer__title {
  margin-bottom: 10px;
  font-size: var(--shop-v2-font-size-xxs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b9b9b;
}

.shop-shell-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  font-size: var(--shop-v2-font-size-base);
  line-height: 1.4;
}

.shop-shell-footer__link-item a {
  color: #8c8c8c;
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.shop-shell-footer__link-item a:hover {
  color: #646464;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .shop-shell-header__desktop-nav {
    display: none;
  }

  .shop-shell-header__menu-toggle {
    display: inline-flex;
  }

  .shop-shell-header__bar--support {
    grid-template-columns: auto 1fr auto;
    padding: 0 20px;
  }

  .shop-shell-header__bar--support .shop-shell-header__brand {
    justify-self: start;
  }

  .shop-shell-header__bar--support .shop-shell-header__cart-support {
    justify-self: center;
  }

  .shop-shell-header__bar--support .shop-shell-header__lang-support {
    justify-self: end;
  }
}

@media (min-width: 1181px) {
  .shop-shell-menu-top .shop-shell-header__desktop-nav {
    display: block;
  }

  .shop-shell-menu-left .shop-shell-header__menu-toggle {
    display: inline-flex;
  }

  .shop-shell-menu-left .shop-shell-header__bar {
    justify-content: flex-start;
    position: relative;
  }

  .shop-shell-menu-left .shop-shell-header__brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    min-width: 0;
    z-index: 1;
  }

  .shop-shell-menu-left .shop-shell-header__desktop-actions {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }

  .shop-shell-menu-top .shop-shell-header__menu-toggle {
    display: none;
  }

  .shop-shell-menu-top .shop-shell-header__desktop-nav .shop-shell-nav__list {
    justify-content: flex-start;
    gap: 0;
    padding: 0;
  }

  .shop-shell-menu-top .shop-shell-nav__item + .shop-shell-nav__item {
    margin-left: 2px;
  }

  .shop-shell-menu-top .shop-shell-header__desktop-nav .shop-shell-nav__link {
    min-height: 60px;
    padding: 0 12px;
    font-size: var(--shop-v2-font-size-xs);
  }
}

@media (min-width: 1181px) {
  .shop-shell-drawer {
    width: 390px;
  }
}

@media (max-width: 640px) {
  body.shop-shell-v2 {
    padding-top: 60px;
  }

  body.shop-shell-v2.shop-shell-menu-top {
    padding-top: 60px;
  }

  .shop-shell-header__bar {
    gap: 10px;
    padding: 0 14px;
  }

  .shop-shell-header__brand {
    margin-left: auto;
    margin-right: auto;
  }

  .shop-shell-header__bar--support .shop-shell-header__brand {
    margin-left: 0;
    margin-right: 0;
  }

  .shop-shell-header__desktop-actions {
    margin-left: auto;
  }

  .shop-shell-actions--header {
    gap: 6px;
  }

  .shop-shell-actions--header .shop-shell-actions__item--lang {
    display: none;
  }

  .shop-shell-header__cart-support-link--secondary {
    display: none;
  }

  .shop-shell-footer__inner {
    padding: 28px 18px 34px;
    gap: 16px;
  }

  .shop-shell-footer__text {
    font-size: clamp(var(--shop-v2-font-size-6xl), 7.2vw, var(--shop-v2-font-size-9xl));
  }

  .shop-shell-footer__legal-links {
    gap: 10px 18px;
    font-size: var(--shop-v2-font-size-sm);
  }
}
