@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/josefin-sans-latin.woff2") format("woff2");
}

.beautys-header,
.beautys-header button,
.beautys-header input {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
}

.beautys-header {
  position: relative;
  z-index: 20;
  width: 100%;
  color: #111;
  background: #fff;
}

/* Keep the storefront header in the normal document flow while scrolling. */
#header.header {
  position: static;
  top: auto;
}

.beautys-header__main,
.beautys-header__nav-inner {
  width: min(100%, 1540px);
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.beautys-header__main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  min-height: 108px;
}

.beautys-header__search {
  justify-self: start;
  width: 270px;
  max-width: 100%;
}

.beautys-header__search #_desktop_ps_searchbar {
  display: flex !important;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

.beautys-header__search #ps_searchbar {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.beautys-header__search .ps-searchbar__form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 14px 0 16px;
  background: #fff;
  border: 1px solid #f8d5d2;
  border-radius: 999px;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.beautys-header__search .ps-searchbar__form:hover {
  border-color: #e78f9d;
}

.beautys-header__search .ps-searchbar__form:focus-within {
  background: #fff;
  border-color: #e78f9d;
  box-shadow: 0 0 0 3px rgba(231, 143, 157, .12) !important;
}

.beautys-header__search .ps-searchbar__magnifier {
  position: static;
  order: 2;
  flex: 0 0 auto;
  width: 21px;
  height: 22px;
  margin: 0 0 0 10px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-color: #e07a8b;
  -webkit-mask: url("../img/search-kylie.svg") center / contain no-repeat;
  mask: url("../img/search-kylie.svg") center / contain no-repeat;
  transform: none;
  transition: background-color .2s ease;
}

.beautys-header__search .ps-searchbar__magnifier:hover,
.beautys-header__search .ps-searchbar__form:focus-within .ps-searchbar__magnifier {
  background-color: #d96678;
}

.beautys-header__search .ps-searchbar__input {
  order: 1;
  min-width: 0;
  height: 42px;
  padding: 2px 0 0;
  color: #2f2a2c;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.beautys-header__search .ps-searchbar__input:focus,
.beautys-header__search .ps-searchbar__input:focus-visible {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.beautys-header__search .ps-searchbar__input::placeholder {
  color: #91898c;
  opacity: 1;
}

.beautys-header__search .ps-searchbar__clear {
  position: static;
  order: 2;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0 0 0 10px;
  padding: 0;
  color: #e07a8b;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  transform: none;
}

.beautys-header__search .ps-searchbar__clear .material-icons {
  font-size: 20px;
  line-height: 20px;
  transform: none;
}

.beautys-header__search .ps-searchbar__form:has(.ps-searchbar__clear:not(.d-none)) .ps-searchbar__magnifier {
  display: none;
}

.beautys-header__search .ps-searchbar__dropdown {
  top: calc(100% + 8px);
  right: auto;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: none;
  border-color: #eee2e4;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(53, 35, 40, .1);
}

.beautys-header__search .ps-searchbar__results {
  width: 100%;
}

.beautys-header__search .ps-searchbar--mobile {
  display: none !important;
}

.beautys-header__compact-search-toggle {
  display: none;
}

.beautys-header__brand {
  justify-self: center;
}

.beautys-header__brand-heading {
  margin: 0;
  line-height: 1;
}

.beautys-header__brand-link,
.beautys-header__logo {
  display: block;
}

.beautys-header__logo {
  width: 148px;
  height: 43px;
}

.beautys-header__actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 25px;
}

.beautys-header__actions > .beautys-header__account,
.beautys-header__actions > .beautys-header__wishlist,
.beautys-header__actions > .beautys-header__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  flex: 0 0 30px;
}

.beautys-header__actions .header-block,
.beautys-header__actions .ps-customersignin,
.beautys-header__actions .ps-shoppingcart {
  display: flex;
  align-items: center;
}

.beautys-header__actions .header-block__action-btn,
.beautys-header__wishlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  flex: 0 0 30px;
  padding: 0 !important;
  overflow: visible;
  color: #111;
  font-size: 0;
  white-space: nowrap;
  text-decoration: none;
}

.beautys-header__actions .header-block__action-btn:hover,
.beautys-header__actions .header-block__action-btn:focus-visible,
.beautys-header__wishlist:hover,
.beautys-header__wishlist:focus-visible {
  color: #eba2ab;
}

.beautys-header__actions .header-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.beautys-header__actions .header-block__title {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
}

.beautys-header__actions .header-block__badge {
  position: absolute;
  top: 0;
  right: -5px;
  display: grid;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  place-items: center;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  line-height: 17px;
  background: #eba2ab;
  border-radius: 50%;
}

.beautys-header__nav {
  position: relative;
  min-height: 68px;
  border-bottom: 1px solid #ededed;
}

.beautys-header__nav::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), 1540px);
  border-top: 1px solid #ededed;
  content: "";
  transform: translateX(-50%);
}

.beautys-header__nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
}

.beautys-header__nav .ps-mainmenu {
  flex: 0 1 auto;
  padding: 0;
}

.beautys-header__nav .ps-mainmenu__tree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 0;
}

.beautys-header__nav .ps-mainmenu__tree-item-wrapper {
  position: relative;
  min-height: 67px;
}

.beautys-header__nav .ps-mainmenu__tree-link {
  padding: 24px 0 20px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.beautys-header__nav .ps-mainmenu__tree-link:hover,
.beautys-header__nav .current > .ps-mainmenu__tree-item-wrapper .ps-mainmenu__tree-link {
  color: #eba2ab;
}

.beautys-header__nav .ps-mainmenu__tree-dropdown-toggle {
  margin-left: 4px;
}

.beautys-menu-badge {
  position: absolute;
  top: 0;
  margin: 0 3px 0 13px;
  padding: 1px 5px;
  color: #111;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  background: #eba2ab;
  border-radius: 3px;
  animation: beautys-hot-bounce 2s ease-in-out infinite;
}

.beautys-menu-badge--new { background: #9bc7a5; }
.beautys-menu-badge--sale { color: #fff; background: #df6f72; }

.beautys-menu-badge::after {
  position: absolute;
  top: 100%;
  left: 12px;
  width: 9px;
  height: 4px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 25% 98%);
  content: "";
  transform: translateX(-50%);
}

@keyframes beautys-hot-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.beautys-header__nav .submenu {
  top: 100%;
  left: 0;
  width: 100%;
  padding: 28px 0;
  background: #fff;
  border: 0;
  border-top: 1px solid #ededed;
  box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
  display: block !important;
  visibility: hidden;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform .4s, visibility 0s .4s;
  backface-visibility: hidden;
}

.beautys-header__nav .ps-mainmenu__tree-item:hover > .submenu,
.beautys-header__nav .ps-mainmenu__tree-item:focus-within > .submenu {
  visibility: visible;
  pointer-events: auto;
  transform: scaleY(1);
  transition-delay: 0s;
}

.beautys-header__nav .submenu > .container-fluid {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 24px;
}

/* Desktop compact header: reuse the existing header and regroup it into one row. */
@media (min-width: 1200px) {
  #header.header.beautys-header--compact {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    animation: beautys-compact-header-in .22s ease-out both;
  }

  #header.header.beautys-header--compact .header-banner,
  #header.header.beautys-header--compact .header-nav-full-width {
    display: none;
  }

  #header.header.beautys-header--compact .beautys-header {
    min-height: 68px;
    border-bottom: 1px solid #f0e4e6;
    box-shadow: 0 7px 22px rgb(62 37 43 / 8%);
  }

  #header.header.beautys-header--compact .beautys-header__main {
    z-index: 3;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 67px;
    pointer-events: none;
  }

  #header.header.beautys-header--compact .beautys-header__brand {
    z-index: 4;
    justify-self: start;
    pointer-events: auto;
  }

  #header.header.beautys-header--compact .beautys-header__logo {
    width: 126px;
    height: auto;
  }

  #header.header.beautys-header--compact .beautys-header__actions {
    z-index: 4;
    gap: 20px;
    pointer-events: auto;
  }

  #header.header.beautys-header--compact .beautys-header__search {
    position: absolute;
    top: 50%;
    right: 174px;
    z-index: 6;
    width: 42px;
    pointer-events: auto;
    transform: translateY(-50%);
  }

  #header.header.beautys-header--compact .beautys-header__search #_desktop_ps_searchbar {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  #header.header.beautys-header--compact .beautys-header__compact-search-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    color: #e07a8b;
    background: transparent;
    border: 0;
    border-radius: 50%;
    transition: color .2s ease, background-color .2s ease;
  }

  #header.header.beautys-header--compact .beautys-header__compact-search-toggle:hover,
  #header.header.beautys-header--compact .beautys-header__compact-search-toggle:focus-visible {
    color: #d96678;
    background: #fbf4f5;
  }

  #header.header.beautys-header--compact .beautys-header__compact-search-toggle:focus-visible {
    outline: 2px solid #efb7c1;
    outline-offset: 2px;
  }

  .beautys-header__compact-search-icon {
    display: block;
    width: 21px;
    height: 22px;
    background: currentColor;
    -webkit-mask: url("../img/search-kylie.svg") center / contain no-repeat;
    mask: url("../img/search-kylie.svg") center / contain no-repeat;
  }

  #header.header.beautys-header--compact.beautys-header--search-open .beautys-header__search {
    width: 300px;
  }

  #header.header.beautys-header--compact.beautys-header--search-open .beautys-header__compact-search-toggle {
    display: none;
  }

  #header.header.beautys-header--compact.beautys-header--search-open .beautys-header__search #_desktop_ps_searchbar {
    display: flex !important;
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  #header.header.beautys-header--compact.beautys-header--search-open .beautys-header__search .ps-searchbar__form {
    height: 42px;
    box-shadow: 0 8px 24px rgb(62 37 43 / 10%);
  }

  #header.header.beautys-header--compact .beautys-header__nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    min-height: 67px;
    border: 0;
    pointer-events: none;
    transition: opacity .16s ease, visibility .16s ease;
  }

  #header.header.beautys-header--compact.beautys-header--search-open .beautys-header__nav {
    visibility: hidden;
    opacity: 0;
  }

  #header.header.beautys-header--compact .beautys-header__nav::before {
    display: none;
  }

  #header.header.beautys-header--compact .beautys-header__nav-inner {
    min-height: 67px;
    padding: 0;
    pointer-events: none;
  }

  #header.header.beautys-header--compact .beautys-header__nav .ps-mainmenu {
    pointer-events: auto;
  }

  #header.header.beautys-header--compact .beautys-header__nav .ps-mainmenu__tree {
    gap: 30px;
  }

  #header.header.beautys-header--compact .beautys-header__nav .ps-mainmenu__tree-item-wrapper {
    min-height: 67px;
  }

  #header.header.beautys-header--compact .beautys-header__nav .ps-mainmenu__tree-link {
    padding: 23px 0 20px;
    font-size: 13px;
    line-height: 24px;
  }

  #header.header.beautys-header--compact .beautys-menu-badge {
    display: none;
  }

  @keyframes beautys-compact-header-in {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
  }
}

@media (prefers-reduced-motion: reduce) {
  #header.header.beautys-header--compact {
    animation: none;
  }
}

/* Mobile smart header: fixed after leaving the top, hidden down and revealed up. */
@media (max-width: 767.98px) {
  #header.header.beautys-header--mobile-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    transform: translateY(0);
    transition: transform .24s ease;
    will-change: transform;
  }

  #header.header.beautys-header--mobile-sticky .header-banner,
  #header.header.beautys-header--mobile-sticky .header-nav-full-width {
    display: none;
  }

  #header.header.beautys-header--mobile-sticky .beautys-header {
    box-shadow: 0 6px 18px rgb(62 37 43 / 9%);
  }

  #header.header.beautys-header--mobile-sticky.beautys-header--mobile-hidden {
    transform: translateY(-100%);
  }

  #header.header.beautys-header--mobile-sticky.beautys-header--menu-open {
    transform: none !important;
    transition: none;
    will-change: auto;
  }

}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  #header.header.beautys-header--mobile-sticky {
    transition: none;
  }
}

.beautys-megamenu__grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) 290px 290px;
  gap: 42px;
  align-items: start;
}

.beautys-megamenu__links h3 {
  margin: 0 0 16px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.beautys-megamenu__links ul,
.beautys-submenu-list {
  margin: 4px 0 12px;
  padding: 0;
  list-style: none;
}

.beautys-megamenu__links a,
.beautys-submenu-list a {
  display: block;
  padding: 4px 0;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.beautys-megamenu__links .beautys-megamenu__category {
  color: #111;
  font-weight: 500;
}

.beautys-megamenu__links a:hover,
.beautys-megamenu__links a:focus-visible,
.beautys-submenu-list a:hover,
.beautys-submenu-list a:focus-visible {
  color: #eba2ab;
}

.beautys-megamenu__promo,
.beautys-megamenu__promo img {
  display: block;
  width: 290px;
  height: 290px;
}

.beautys-megamenu__promo img { object-fit: cover; }

@media (max-width: 1199.98px) {
  #mobileMenu {
    --bs-offcanvas-width: min(80vw, 360px);
    --bs-offcanvas-transition: transform .3s ease-in-out;
    border: 0;
    transition: transform .3s ease-in-out;
  }

  .offcanvas-backdrop.show { opacity: .45; }

  .beautys-mobile-menu__header {
    width: 100%;
    min-height: 40px;
    padding: 0 18px;
    background: #F4EAEB;
    border: 0;
    border-bottom: 1px solid #e7dae2;
    cursor: pointer;
  }

  .beautys-mobile-menu__title {
    color: #111;
    font-size: 15px;
    font-weight: 600;
  }

  .beautys-mobile-menu__close:hover { background: #e99aa4; }
  .beautys-mobile-menu__close:focus-visible { outline: 2px solid #111; outline-offset: -3px; }

  .beautys-mobile-menu__header .material-icons {
    font-size: 25px;
    line-height: 1;
    opacity: .8;
  }

  .beautys-mobile-menu {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
	padding: 1em;
  }

  .beautys-mobile-menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .beautys-mobile-menu__list .beautys-mobile-menu__list { background: #fafafa; }
  .beautys-mobile-menu__item {  margin: 0 1rem; }

  .beautys-mobile-menu__row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 9px 24px 9px 0px;
    color: #b3848f;
    cursor: pointer;
    list-style: none;
	border-bottom: 1px solid #e7dae2;
  }

  .beautys-mobile-menu__row::-webkit-details-marker { display: none; }
  .beautys-mobile-menu__row:hover,
  .beautys-mobile-menu__row:focus-visible { color: #b3848f; background: #fff6f7; }

  .beautys-mobile-menu__thumb {
    flex: 0 0 51px;
    width: 51px;
    height: 51px;
    border-radius: 3px;
    object-fit: cover;
  }

  .beautys-mobile-menu__label {
    min-width: 0;
    flex: 1;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.3;
  }

  .beautys-mobile-menu__state {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-left: auto;
  }

  .beautys-mobile-menu__state .material-icons {
    position: absolute;
    inset: 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .beautys-mobile-menu__state .remove,
  .beautys-mobile-menu__details[open] > summary .add { display: none; }
  .beautys-mobile-menu__details[open] > summary .remove { display: block; }
  .beautys-mobile-menu__submenu { border-top: none; }

  .beautys-mobile-menu__view-all {
    display: block;
    padding: 12px 20px;
    color: #555;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .beautys-mobile-menu__view-all--root {
    padding-top: 16px;
    padding-bottom: 16px;

  }

  .beautys-mobile-menu__list[data-depth="1"] .beautys-mobile-menu__row {
    min-height: 68px;
    padding: 7px 0px;
  }

  .beautys-mobile-menu__list[data-depth="1"] .beautys-mobile-menu__thumb {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .beautys-mobile-menu__list[data-depth="2"] .beautys-mobile-menu__row {
    min-height: 48px;
    padding-left: 36px;
  }

  #mobileMenu .ps-mainmenu__additionnals {
    flex: 0 0 auto;
    padding: 16px;
    border-top: 1px solid #ededed;
  }

  .beautys-mobile-menu__account {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 24px;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 8px 18px calc(8px + env(safe-area-inset-bottom));
    color: #292426;
    background: #fbf1f3;
    border-top: 1px solid #e7dae2;
    text-decoration: none;
  }

  .beautys-mobile-menu__account:hover {
    color: #c34f67;
    background: #f8e7ea;
  }

  .beautys-mobile-menu__account:focus-visible {
    outline: 2px solid #c34f67;
    outline-offset: -3px;
  }

  .beautys-mobile-menu__account-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #c34f67;
    background: #fff;
    border: 1px solid #f0d5db;
    border-radius: 50%;
  }

  .beautys-mobile-menu__account-icon .material-icons {
    font-size: 22px;
    line-height: 1;
  }

  .beautys-mobile-menu__account-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1px;
    line-height: 1.2;
  }

  .beautys-mobile-menu__account-copy strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .beautys-mobile-menu__account-copy small {
    color: #786f72;
    font-size: 12px;
  }

  .beautys-mobile-menu__account-arrow {
    color: #b3848f;
    font-size: 22px;
  }

  .beautys-header__main {
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    min-height: 104px;
  }

  .beautys-header__search {
    width: 230px;
  }

  .beautys-header__nav,
  .beautys-header__nav-inner {
    min-height: 54px;
  }

  .beautys-header__nav-inner {
    justify-content: flex-start;
  }

  .beautys-menu-badge { display: none; }
}

@media (max-width: 767.98px) {
  .beautys-header__main {
    padding-right: 16px;
    padding-left: 16px;
  }

  .beautys-header__main {
    grid-template-columns: 84px minmax(112px, 1fr) auto;
    min-height: 60px;
    border-bottom: 1px solid #ededed;
  }

  .beautys-header__search {
    justify-self: end;
    width: 42px;
  }

  .beautys-header__search #_desktop_ps_searchbar {
    display: none !important;
  }

  .beautys-header__search .ps-searchbar--mobile {
    display: flex !important;
    padding: 0;
  }

  .beautys-header__search .ps-searchbar--mobile > .header-block {
    transform: translateX(7.9px);
  }

  .beautys-header__search .header-block__action-btn {
    justify-content: center;
    gap: 0;
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .beautys-header__search .header-block__action-btn .material-icons {
    width: 21px;
    height: 22px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: #efa39c;
    -webkit-mask: url("../img/search-kylie.svg") center / contain no-repeat;
    mask: url("../img/search-kylie.svg") center / contain no-repeat;
  }

  .beautys-header__brand {
    justify-self: center;
  }

  .beautys-header__logo {
    width: 112px;
    height: auto;
  }

  .beautys-header__actions {
    gap: 6px;
  }

  .beautys-header__actions .header-block__action-btn,
  .beautys-header__wishlist {
    width: 34px;
    height: 42px;
    flex-basis: 34px;
  }

  .beautys-header__actions > .beautys-header__account,
  .beautys-header__actions > .beautys-header__wishlist,
  .beautys-header__actions > .beautys-header__cart {
    width: 34px;
    height: 42px;
    flex-basis: 34px;
  }

  .beautys-header__actions > .beautys-header__account {
    display: none;
  }

  .beautys-header__actions .header-block__icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
  }

  .beautys-header__actions .header-block__badge {
    top: 1px;
    right: -3px;
  }

  .beautys-header__nav {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 16px;
    width: 42px;
    min-height: 60px;
    border: 0;
  }

  .beautys-header__nav-inner {
    width: 42px;
    min-height: 60px;
    padding: 0;
    justify-content: center;
  }

  .beautys-header__nav::before {
    display: none;
  }

  .beautys-header__nav .ps-mainmenu--desktop {
    width: 42px;
    flex: 0 0 42px;
  }

  .beautys-header__nav .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #efa39c;
  }

  .beautys-header__nav .menu-toggle .material-icons {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .beautys-header__nav .menu-toggle:hover,
  .beautys-header__nav .menu-toggle:focus-visible {
    color: #c34f67;
  }

  .beautys-header__nav .ps-mainmenu__mobile-toggle {
    display: block;
  }
}

@media (max-width: 420px) {
  .beautys-header__main {
    grid-template-columns: 72px minmax(88px, 1fr) auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .beautys-header__search,
  .beautys-header__search .header-block__action-btn {
    width: 36px;
  }

  .beautys-header__search .ps-searchbar--mobile > .header-block {
    transform: translateX(13.6px);
  }

  .beautys-header__nav {
    left: 10px;
    width: 36px;
  }

  .beautys-header__nav-inner,
  .beautys-header__nav .ps-mainmenu--desktop,
  .beautys-header__nav .menu-toggle {
    width: 36px;
  }

  .beautys-header__nav .ps-mainmenu--desktop {
    flex-basis: 36px;
  }

  .beautys-header__logo {
    width: 100px;
  }

  .beautys-header__actions {
    gap: 18px;
  }

  .beautys-header__actions .header-block__action-btn,
  .beautys-header__wishlist {
    width: 31px;
    flex-basis: 31px;
  }

  .beautys-header__actions > .beautys-header__account,
  .beautys-header__actions > .beautys-header__wishlist,
  .beautys-header__actions > .beautys-header__cart {
    width: 31px;
    flex-basis: 31px;
  }
}
