.width-1000, .width-1000px {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.my-wrapper {
  display: flex;
  justify-content: flex-start;
}

.profile-content-wrapper {
  width: 100%;
  padding: 0 10px;
}

.profile__button {
  display: none;
}

.profile-navigation-kicker {
  display: block;
  margin: 0 14px 10px;
  color: #8d8580;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.profile-navigation-title {
  margin: 0 14px 20px;
  color: #1e1c1b;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.my-account-welcome-bar {
  min-height: 74px;
  background: #e4dfda;
}

.my-account-welcome-bar__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  min-height: 74px;
  margin: 0 auto;
  padding: 14px 20px;
  color: #4d4946;
  font-size: 14px;
  line-height: 1.3;
}

.my-account-welcome-bar__inner strong {
  color: #1e1c1b;
  font-size: 18px;
  font-weight: 700;
}

.profile-navigation .navbar,
.profile-navigation .container-fluid,
.profile-navigation .nav-group,
.profile-navigation .navbar-offcanvas {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.profile-navigation-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-navigation-list > li {
  margin: 2px 0;
}

.profile-navigation-list > li > a,
.profile-navigation-list .profile-navigation-logout button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 14px;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 0 9px 9px 0;
  background: transparent;
  color: #4d4946;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.profile-navigation-list > li > a:hover,
.profile-navigation-list .profile-navigation-logout button:hover,
.profile-navigation-list > li > a:focus-visible,
.profile-navigation-list .profile-navigation-logout button:focus-visible {
  outline: 0;
  background: #f7f4f1;
  color: #1e1c1b;
  text-decoration: none;
}

.profile-navigation-list > li.is-active > a {
  border-left-color: #ef5962;
  background: #fff;
  color: #1e1c1b;
  font-weight: 700;
}

.profile-navigation-list .icon-tag {
  display: none;
}

.profile-navigation-list .profile-navigation-group-start {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ebe6e1;
}

.profile-navigation-list .profile-navigation-logout {
  margin-top: 10px;
}

.profile-navigation-list .profile-navigation-logout form {
  margin: 0;
}

.profile-navigation-list .profile-navigation-logout button {
  cursor: pointer;
}

.profile-navigation-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #d9d3ce;
  border-radius: 999px;
  background: #fff;
  color: #272422;
  box-shadow: 0 2px 8px rgba(47, 39, 33, .05);
  font: inherit;
  text-align: left;
}

.profile-navigation-toggle:focus-visible {
  outline: 2px solid #ef5962;
  outline-offset: 2px;
}

.profile-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  width: 16px;
  margin-right: 12px;
}

.profile-toggle-icon span {
  display: block;
  width: 14px;
  height: 1px;
  background: currentColor;
}

.profile-toggle-label {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.profile-toggle-chevron {
  width: 8px;
  height: 8px;
  margin-right: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .16s ease;
}

.profile-navigation-toggle[aria-expanded="true"] .profile-toggle-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

@media (min-width: 61.25em) {
  .my-wrapper {
    flex-direction: row;
  }

  .my-navigation-wrapper {
    display: block;
    width: 220px;
    flex-shrink: 0;
    margin-right: 36px;
  }

  .profile-navigation .navbar-offcanvas {
    display: block !important;
    position: static !important;
    transform: none !important;
  }

  .brick {
    padding: 12px;
    border-color: #f2f2f2 #ececec #e0e0e0;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    border: none;
  }
}

@media (max-width: 61.24em) {
  .my-wrapper {
    display: block;
  }

  .my-navigation-wrapper {
    width: 100%;
    margin: 0 0 20px;
  }

  .profile__button {
    display: block;
    width: 100%;
    margin: 0 0 14px;
  }

  .profile-navigation-kicker {
    display: none;
  }

  .profile-navigation-title {
    margin: 0 0 12px;
    font-size: 28px;
  }

  .my-account-welcome-bar__inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .profile-navigation .navbar-offcanvas {
    display: none;
    margin-top: 12px;
  }

  .profile-navigation .navbar-offcanvas.is-open,
  .profile-navigation .navbar-offcanvas.in {
    display: block;
  }

  .profile-navigation-list {
    padding: 8px;
    border: 1px solid #e8e2dd;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(47, 39, 33, .08);
  }

  .profile-navigation-list .profile-navigation-group-start {
    margin-top: 8px;
    padding-top: 8px;
  }

  .profile-navigation-list > li > a,
  .profile-navigation-list .profile-navigation-logout button {
    border-radius: 8px;
  }
}

/*# sourceMappingURL=profile-navigation.css.map */
