.public-section-start-selling-with {
  padding: 32px var(--page-horizontal-padding) 28px;
}
.public-section-start-selling-with h2 {
  font-size: 22px;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.public-section-start-selling-with p {
  color: #6b6b70;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.public-auth-actions {
  display: flex;
  gap: 12px;
}
.public-auth-actions a {
  border-radius: 999px;
  flex: 1;
  font-size: 14px;
  font-weight: 650;
  padding: 11px 18px;
  text-align: center;
  text-decoration: none;
}
.public-link-login {
  background: #111114;
  color: #fff;
}
.public-link-register {
  background: #fff;
  border: 0.75px solid #111114;
  color: #111114;
}
[data-public-home-content] > .all-brands-section {
  margin-top: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .public-auth-actions a {
    transition: opacity 0.2s ease;
  }
  .public-auth-actions a:hover {
    opacity: 0.85;
  }
}

.public-auth-sheet-layer {
  bottom: 0;
  left: 50%;
  max-width: 430px;
  overflow: hidden;
  overscroll-behavior: none;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}

.public-auth-sheet-layer[hidden] {
  display: none;
}

.public-auth-sheet-backdrop {
  appearance: none;
  background: rgba(0, 0, 0, 0.35);
  border: 0;
  inset: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: opacity 260ms ease;
  touch-action: none;
  width: 100%;
  -webkit-appearance: none;
}

.public-auth-sheet {
  background: #fff;
  border-radius: 28px 28px 0 0;
  bottom: 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  color: #111114;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  left: 0;
  max-height: calc(100dvh - max(12px, env(safe-area-inset-top)));
  overflow-y: hidden;
  overscroll-behavior: contain;
  padding: 34px 22px max(22px, env(safe-area-inset-bottom));
  position: absolute;
  transform: translateY(100%);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  touch-action: pan-y;
  width: 100%;
}

.public-auth-sheet::before {
  background: #e2e2e2;
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 48px;
}

.public-auth-sheet:focus {
  outline: none;
}

.public-auth-sheet-layer--open .public-auth-sheet-backdrop {
  opacity: 1;
}

.public-auth-sheet-layer--open .public-auth-sheet {
  transform: translateY(0);
}

.public-auth-sheet__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.public-auth-sheet__header h2 {
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
}

.public-auth-sheet__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: #111114;
  cursor: pointer;
  display: grid;
  flex-shrink: 0;
  outline: none;
  padding: 4px;
  place-items: center;
  -webkit-appearance: none;
}

.public-auth-sheet__close:focus {
  outline: none;
}

.public-auth-sheet__description {
  color: #242428;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 30px;
}

.public-auth-sheet__field {
  display: block;
  margin-bottom: 30px;
}

.public-auth-sheet__field > span,
.public-auth-sheet__languages legend {
  color: #242428;
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
}

.public-auth-sheet__code-field input {
  appearance: none;
  background: #fff;
  border: 1px solid #d9dce1;
  border-radius: 4px;
  color: #111114;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  outline: none;
  padding: 0 14px;
  width: 100%;
  -webkit-appearance: none;
}

.public-auth-sheet__code-field input:focus {
  border-color: #303034;
}

.public-auth-sheet__code-field input[aria-invalid="true"] {
  border-color: #c51f1f;
}

.public-auth-sheet__code-field small {
  color: #c51f1f;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 7px;
}

.public-auth-sheet__code-field small[hidden] {
  display: none;
}

.public-country-picker {
  position: relative;
}

.public-country-picker__trigger {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid #d9dce1;
  border-radius: 4px;
  color: #111114;
  cursor: pointer;
  display: grid;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr) 18px;
  height: 46px;
  padding: 0 14px;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}

.public-country-picker__trigger:focus {
  border-color: #303034;
  outline: none;
}

.public-country-picker__trigger img,
.public-country-picker__options img {
  border: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 2px;
  display: block;
  height: 16px;
  object-fit: cover;
  width: 22px;
}

.public-country-picker__options i {
  display: block;
  height: 16px;
  width: 22px;
}

.public-country-picker__trigger > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-country-picker__trigger > svg {
  transition: transform 180ms ease;
}

.public-country-picker--open .public-country-picker__trigger > svg {
  transform: rotate(180deg);
}

.public-country-picker__options {
  background: #fff;
  border: 1px solid #e8e8ea;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  left: 0;
  margin-top: 6px;
  max-height: min(250px, 38dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 5px;
  position: absolute;
  right: 0;
  scrollbar-width: thin;
  top: 100%;
  z-index: 4;
}

.public-country-picker--opens-above .public-country-picker__options {
  bottom: 100%;
  margin-bottom: 6px;
  margin-top: 0;
  top: auto;
}

.public-country-picker__options[hidden] {
  display: none;
}

.public-country-picker__options button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 6px;
  color: #111114;
  cursor: pointer;
  display: grid;
  font-size: 14px;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr) 18px;
  min-height: 42px;
  padding: 7px 10px;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}

.public-country-picker__options button:focus-visible {
  background: #f2f2f4;
}

@media (hover: hover) and (pointer: fine) {
  .public-country-picker__options button:hover {
    background: #f2f2f4;
  }
}

.public-country-picker__options button[aria-selected="true"] {
  background: #f2f2f4;
  color: #111114;
}

.public-country-picker__options button b {
  display: none;
  font-size: 14px;
  font-weight: 700;
  justify-self: end;
}

.public-country-picker__options button[aria-selected="true"] b {
  display: block;
}

.public-auth-sheet__languages {
  border: 0;
  margin: 0 0 30px;
  min-width: 0;
  padding: 0;
}

.public-auth-sheet__languages > div {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.public-auth-sheet__language {
  appearance: none;
  background: #fff;
  border: 1px solid #d9dce1;
  border-radius: 999px;
  color: #111114;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  outline: none;
  padding: 0 12px;
  user-select: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.public-auth-sheet__language:focus,
.public-auth-sheet__language:focus-visible,
.public-auth-sheet__language:active {
  background: #fff;
  box-shadow: none;
  outline: none;
}

.public-auth-sheet__language--active {
  border-color: #303034;
  box-shadow: none;
}

.public-auth-sheet__slider {
  align-items: center;
  background: #111;
  border-radius: 999px;
  box-sizing: border-box;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-top: 8px;
  overflow: hidden;
  position: relative;
  touch-action: none;
  width: 100%;
}

.public-auth-sheet__slider-label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
  transition: opacity 150ms ease;
  user-select: none;
}

.public-auth-sheet__slider-handle {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #111;
  cursor: grab;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 4px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 4px;
  touch-action: none;
  width: 44px;
  -webkit-appearance: none;
}

.public-auth-sheet__slider-handle:active {
  cursor: grabbing;
}

.public-auth-sheet__slider--dragging .public-auth-sheet__slider-handle {
  animation: none;
  transition: none;
}

.public-auth-sheet__slider--validating .public-auth-sheet__slider-handle {
  animation: none;
  cursor: wait;
}

@keyframes public-auth-sheet-slider-hint {
  0%,
  72%,
  100% {
    transform: translateX(0);
  }
  82% {
    transform: translateX(12px);
  }
  90% {
    transform: translateX(0);
  }
}

.public-auth-sheet__slider:not(.public-auth-sheet__slider--dragging)
  .public-auth-sheet__slider-handle {
  animation: public-auth-sheet-slider-hint 2.8s ease-in-out infinite;
  transition: transform 200ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .public-auth-sheet__slider:not(.public-auth-sheet__slider--dragging)
    .public-auth-sheet__slider-handle {
    animation: none;
  }
}

html.public-auth-sheet-open,
html.public-auth-sheet-open body {
  height: 100%;
  overflow: hidden;
}

html.public-auth-sheet-open body {
  inset: 0;
  position: fixed;
  width: 100%;
}

html.public-auth-sheet-open :is(.login-page-di, .register-page-di) {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

@media (max-height: 650px) {
  .public-auth-sheet {
    max-height: 92dvh;
    overflow-y: auto;
    padding-top: 34px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .public-auth-sheet__header,
  .public-auth-sheet__field,
  .public-auth-sheet__languages {
    margin-bottom: 20px;
  }

  .public-auth-sheet__description {
    margin-bottom: 20px;
  }
}
