.header-mobile-style-2 .section-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-mobile-style-2 .section-container .first-container {
  display: flex;
  align-items: center;
}

.header-mobile-style-2 .section-container .first-container .header-icon-list li {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-mobile-style-2 .section-container .first-container .header-icon-list line {
  stroke: var(--primary-color);
}

.header-mobile-style-2 .section-container .first-container .header-icon-list:has(.header-icon--hamburger) {
  display: flex;
  justify-content: flex-start;
}

.header-mobile-style-2 .section-container .first-container .mobile-header-logo {
  margin-top: unset;
}

.header-mobile-style-2 .section-container .first-container .mobile-header-icons {
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.header-mobile-style-2 .section-container .first-container .mobile-header-icons svg {
  width: 18px;
  height: 18px;
}

.header-mobile-style-2 .section-container .first-container .mobile-header-icons svg:not(.search-icon) path {
  fill: var(--primary-color);
}

.header-mobile-style-2 .section-container .first-container .mobile-header-icons cart-icon .cart {
  padding: 0;
  background: transparent;
}

.header-mobile-style-2 .section-container .first-container .mobile-header-icons cart-icon .cart svg path {
  fill: var(--primary-color);
}

.header-mobile-style-2 .section-container .first-container .mobile-header-icons cart-icon .cart .number {
  width: 17px;
  height: 17px;
  top: -6px;
  right: -8px;
}

.header-mobile-style-2 .section-container .first-container .st-wishlist-details-button {
  margin: 5px 0 0 0;
}

.header-mobile-style-2 .section-container .second-container .form-search-container .search-box {
  border-bottom: 1px solid var(--primary-color);
  padding: 0 0 5px 0;
}

.header-mobile-style-2 .section-container .second-container .form-search-container .search-box button {
  background: transparent;
  border: none;
}

.header-mobile-style-2 .section-container .second-container .form-search-container .search-box button svg {
  stroke: var(--primary-color);
}

.header-mobile-style-2 .section-container .second-container .form-search-container .search-box button svg path {
  fill: var(--primary-color) !important;
}

.header-mobile-style-2 .section-container .second-container .form-search-container .search-box button.jsClose {
  display: none;
}

.header-mobile-style-2 .section-container .second-container.search-box-style-2 .form-search-container .search-box {
  background: var(--background-color);
  padding: 0 0 1px 0;
}


.header-mobile-style-2 .section-container .mobile__navigation .popup__head {
  background-color: var(--light-color);
  border-bottom: 1px solid var(--dark-color);
}

.header-mobile-style-2 .section-container .mobile__navigation .popup__head .mobile-menu-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 60px;
  flex: 1;
  border-right: none;
}

.header-mobile-style-2 .section-container .mobile__navigation .popup__head .mobile-menu-head-icon button.jsClose {
  position: unset;
  transform: unset;
  padding: unset;
}

.header-mobile-style-2 .section-container .mobile__navigation .popup__head .mobile-menu-head-icon .header-icon-list {
  justify-content: center;
  display: flex;
}

.header-mobile-style-2 .section-container .mobile__navigation .popup__head .mobile-menu-head-icon .header-icon-list div {
  padding: unset !important;
}

.header-mobile-style-2 .section-container .mobile__navigation .popup__head .mobile-menu-head-icon:last-of-type {
  border-right: unset;
}

.header-mobile-style-2 .section-container .mobile__navigation .mobile-menu-footer,
.header-mobile-style-2 .section-container .mobile__navigation .popup__footer {
  background-color: var(--light-color);
  border-top: 1px solid var(--dark-color);
  padding: 10px 0;
}

.header-mobile-style-2 .section-container .mobile__navigation .mobile-menu-footer *,
.header-mobile-style-2 .section-container .mobile__navigation .popup__footer * {
  color: var(--dark-color);
}