.profile-page.is-commerce-profile .commerce-shell {
  padding: 32px 28px 72px;
}

.profile-page.is-commerce-profile .commerce-layout {
  grid-template-columns: minmax(0, 1fr);
}

.profile-page.is-commerce-profile .commerce-filters {
  display: none !important;
}

.profile-page.is-commerce-profile .commerce-nav {
  position: sticky;
  top: 88px;
  z-index: 60;
  box-sizing: border-box;
  width: min(100%, 1840px);
  margin: 0 auto;
  justify-content: center;
  overflow: visible;
  min-height: 72px;
  gap: 14px;
  padding: 0 30px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 54px rgba(13, 13, 13, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  scrollbar-width: none;
}

.profile-page.is-commerce-profile .commerce-nav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.profile-page.is-commerce-profile .commerce-nav-item {
  position: static;
  display: flex;
  align-items: center;
  height: 72px;
}

.profile-page.is-commerce-profile .commerce-nav-button {
  height: 44px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(13, 13, 13, 0.48);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: color 140ms ease, background 140ms ease;
}

.profile-page.is-commerce-profile .commerce-nav-button.selected,
.profile-page.is-commerce-profile .commerce-nav-item:hover .commerce-nav-button,
.profile-page.is-commerce-profile .commerce-nav-item:focus-within .commerce-nav-button {
  background: rgba(255, 255, 255, 0.68);
  color: var(--black);
}

.profile-page.is-commerce-profile .commerce-nav-item:has(.commerce-menu) .commerce-nav-button::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 140ms ease;
}

.profile-page.is-commerce-profile .commerce-nav-item:has(.commerce-menu):hover .commerce-nav-button::after,
.profile-page.is-commerce-profile .commerce-nav-item:has(.commerce-menu):focus-within .commerce-nav-button::after {
  transform: translateY(2px) rotate(225deg);
}

.profile-page.is-commerce-profile .commerce-nav-item:hover .commerce-nav-button {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.profile-page.is-commerce-profile .commerce-menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  z-index: 70;
  box-sizing: border-box;
  display: none;
  grid-template-columns: repeat(3, minmax(190px, 280px));
  justify-content: center;
  gap: clamp(48px, 7vw, 112px);
  max-height: none;
  overflow: visible;
  padding: 40px 56px 46px;
  border: 0;
  border-top: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 0 0 20px 20px;
  background: #ffffff;
  box-shadow: 0 34px 64px rgba(13, 13, 13, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  scrollbar-width: none;
}

.profile-page.is-commerce-profile .commerce-menu::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.profile-page.is-commerce-profile .commerce-nav-item:hover .commerce-menu,
.profile-page.is-commerce-profile .commerce-nav-item:focus-within .commerce-menu {
  display: grid;
}

.profile-page.is-commerce-profile .commerce-menu-column p {
  margin: 0 0 14px;
  color: rgba(13, 13, 13, 0.84);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.profile-page.is-commerce-profile .commerce-menu-column a {
  display: block;
  padding: 6px 0;
  color: rgba(13, 13, 13, 0.7);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.profile-page.is-commerce-profile .commerce-menu-column a:hover {
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.profile-page.is-commerce-profile .commerce-toolbar {
  margin-top: 44px;
}

.profile-page.is-commerce-profile .commerce-toolbar {
  align-items: flex-start;
}

.profile-page.is-commerce-profile .commerce-layout {
  margin-top: 22px;
}

.profile-page.is-commerce-profile .commerce-summary {
  min-height: 28px;
  margin-bottom: 20px;
}

.profile-page.is-commerce-profile .commerce-summary .outline-pill[hidden] {
  display: none;
}

.profile-page.is-commerce-profile .commerce-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .profile-page.is-commerce-profile .commerce-nav {
    justify-content: flex-start;
    gap: 8px;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-page.is-commerce-profile .commerce-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .profile-page.is-commerce-profile .commerce-nav-button {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .profile-page.is-commerce-profile .commerce-nav {
    position: static;
    min-height: 56px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px;
    border-radius: 0;
    box-shadow: none;
    overflow-x: auto;
    overflow-y: visible;
  }

  .profile-page.is-commerce-profile .commerce-nav-item {
    height: 56px;
  }

  .profile-page.is-commerce-profile .commerce-menu {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    grid-template-columns: 1fr;
    justify-content: start;
    gap: 24px;
    max-height: calc(100vh - 72px);
    overflow: auto;
    padding: 24px 28px;
    border-radius: 0;
  }

  .profile-page.is-commerce-profile .commerce-toolbar {
    margin-top: 30px;
  }

  .profile-page.is-commerce-profile .commerce-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
