.header {
  --header-column-gap: 8px;
  --color-text: var(--color-header-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: rgb(var(--color-header-background));
  color: rgb(var(--transparent-color-text, var(--color-header-text)));
}
.header a:not(.button),
.header a:not(.button):hover {
  color: inherit;
}
.header .header__menu-drawer .modal__content {
  color: rgb(var(--color-text));
  background: rgb(var(--color-header-background));
}
.header .search-modal__content {
  color: rgb(var(--color-text));
}
@media screen and (max-width: 959px) {
  .header {
    --header-column-gap: 0px;

    min-height: 60px;
  }
}
.header #cart-icon-bubble-wrapper,
.header #cart-icon-bubble-wrapper-mobile {
  display: flex;
}
.header.is-transparent {
  position: absolute;
  width: 100%;
  background-color: transparent;
}
.header.is-transparent.is-transparent--active::before {
  transform: scaleY(1);
}
.header.is-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background: rgba(var(--color-page-background, #fff));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.shopline-section-header-scrolling .header.is-transparent::before {
  transition: none;
}
.header__full_width {
  max-width: 100%;
}
.header__container {
  display: grid;
  column-gap: var(--header-column-gap);
  align-items: center;
}
@media (max-width: 959px) {
  .header__container {
    grid-template: "tools logo buttons" auto / auto 1fr !important;
  }
  .header__container .header__buttons {
    justify-self: end;
    display: flex;
  }
}
.header__container--left-left {
  grid-template: "logo menu tools icons" auto / auto 1fr auto auto;
}
@media screen and (min-width: 960px) {
  .header__container--left-left .header__heading {
    margin-right: 12px;
  }
}
@media (min-width: 960px) {
  .tile-search.header__container--left-left {
    grid-template: "logo menu tools icons" auto / auto 1fr auto auto;
  }
}
.header__container--left-line {
  grid-template:
    "logo . tools icons" auto
    "menu menu menu menu" auto
    / auto 1fr auto auto;
}
.header__container--left-line .header-inline-menus__item:first-child {
  padding-left: 0;
}
@media (min-width: 960px) {
  .tile-search.header__container--left-line {
    grid-template:
      "logo tools tools icons" auto
      "menu menu menu menu" auto
      / auto 1fr auto auto;
  }
  .tile-search.header__container--left-line .header__tools {
    justify-self: center;
  }
}
@media screen and (min-width: 960px) {
  .header__container--middle-line {
    grid-template:
      "tools logo buttons" auto
      "menu menu menu" auto
      / 1fr auto 1fr;
  }
}
@media screen and (max-width: 959px) {
  .header__container--middle-line {
    grid-template:
      "logo buttons" auto
      "menu menu" auto
      / auto 1fr;
  }
}
.header__container--middle-line .header__inline-nav {
  margin: auto;
}
.header__container--middle-line .header__buttons {
  grid-area: buttons;
  justify-self: end;
  display: flex;
}
@media screen and (min-width: 960px) {
  .header__container--middle-left {
    grid-template: "menu logo buttons" auto / 1fr auto 1fr;
  }
}
@media screen and (max-width: 959px) {
  .header__container--middle-left {
    grid-template: "logo buttons" auto / auto 1fr;
  }
}
.header__container--middle-left .header__buttons {
  grid-area: buttons;
  justify-self: end;
  display: flex;
}
@media (min-width: 960px) {
  .tile-search.header__container--middle-left .header__buttons {
    width: 100%;
  }
}
.header__nav-style--drawer.header__container--left-line,
.header__nav-style--drawer.header__container--left-left {
  grid-template: "drawer_menu logo tools icons" auto / auto 1fr auto auto;
}
.header__nav-style--drawer.header__container--left-line .header__heading,
.header__nav-style--drawer.header__container--left-left .header__heading {
  width: 100%;
}
.header__nav-style--drawer.header__container--middle-line,
.header__nav-style--drawer.header__container--middle-left {
  grid-template: "drawer_menu logo buttons" auto / 1fr auto 1fr;
}
.header__container--left-line .header__inline-nav--has-divider::before,
.header__container--middle-line .header__inline-nav--has-divider::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  border-top: 1px solid rgb(var(--color-entry-line));
}
.header__drawer-nav {
  grid-area: drawer_menu;
}
.header__inline-nav {
  grid-area: menu;
  margin-left: 22px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}
.header__tools {
  grid-area: tools;
  justify-self: flex-start;
}
.tile-search .header__tools {
  width: 182px;
}
.header__icons {
  grid-area: icons;
  justify-self: flex-end;
}
.header__icons,
.header__tools {
  display: flex;
  align-items: center;
  margin-left: calc(-1 * var(--header-column-gap));
}
.header__icons > *,
.header__tools > * {
  margin-left: var(--header-column-gap);
}
.header__container--middle-left .header__icons {
  margin-left: 0;
}
.header__icon-button {
  display: flex;
  padding: 6px;
}
.header__cart-point {
  background-color: rgba(var(--color-cart-dot));
  border-radius: 20px;
  color: rgba(var(--color-cart-dot-text));
  bottom: 2px;
  left: 18px;
  line-height: 20px;
  min-width: 20px;
  padding: 0 6px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  max-width: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
}
.header .drawer .modal__content {
  position: fixed;
  /* top: var(--header-top-position, 0); */
  top: 68px;
  /* height: calc(100% - var(--header-top-position, 0)); */
  height: 400px;
}
.header .drawer .modal__content details[open] .modal__overlay::after {
  position: absolute;
}
/* reset cart color */
header-layout + cart-notification .cart-notification {
  background-color: rgb(var(--color-header-background)) !important;
  color: rgb(var(--color-header-text)) !important;
  --color-text: var(--color-header-text) !important;
}
/* pc user center menu */
@media (min-width: 960px) {
  .user__container:hover ul {
    display: block;
  }
  .user__container {
    position: relative;
  }
  .user__container ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: rgb(var(--color-image-background));
    box-shadow: 0px 10px 20px 0px rgba(var(--color-text), 0.1);
    padding: 10px 20px;
    color: rgb(var(--color-text));
    width: 170px;
    z-index: 1;
  }
  .user__container ul li {
    padding: 4px 0;
  }
  .user__container ul li a {
    display: block;
  }
  .user__container ul li.user__menu-sign-out {
    text-decoration: underline;
  }
  .user__container ul .user__menu-title-line {
    width: 100%;
    height: 1px;
    background-color: rgb(var(--color-entry-line));
    margin: 10px 0;
  }
}
#shopline-section-header {
  position: sticky;
  z-index: 30;
}
#shopline-section-header.animate {
  transition: all 0.15s ease-out;
}
#shopline-section-header.shopline-section-header-sticky {
  position: sticky;
  top: var(--header-sticky-top, 0px);
}
#shopline-section-header.shopline-section-header-sticky .is-transparent {
  position: relative;
}
@media (max-width: 959px) {
  #shopline-section-header.shopline-section-header-sticky {
    top: var(--mobile-header-sticky-top, 0px);
  }
}
/*#shopline-section-header.shopline-section-header-hidden:not(.menu-open) {
  transform: translateY(-200%);
}*/
#shopline-section-header:not(.shopline-section-header-scrolling) {
  top: 0 !important;
}
#shopline-section-header.shopline-section-header-sticky--always {
  position: sticky;
  top: var(--header-sticky-top, 0px);
  animation: modalSlideInTop 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#shopline-section-header.shopline-section-header-sticky--always
  .is-transparent {
  position: relative;
}
@media (max-width: 959px) {
  #shopline-section-header.shopline-section-header-sticky--always {
    top: var(--mobile-header-sticky-top, 0px);
  }
}
.header__heading {
  grid-area: logo;
  margin: 13px auto;
  display: flex;
}
@media screen and (max-width: 959px) {
  .header__heading {
    margin: 10px auto;
  }
}
.header__heading-link {
  color: rgb(var(--color-text));
  font-size: 30px;
  text-align: left;
  text-decoration: none;
}
.header__heading-logo {
  display: block;
  width: var(--header-logo-pc-width, 200px);
  height: auto;
}
@media screen and (max-width: 959px) {
  .header__heading-logo {
    width: var(--header-logo-mobile-width, 100px);
  }
}
/*transform change*/
.is-transparent
  .header__heading-logo--transparent
  + .header__heading-logo--nomal {
  display: none;
}
header.is-transparent--active .header__heading-logo--transparent {
  display: none;
}
header.is-transparent--active
  .header__heading-logo--nomal.header__heading-logo--nomal {
  display: block;
}
@keyframes animateBottomLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(10px);
  }
}
@keyframes animateTopLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}
.header__localization form {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
.header__localization .dropdown-menu__button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
}
.header__localization .dropdown-menu__button > span {
  margin-right: 6px;
}
.header__localization .dropdown-menu__list-wrapper {
  opacity: 1;
}
.header__localization .dropdown-menu__list-wrapper.bottom {
  animation: animateBottomLocalization 200ms ease;
  transform: translateY(10px);
}
.header__localization span[data-label] {
  white-space: nowrap;
}
/* header drawer mode */
.header-drawer__localization {
  padding: 10px 0;
  position: relative;
}
.header-drawer__localization:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--color-entry-line));
}
.header-drawer__localization form {
  display: block;
}
.header-drawer__localization .dropdown-menu__button {
  height: 44px;
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: left;
}
.header-drawer__localization .dropdown-menu__button > span {
  margin-right: 0;
}
.header-drawer__localization span[data-label] {
  white-space: initial;
}
.header-drawer__localization .dropdown-menu__list-wrapper.top {
  animation: animateTopLocalization 200ms ease;
  transform: translateY(-10px);
  border: 1px solid rgba(var(--color-text), 0.1);
}
.menus__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: rgb(var(--color-text));
  opacity: 1;
  transition: opacity 0.2s;
  cursor: pointer;
  font-weight: 500;
}
.header__inline-menus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}
@media (min-width: 960px) {
  .header__container--left-line .header__inline-menus {
    justify-content: center;
  }
}
.header-inline-menus__link {
  --padding-inline: 0px;
  --padding-block: 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 22px 0;
  /* font-family: "Helvetica Neue LT W01_71488914"; */
  font-weight: bold;
  font-size: calc(13px + (15 - 13) * (100vw - 1100px) / (1920 - 1100));
  text-transform: uppercase;
}
.header-inline-menus__link.no_bige{
  text-transform:unset;
}
/* .header-inline-menus__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  will-change: transform;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: rgb(var(--color-text));
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  text-transform: uppercase;
} */
.header-inline-menus__link:hover::after,
.header-inline-menus__link:focus::after {
  transform: scale(1);
}
.header-inline-menus__item {
  padding: 0 0;
}
.header-inline-menus__item--has-submenu {
  position: relative;
}
.header-inline-menus__item--has-submenu.is-megamenu:hover
  .header__inline-submenus,
.header-inline-menus__item--has-submenu.is-megamenu:focus
  .header__inline-submenus {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.header-inline-menus__item--has-submenu .header-inline-menus__arrow {
  display: initial;
}
.header-inline-menus__item.is-megamenu {
  position: static;
}
/*hover polyfill*/
.header-inline-menus__item--has-submenu:hover::before {
  content: attr(data-item-title);
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
}
.header-inline-menus__arrow {
  display: none;
  margin-left: 5px;
}
.header__inline-submenus {
  display: flex;
  position: absolute;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background-color: #000;
  width: 100%;
  z-index: 10;
  box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
  max-height: 760px;
  min-height: 280px;
  overflow: auto;
}
.megamenu__list {
  padding: 40px;
  display: grid;
  gap: 20px;
  list-style: none;
  margin: 0;
  flex: 1;
  grid-auto-columns: minmax(100px, 280px);
  grid-auto-flow: column;
}
/*dropdown-menu*/
.header-inline-menus__item--has-submenu:not(.is-megamenu):hover
  .header-dropdown-menu,
.header-inline-menus__item--has-submenu:not(.is-megamenu):focus
  .header-dropdown-menu {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.2s;
  /* background-color: rgba(var(--color-header-background)); */
  background-color: #000000;
  z-index: 10;
  min-width: 200px;
  width: max-content;
  max-width: 300px;
  max-height: 760px;
  overflow: auto;
  padding: 10px 0 5px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
}
.header-dropdown-menu ul {
  padding: 0;
}
.header-dropdown-menu .header-inline-submenus__item {
  padding: 8px 16px;
}
.header-dropdown-menu .header-inline-submenus__link::after {
  /* content: ""; */
  /* display: block; */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  will-change: transform;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: rgb(var(--color-text));
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.header-dropdown-menu .header-inline-submenus__link:hover::after,
.header-dropdown-menu .header-inline-submenus__link:focus::after {
  transform: scale(1);
}
.header-nav-list .menus__link:not(a) {
  cursor: default;
}
.header-nav-list .menus__link:not(a):hover {
  opacity: 1;
}
.header-nav-list .menus__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  will-change: transform;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: rgb(var(--color-text));
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.header-nav-list .menus__link:hover::after,
.header-nav-list .menus__link:focus::after {
  transform: scale(1);
}
.megamenu-list__submenu {
  padding: 0;
}
.megamenu-submenu__item + .megamenu-submenu__item {
  margin-top: 8px;
}
.megamenu-list__item-title {
  display: inline-block;
  margin-bottom: 10px;
}
.header__image {
  width: 25vw;
  position: relative;
  overflow: hidden;
}
.header__image .header__image__content {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.header__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
  object-position: 50% 50%;
}
.header__image img:hover {
  transform: scale(1.05);
}
.header__image .header__image--cover {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  white-space: normal;
  padding: 0 50px 50px;
}
.header__image .header__image--cover .header__image_title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
.header__image .header__image--cover .header__image_button {
  text-transform: uppercase;
  position: relative;
}
.header__inline-menus--img-normal .header__image__content {
  height: 0;
}
.header__inline-menus--img-normal .header__image {
  width: calc(25vw - 20px);
  overflow-y: auto;
}
.header__inline-menus--img-normal .header__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  object-fit: unset;
}
.header__inline-menus--img-normal .megamenu__list {
  padding: 0;
}
.header__inline-menus--img-normal .header-nav-list {
  gap: 20px;
  padding: 40px;
}
.header__inline-menus--img-normal .header__image--cover {
  position: unset;
  padding: 0;
  padding-bottom: 6px;
}
.header__inline-menus--img-normal .header__image--cover .header__image_title {
  text-transform: none;
  margin-bottom: 0;
  margin-top: 8px;
}
.menu-item--highlight {
  background: linear-gradient(
    90deg,
    var(--header-highlight-background) 0%,
    rgba(201, 245, 47, 0) 100%
  );
  background-clip: content-box;
  color: var(--header-highlight-text-color) !important;
}
.header__menu-drawer .drawer__main {
  margin-left: calc(-1 * var(--drawer-padding-inline));
  margin-right: calc(-1 * var(--drawer-padding-inline));
  position: relative;
}
.header__user-center-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.header__user-center-button .icon {
  margin-right: 8px;
}
.drawer-menus__sub-menus {
  background: rgba(var(--color-text), 0.05);
}
.drawer-menus__sub-menus .drawer-menus__sub-menus {
  background: transparent;
}
.drawer-menus__sub-menus .drawer-menus__sub-menus .drawer-menus__sub-item {
  padding-left: 15px;
}
.drawer-menus__item,
.drawer-menus__sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;

  background: transparent;
  transition: background 0.2s;
}
.drawer-menus__item > a,
.drawer-menus__sub-item > a {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  word-break: break-word;
}
.drawer-menus__item > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: var(--drawer-padding-inline);
  font-weight: bold;
}
.drawer-menus__sub-item > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: var(--drawer-padding-inline);
}
.drawer-menus__item-icon {
  display: flex;
  padding: 0 var(--drawer-padding-inline);
}
.drawer-menus__item-icon .icon-arrow {
  position: revert;
}
.drawer-menus__item-icon-off {
  display: none;
}
details[open] > summary > .drawer-menus__item > .drawer-menus__item-icon-on {
  display: none;
}
details[open] > summary > .drawer-menus__item > .drawer-menus__item-icon-off {
  display: flex;
}
details[open]
  > summary
  > .drawer-menus__sub-item
  > .drawer-menus__item-icon-on {
  display: none;
}
details[open]
  > summary
  > .drawer-menus__sub-item
  > .drawer-menus__item-icon-off {
  display: flex;
}
@keyframes headerSearchModal {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__search .modal__content {
  position: absolute;
  background-color: rgb(var(--color-header-background));
}
.header__search details[open] .modal__overlay::after {
  position: absolute;
  top: 100%;
  z-index: initial;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .tile-search .search-modal__content {
    justify-content: flex-end;
    width: 100%;
    /* padding: 20px 0px 20px 20px; */
  }
  .tile-search .right-search .search-modal__content {
    justify-content: flex-start;
  }

  .header__container--middle-line.tile-search .search-modal__content {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 20px;
    min-width: 300px;
  }

  .header__container--left-line.tile-search .search-modal__content {
    justify-content: center;
  }
}
.search-modal__close-button {
  margin-left: 4px;
  padding: 12px;
  margin-right: 8px;
}
.search-modal__close-button .icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 959px) {
  .search-modal__close-button .icon {
    width: 10px;
    height: 10px;
  }
}
.search-modal__form {
  position: relative;
  flex: 1 0 0;
}
@media screen and (max-width: 959px) {
  .search-modal__form {
    position: static;
  }

  .search-modal__form .predictive-search {
    border-top: 1px solid rgb(var(--color-entry-line));
  }
}
.search-modal__field {
  position: relative;
  margin: 0;
  background-color: rgb(var(--color-header-background));
  color: rgb(var(--color-header-text));
}
.search-modal__input {
  height: 60px;
  padding: 28px 68px 10px 20px;
}
@media screen and (max-width: 959px) {
  .search-modal__input {
    height: 38px;
    padding: 16px 68px 4px 20px;
  }
}
@media (min-width: 960px) {
  .tile-search .search-modal__field {
    background: transparent;
    color: rgb(var(--color-header-pc-searchbar-text));
  }

  .tile-search .search-modal__field::after {
    border-color: rgb(var(--color-header-pc-searchbar-border));
  }
  .tile-search .search-modal__form {
    max-width: 100%;
  }
  .tile-search .search-modal__input {
    height: 40px;
    padding: 0 32px 0 10px;
    color: rgb(var(--color-header-pc-searchbar-text));
    background-color: rgba(var(--color-header-pc-searchbar-bg), 1);
    width: 100%;
  }
  .tile-search .search-modal__submit-button {
    color: rgb(var(--color-header-pc-searchbar-text));
    left: unset;
    right: 0;
    width: 32px;
  }
  .tile-search .search-modal__input::placeholder {
    opacity: 1;
    color: rgb(var(--color-header-pc-searchbar-text));
  }

  .tile-search .search-modal__field-label {
    width: calc(100% - 48px);
    left: 48px;
  }
}
.search-modal__field-label {
  width: calc(100% - 68px);
  left: 20px;
}
.search-modal__submit-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 68px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.search-modal__content[data-show-menu] .predictive-search__suggested-menu {
  display: block;
}
.predictive-search__suggested-menu {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: none;
}
.predictive-search__suggested-menu .predictive-search__suggested-menu__link {
  display: block;
  padding: 9px 12px;
}
.predictive-search__suggested-menu
  .predictive-search__suggested-menu__link:hover {
  background: var(--general-text-10, rgba(0, 0, 0, 0.1));
  border-radius: 2px;
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
}
@media (min-width: 960px) {
  .gallery__list {
    overflow: hidden;
  }
}
.gallery__list .gallery__item {
  overflow: hidden;
  width: 50%;
  height: 100%;
  flex-grow: 1;
}
@media (min-width: 960px) {
  .gallery__list .gallery__item {
    flex-grow: 0;
    width: 25%;
  }
}
@media (min-width: 960px) {
  .gallery__list .gallery__item--images {
    transform: scale(1.05);
  }
}
.gallery__list .gallery__item--empty .gallery__box.gallery__box {
  padding-bottom: unset;
}
.gallery__list .gallery__item {
  transform-origin: top;
}
.gallery__list .gallery__item .gallery__box {
  transform: scale(1.01);
  padding-bottom: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.gallery__list .gallery__item .gallery__box img {
  object-fit: cover;
  object-position: 50% 50% !important;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.gallery__list .gallery__item .gallery__box .gallery__box__mark {
  --bg-opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / var(--bg-opacity));
}
.gallery__list .gallery__item .gallery__box .gallery__box__title {
  --bg-opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery__list .gallery__item.adapt .gallery__box {
  padding-bottom: 0%;
}
.gallery__list .gallery__item.adapt img {
  max-height: 400px;
  position: static;
}
.gallery__list .gallery__box--hover:hover {
  transform: scale(1.05);
}
.gallery__list svg {
  border: 1px solid hsla(206, 6%, 50%, 0.2);
  display: block;
}
@media (min-width: 960px) {
  .gallery__list svg {
    border-top: none;
  }
}
.header-inline-menus__item--has-submenu:hover
  .gallery__list
  .gallery__item.gallery__item--images {
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.01);
}
.header-inline-menus__item--has-submenu.gallery .header__inline-submenus {
  min-height: auto;
}
@media (min-width: 960px) {
  .mobile-top-nav {
    display: none;
  }
}
.mobile-top-nav .mobile-site-nav {
  list-style: none;
  margin: 0;
  padding: 0 var(--page-padding);
  scroll-padding-left: var(--page-padding);
  scroll-padding-right: var(--page-padding);
  display: flex;
  flex-wrap: nowrap;
}
.mobile-top-nav .mobile-site-nav > li:first-child .mobile-site-nav__item__link {
  padding-left: 0;
}
.mobile-top-nav .mobile-site-nav > li:last-child .mobile-site-nav__item__link {
  padding-right: 0;
}
.mobile-top-nav .mobile-site-nav .mobile-site-nav__item__link {
  color: inherit;
  padding: 12px 16px;
  display: inline-block;
  white-space: nowrap;
}
.mobile-top-nav
  .mobile-site-nav
  .mobile-site-nav__item
  .mobile-site-nav__item__link--active
  .mobile-site-nav__item__link__text {
  position: relative;
  font-weight: 500;
}
.mobile-top-nav
  .mobile-site-nav
  .mobile-site-nav__item
  .mobile-site-nav__item__link--active
  .mobile-site-nav__item__link__text:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  width: 100%;
  background-color: rgba(var(--color-text));
  height: 2px;
}
.color-scheme-1
  .mobile-site-nav
  .mobile-site-nav__item
  .mobile-site-nav__item__link--active
  .mobile-site-nav__item__link__text:before {
  background-color: rgba(var(--color-scheme-1-text));
}
.color-scheme-2
  .mobile-site-nav
  .mobile-site-nav__item
  .mobile-site-nav__item__link--active
  .mobile-site-nav__item__link__text:before {
  background-color: rgba(var(--color-scheme-2-text));
}
.color-scheme-3
  .mobile-site-nav
  .mobile-site-nav__item
  .mobile-site-nav__item__link--active
  .mobile-site-nav__item__link__text:before {
  background-color: rgba(var(--color-scheme-3-text));
}
.shopline-section-header-scrolling .mobile-top-nav {
  display: none;
}
.predictive-search {
  --predictive-search-result-padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgb(var(--color-header-background));
  color: rgb(var(--color-header-text));
  border-radius: 0 0 var(--menu-modal-border-radius)
    var(--menu-modal-border-radius);
  z-index: 1;
}
.predictive-search__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--predictive-search-result-padding) 0
    calc(var(--predictive-search-result-padding) / 2) 0;
  text-transform: uppercase;
  margin: 0 var(--predictive-search-result-padding)
    calc(var(--predictive-search-result-padding) / 2)
    var(--predictive-search-result-padding);
  border-bottom: 1px solid rgb(var(--color-entry-line));
}
.predictive-search__head .predictive-search__spinner {
  display: none;
}
.predictive-search__head .predictive-search__rusults {
  text-transform: initial;
}
.predictive-search__list-item > * {
  padding: calc(var(--predictive-search-result-padding) / 2);
  transition: color 0.3s, background 0.3s;
}
.predictive-search__list-item[selected="true"] > *,
.predictive-search__list-item:hover > * {
  color: rgb(var(--color-text));
  background-color: rgba(var(--color-text), 0.08);
}
.predictive-search__item {
  display: grid;
  grid-template: "image content" auto / auto 1fr;
  gap: var(--predictive-search-result-padding);
}
.predictive-search__item-image {
  display: block;
  width: 62px;
  height: 62px;
  grid-area: image;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 959px) {
  .predictive-search__item-image {
    width: 56px;
    height: 56px;
  }
}
.predictive-search__item-content {
  grid-area: content;
  justify-content: center;
}
.predictive-search__item-head {
  margin: 0;
}
.predictive-search__item-price {
  margin: 0;
}
.predictive-search__item-price .line-through {
  text-decoration: line-through;
  opacity: 0.5;
}
.predictive-search__term {
  margin: var(--predictive-search-result-padding);
}
.predictive-search__term-icon {
  display: inline-flex;
  transition: transform 0.3s;
  width: 20px;
  height: 20px;
}
.predictive-search__spinner {
  display: inline-flex;
  animation: button-loading linear 1.5s infinite;
}
.predictive-search__spinner .icon {
  width: 15px;
  height: 15px;
}
.predictive-search__loading-state {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.predictive-search__results {
  overflow: hidden;
  overflow-y: auto;
}
predictive-search[data-focus][open] .predictive-search,
predictive-search[data-focus][loading] .predictive-search {
  display: block;
}
predictive-search[data-focus][loading]
  .predictive-search__results:empty
  ~ .predictive-search__loading-state {
  display: flex;
}
predictive-search[data-focus][loading]
  .predictive-search__head
  .predictive-search__spinner {
  display: flex;
}
.predictive-search__results-list {
  display: grid;
  /* row-gap: var(--predictive-search-result-padding);
  column-gap: var(--predictive-search-result-padding); */
  margin-top: calc(var(--predictive-search-result-padding) / 2);
  padding: 0 calc(var(--predictive-search-result-padding) / 2);
}
.search-modal__content[data-col="4"] .predictive-search__results-list {
  grid-template-columns: repeat(4, 1fr);
}
.search-modal__content[data-col="3"] .predictive-search__results-list {
  grid-template-columns: repeat(3, 1fr);
}
.search-modal__content[data-col="2"] .predictive-search__results-list {
  grid-template-columns: repeat(2, 1fr);
}
.search-modal__content[data-col="1"] .predictive-search__results-list {
  grid-template-columns: repeat(1, 1fr);
}


/* 新block头部 */
.three_nunber{
  position: absolute;
    z-index: 1;
    background-color: transparent;
    left: 0;
    right: 0;
    width: 100%;
    /* padding-top: 20px; */
    background-color: #000;
    display: block;
}
.header__inline-submenus .sub-menu-wrapper {
  display: grid;
  grid-template-columns: minmax(200px, 300px) minmax(0, 1fr) minmax(0, 1fr) 1fr;
  grid-template-rows: auto;
  grid-template-areas: "header items items items";
  /* margin: 0 auto; */
  padding: 0 0 0 12.5%;
  background: #000;
}
.header__inline-submenus .sub-menu-wrapper .sub-menu-ul {
  grid-area: header;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 200;
  min-height: 26px;
  background-color: #000;
  text-align: left;
  height: 65%;
  /* overflow-y: scroll; */
  overflow-x: hidden;
}

  .header__inline-submenus .sub-menu-wrapper .sub-menu-ul {
  overflow-y: auto;
  background-color: #000000;
  padding: 10px 0;
  padding-right: 20px;
  width: 100%;
  z-index: 10;
  height: unset;
}

.three_nunber .sub-menu-slideout .sub-menu-ul .col {
  margin: 0;
  width: 100%;
  border: none;
  border-left: none;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col {
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 2.5px 10px 2.5px 0;
 }
 .header-inline-menus__item--has-submenu.is-megamenu .sub-menu-slideout .sub-menu-ul .col.menu-hover {
  background-color: #008290;
  width: 100%;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label {
  font-family: "Helvetica Neue LT W01107XBlkCn";
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  width: 100%;
  border: 1px solid white;
  border-left: 0;
  border-right: 0;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: calc(1.5em + 0.25vw);
  padding: 14px 0 14px 5px;
  min-height: 30px;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label {
  border: none;
  background-color: transparent;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label.has-label-icon,.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label.has-label-icon {
  display: flex;
  align-items: center;
  padding: 7px 0;
  cursor: pointer;
  min-height: 49px;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label.has-label-icon .label-icon {
  margin-right: 15px;
  max-width: unset;
  max-height: unset;
  display: inline;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label span {
  margin-left: 0;
  width: 95%;
  display: inline-block;
  font-size: 0.7em;
}
.three_nunber .sub-menu-slideout .menu-items .items-wrapper {
  grid-area: menus;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  height: min-content;
  align-content: flex-start;
  gap: 0 25px;
  overflow-y: auto;
  padding: 20px 10px 20px 0;
  text-align: left;
  width: max-content;
  max-height: 410px;
}
.three_nunber .sub-menu-slideout .menu-items {
  grid-area: items;
  background: #000;
  display: grid;
  grid-template-columns: minmax(200px, auto) minmax(0, 2fr) 1fr;
  grid-template-areas: "menus callout callout";
  align-content: flex-start;
  padding: 0 0 0 10px;
  max-height: 410px;
}
.three_nunber .sub-menu-slideout .menu-items .level-c.d-none.active {
  display: contents;
  list-style-type: none;
}
.three_nunber .sub-menu-slideout .menu-items .level-c.d-none {
  display: none;
  list-style-type: none;
}
.three_nunber .sub-menu-slideout .menu-items .level-c li {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  padding-left: 10px;
  padding: 1px 0 1px 10px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.three_nunber .sub-menu-slideout .menu-items .items-wrapper li {
  padding: 0 10px;
}
.three_nunber .sub-menu-slideout .menu-items .level-c li a {
  display: block;
  padding: 1.5px 0;
  width: 100%;
  font-family: Arial, sans-serif;
  color: #f5f5f5;
}
.three_nunber .sub-menu-slideout .menu-items .level-c li:hover a {
  color: #000;
}
.three_nunber .sub-menu-slideout .menu-items .level-c li:hover {
  background-color: #f5f5f5;
}
.three_nunber .sub-menu-slideout .menu-items .callout {
  grid-area: callout;
  background: #000;
  padding: 0 0 0 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  justify-content: right;
  align-items: flex-start;
}
.three_nunber  .sub-menu-slideout .menu-items .callout .callout-images {
  display: none;
}
.three_nunber .sub-menu-slideout .menu-items .callout .active {
  display: block;
}
.three_nunber .sub-menu-slideout .menu-items .callout .callout-wrapper {
  position: relative;
}
.three_nunber .sub-menu-slideout .menu-items .level-c li.has-tagline {
  font-weight: bold;
  font-size: 14.5px;
  padding: 5px 0 5px 10px;
}
.three_nunber .sub-menu-slideout .menu-items .items-wrapper li.has-tagline {
  padding: 5px 10px;
}
.three_nunber .sub-menu-slideout .menu-items .level-c li.has-tagline a .blurb {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label.accordion-header ,.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label.accordion-header{
  cursor: pointer;
  border-left: 0;
  border-right: 0;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label.makita-link.has-label-icon {
  display: flex;
  align-items: center;
  padding: 0 0;
  cursor: pointer;
  min-height: 49px;
}
.three_nunber .sub-menu-slideout .sub-menu-ul .col .sub-label.makita-link.with-image img {
  max-width: 100%;
  max-height: 100%;
  max-width: 235px;
  width: 100%;
  height: 45px;
  object-fit: cover;
}
.right_menu{
  gap: 15px;
}
.right_menu .right_li_menu:nth-child(2) {
  padding: 0 12px;
  position: relative; /* 为了让伪元素能够定位 */
}

.right_menu .right_li_menu:nth-child(2):hover::before,.right_menu .right_li_menu:nth-child(2)::before{
  content: '';
  position: absolute;
  top: 30%;
  left: 0; 
  border-left: 2px solid ;
  height: 27px; 
  width: 0; 
  opacity: 1;
  padding: 0;
  margin: 0;
}
.right_menu .right_li_menu:nth-child(2):hover::after,.right_menu .right_li_menu:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0; 
  border-left: 2px solid ;
  height: 27px; 
  width: 0; 
}
.right_li_menu .header-inline-submenus__item{
text-align: right;
}
.header-inline-menus__item--has-submenu:not(.is-megamenu) .two_right_menu{
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  background-color: transparent;
  padding-top: 41px;
  cursor: pointer;
  opacity: 0;
  
}
.header-inline-menus__item--has-submenu:not(.is-megamenu):hover .two_right_menu{
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 9999;
}
.right_li_menu .two_right_menu .sub-menu-ul {
  position: absolute;
  right: -63px;
  width: 250px;
  padding: 20px 10px;
  background-color: #000;
  border: 1px solid #008290;
  border-top: none;
  display: none;
}
.right_li_menu .header-inline-menus__link{
  font-weight: unset;
  font-family: "Helvetica Neue LT W01_55 Roman";
  font-size: 15px;
}
.header-inline-menus__item--has-submenu:not(.is-megamenu):hover .two_right_menu .sub-menu-ul{
display: block;
}
.right_li_menu .two_right_menu .sub-menu-ul  .header-inline-submenus__item {
  padding: 3.5px 10px;
}
.two_right_menu .sub-menu-ul .header-inline-submenus__item:hover {
  background: #f5f5f5;
}
.two_right_menu .sub-menu-ul .header-inline-submenus__item:hover .menus__link {
  color: #000;
  cursor: pointer;
}
.desk_tool{
  margin-left: unset;
}
@media (min-width: 960px) {
.desk_tool .search-modal__submit-button{
  left: unset;
  right: 0;
}
}
@media screen and (min-width: 1100px) {
  .desk_tool.expand-width {
      width: 372px;
      transition: width 0.3s ease;
  }
}
@media screen and (min-width: 1460px) {
  .desk_tool.expand-width {
      width: 372px;
      transition: width 0.3s ease;
  }
}

@media screen and (min-width: 1801px) {
  .desk_tool.expand-width {
      width: 560px;
      transition: width 0.3s ease;
  }
}

.user__container .login-label {
    /* display: none; */
    margin-right: 5px;
    font-family: "Helvetica Neue LT W01_55 Roman";
    font-size: 15px;
    transition: border-bottom 0.5s;
    border-bottom: 1px solid transparent;
    margin-left: 8px;
}
.user__container .login-label b {
    font-weight: normal;
    color: inherit;
    line-height: normal;
}
.header__icon-button{
    align-items: center;
}
@media screen and (min-width: 960px) {

    .icon-button:hover,
    .icon-button:focus {
        transform: scale(1);
    }
}

/* header-bottom */
@media screen and (min-width: 1300px) {
  .bottom_wrapper_header.row {
      min-width: 1300px;
      width: 100%;
      max-width: 100%;
  }
}
.bottom_wrapper_header{
    display: block;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 5px;
    background-color: #000;
    border-bottom: 2px solid #404040;
    max-height: auto;
    overflow: hidden;
    animation: ribbon-drop 1.5s 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    padding-left: 0;
    padding-right: 0;
    /* min-width: 1300px; */
    
    width: 100%;
    max-width: 100%;
    position: relative;
}
@media screen and (min-width: 959px) {
    .bottom_wrapper_header {
        padding-bottom: initial;
    }
}
.bottom_wrapper_header .promo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_wrapper_header .promo-wrapper .makita-alert {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    padding: 5px 0px;
}
@media screen and (min-width: 420px) {
    .bottom_wrapper_header .promo-wrapper .makita-alert {
        gap: 30px;
    }
}
.bottom_wrapper_header .promo-wrapper .alert-container {
    position: relative;
    display: flex;
    gap: 25px;
    align-items: center;
    background-color: #939598;
}
.bottom_wrapper_header .promo-wrapper .alert-container.erebates img {
  height: 25px;
}
@media screen and (min-width: 960px) {
  .bottom_wrapper_header .promo-wrapper .alert-container {
      padding: 0 10vw;
  }
  .bottom_wrapper_header .promo-wrapper .alert-container:after, .bottom_wrapper_header .promo-wrapper .alert-container:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 82px;
    background-color: #000;
    transform: rotate(33deg);
}
.bottom_wrapper_header .promo-wrapper .alert-container:before {
  left: -5px;
  top: -30px;
}
.bottom_wrapper_header .promo-wrapper .alert-container:after {
  right: -25px;
  top: -13px;
}
.bottom_wrapper_header .promo-wrapper .alert-container.erebates img {
  height: 35px;
  margin: 5px 0;
}
}
.bottom_wrapper_header .promo-wrapper .alert-container.erebates {
  gap: 8px;
}
.bottom_wrapper_header .promo-wrapper .alert-container.erebates .container-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .bottom_wrapper_header .promo-wrapper .alert-container.erebates .erebates-text {
      font-size: 24px;
  }
  .bottom_wrapper_header .promo-wrapper .alert-container .makita-btn-transparent-primary {
    font-size: 16px;
}
}

.bottom_wrapper_header .promo-wrapper .alert-container.erebates .erebates-text {
  font-family: "Helvetica Neue LT W01_95 Black";
  color: #fff;
  font-size: calc(14px + (24 - 14) * (100vw - 375px) / (1920 - 375));
}
.bottom_wrapper_header .promo-wrapper .alert-container.erebates:hover .erebates-text{
  color: #000;
}
.makita-btn-transparent-primary {
  font-family: "Helvetica Neue LT W01_71488914";
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid transparent;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bottom_wrapper_header .erebates,.bottom_wrapper_header .sales {
  position: relative;
}
.bottom_wrapper_header .promo-wrapper .alert-container .makita-btn-transparent-primary {
  align-self: center;
  padding: 6px 25px;
  font-size: calc(14px + (24 - 14) * (100vw - 375px) / (1920 - 375));
}
.bottom_wrapper_header .promo-wrapper .alert-container .makita-btn-transparent-primary.erebates {
  font-family: "Helvetica Neue LT W01_95 Black";
  padding: 4px 20px;
  font-size: calc(10px + (14 - 10) * (100vw - 375px) / (1920 - 375));
}
.bottom_wrapper_header .close-btn {
  position: absolute;
  top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 1px solid #FFF;
    padding: 2px 5px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.bottom_wrapper_header .close-btn:hover{
  color: #67b2b1;
}
.bottom_wrapper_header .row__colspaced:after,.bottom_wrapper_header .row:after {
  content: "";
  display: table;
  clear: both;
}
.makita-btn-transparent-primary:hover {
  background: #ffffff;
  color: #008290;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.makita-btn-transparent-primary span .nower{
  fill: #fff;
  stroke: #fff;
  
}
.makita-btn-transparent-primary span .hover_back{
  display: none;
}
.makita-btn-transparent-primary:hover span .nower{
  
 display: none;
  
}
.makita-btn-transparent-primary:hover span .hover_back{
  
display: block;
  
}

@media screen and (min-width: 900px) {
  .bottom_wrapper_header.row {
      min-width: 900px;
  }
}
@media screen and (min-width: 600px) {
  .bottom_wrapper_header.row {
      padding-left: 10px;
      padding-right: 10px;
      min-width: 600px;
  }
}
@media screen and (min-width: 420px) {
  .bottom_wrapper_header.row  {
      min-width: 420px;
  }
}

.bottom_wrapper_header.row {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 5px; */
}
@media screen and (max-width: 799px) {
  .bottom_wrapper_header .promo-wrapper .alert-container.erebates {
      gap: 5px;
      flex-direction: unset;
      flex-wrap: wrap;
      margin-left: 20px;
  }
  .bottom_wrapper_header .promo-wrapper {
    background-color: #939598;
    border-top: 3px solid #000;
}
}

@media screen and (min-width: 420px) {
  .bottom_wrapper_header .promo-wrapper .makita-alert {
      gap: 30px;
  }
}
.bottom_wrapper_header.row {
  padding-left: 0;
  padding-right: 0;
}
.bottom_wrapper_header.row :after {
  content: "";
  display: table;
  clear: both;
}


/* 手机端下拉 */
.drawer .modal__content{
  max-width: 100%;
  width: 100%;
  padding: 0 0;
}
.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px
}
.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(5) {
  left: 5px;
  top: 17px;
}

.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(1), .drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(2), .drawer details[open] .top-section-column .top-left-nav .icon-bar-wrapper .mobile-menu-btn span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header__menu-drawer .modal__content{
  background-color: #000;
}
.drawer-menus__item, .drawer-menus__sub-item{
  /* padding: 0 5px; */
}
.drawer-menus__item-icon{
  transform: rotate(-90deg);
  padding: 0px 0px;
}
.drawer-menus__sub-menus{
  position: fixed;
    top: 0;
    background: #000;
    left: -100vw;
    /* transform: translateX(-100vw); */
    
    width: 100%;
    height: 100%;
    z-index: 100;
    /* transition: opacity 0.8s ease, transform 0.8s ease; */
}
.drawer_menu_li details[open] .drawer-menus__sub-menus{
  /* left: 0; */
  /* transform: translateX(0); */
  /* opacity: 1; */
}
.header-drawer__localization:after{
  display: none;
}
.drawer-menus__sub-menus .drawer-menus__sub-item > a{
  padding-left:5px
}
.drawer_menu_li{
  border-top: solid 1px #6e6f72;
}
.drawer_menu_li .drawer_firsttitle{
  font-family: "Helvetica Neue LT W01_71488914";
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 12px 5px;
  position: relative;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}
.header__menu-drawer .drawer__main{
  margin-left: unset;
  margin-right: unset;
}
.drawer_one_flex{
   
}
/* 手机端二级 */
.sub-menu-panel .sub-menu-slideout{
  position: fixed;
  top: 49px;
  left: -100vw;
  width: 100vw;
  height: 100%;
  z-index: 100;
  display: block;
  display: block;
  padding: 0;
  background: #000;
  transition: left 0.5s ease;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-header {
  font-family: "Helvetica Neue LT W01_71488914";
  font-size: 24px;
  position: relative;
  padding: 20px 0;
  color: #fff;
  background-color: #000000;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-header .sub-menu-toggle {
  display: inline-block;
  color: #008290;
  font-size: 40px;
  margin-left: 10px;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-header .sub-menu-label {
  margin: 0 auto;
  padding-right: 27px;
  text-align: center;
  font-family: "Helvetica Neue LT W01_71488914";
  font-size: 24px;
  text-transform: uppercase;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul {
  grid-area: header;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 200;
  min-height: 26px;
  background-color: #000;
  text-align: left;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
}
 .sub-menu-panel .sub-menu-slideout .sub-menu-ul .col {
  margin: 0;
  width: 100%;
  border: none;
  padding: 0;
  border-left: none;
  /* border-bottom: 1px solid #707070; */
}
.sub-menu-slideout .sub-menu-ul .col .sub-label.accordion-header
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col.add-border-bottom {
  border-bottom: 1px solid #707070;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label.has-label-icon{
  justify-content: space-between;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .img_title{
  display: flex;
  align-items: center;
}
.drawer-menus__item-icon .icon-arrow{
  width: 15px;
  height: 15px;
}
.drawer-menus__item-icon .icon-arrow path{
  stroke: #008290;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label .icon-arrow{
  transform: rotate(-90deg);
  width: 15px;
  height: 15px;
  margin-right: 20px;
  transition: transform 0.5s ease;

}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label .icon-arrow path{
  stroke: #008290;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label {
  font-family: "Helvetica Neue LT W01107XBlkCn";
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  width: 100%;
  border: 1px solid white;
  border-left: 0;
  border-right: 0;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: calc(1.5em + 0.25vw);
  padding: 14px 0 14px 5px;
  min-height: 30px;
}
  .sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label img {
    padding-left: 7px;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .col .sub-label.has-label-icon .label-icon {
  margin-right: 15px;
  max-width: unset;
  max-height: unset;
  display: inline;
}

.sub-menu-panel .sub-menu-slideout .sub-menu-ul .level-c li {
  border-top: 1px solid #707070;
  font-size: calc(0.9em + 0.1vw);
  text-transform: capitalize;
  border-bottom: none;
  padding-left: 10px;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .level-c li a {
  display: block;
  padding: 7.5px 0;
  font-size: calc(0.9em + 0.1vw);
  font-size: 12px;
    /* color: #fff; */
    /* opacity: 1; */
    font-weight: 400;
}
.sub-menu-panel  .img_title span{
  line-height: 1.4666666667em;
  font-family: "Helvetica Neue LT W01107XBlkCn";
  font-weight: bold;
  font-size:18.75px;
}
.open_ul_li{
  transition: height 1s ease;
}
.sub-menu-slideout.active {
  left: 0; /* 滑动到左侧定格 */
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .level-c li.has-tagline {
  font-weight: bold;
  padding: 5px 0 5px 10px;
}

.sub-menu-panel .sub-menu-slideout .sub-menu-ul .level-c li.has-tagline a .blurb {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .add-border-bottom{
  border: unset;

}
.sub-menu-panel .sub-menu-slideout .sub-menu-ul .add-border-bottom .sub-label{
  background-color: unset;
}
.may_open.is_activey .icon-arrow{
  transform: rotate(0deg) !important;
}
.right_li_menu .header-inline-menus__link.one_nochild{
  padding-bottom: 1px;
  margin-bottom: 21px;
  
  /* opacity: 0; */
  /* transition: opacity 0.2s; */
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
.right_li_menu .header-inline-menus__link.one_nochild::after{
   content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  will-change: transform;
  height: 1px;
  opacity: 0;
  transform-origin: left center;
  background: rgb(var(--color-text));
  transition: opacity 0.5s ease;
  text-transform: uppercase;
  }
  
  .right_li_menu:hover .header-inline-menus__link.one_nochild::after{
    content: "";
   display: block;
   opacity: 1;
   }
   