@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Thin.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ThinItalic.ttf") format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraLight.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraLightItalic.ttf") format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-LightItalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-MediumItalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-SemiBoldItalic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-BoldItalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraBold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maple Mono';
  src: url("../fonts/MapleMono-ExtraBoldItalic.ttf") format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
body.vendor-page {
  font-family: 'Maple Mono', ui-monospace, monospace;
  font-size: 13px;
  line-height: 1.45;
  color: #242424;
  min-height: 100vh;
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0 !important;
  background: #fff;
}
body.vendor-page.vendor-drawer-open {
  overflow: hidden;
}
a {
  color: inherit;
}
::placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder {
  opacity: 0.5;
}
*:disabled {
  cursor: not-allowed;
}
.input-group {
  display: block;
  margin-bottom: 30px;
}
.input-group.actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-group.actions a.right {
  margin-left: auto;
}
.input-group.inline .wrapper {
  display: flex;
  gap: 10px;
}
.input-group .alert-box {
  color: #f64b3d;
  font-size: 13px;
}
.input-group .alert-box.success {
  color: #1a8917;
}
fieldset {
  padding: 0;
  border: none;
}
label {
  display: inline-block;
  margin-bottom: 10px;
}
input,
select,
textarea,
.tags-wrap {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid transparent;
  background-color: #eaeaea;
  color: #000;
  border-radius: 10px;
  -webkit-appearance: none;
}
input:hover,
select:hover,
textarea:hover,
.tags-wrap:hover {
  background-color: rgba(13,12,34,0.08);
}
input.focus,
select.focus,
textarea.focus,
.tags-wrap.focus,
input:focus,
select:focus,
textarea:focus,
.tags-wrap:focus {
  border: 1px solid rgba(36,36,36,0.2);
  background-color: #fff;
}
input.text,
select.text,
textarea.text,
.tags-wrap.text {
  background-color: transparent;
}
input.small,
select.small,
textarea.small,
.tags-wrap.small {
  padding: 0 12px;
  height: 32px;
}
input[type="file"] {
  text-align: center;
  margin: auto;
}
input[type="number"].pricing {
  position: relative;
  padding-left: 30px;
}
input[type="number"].pricing:before {
  content: 'Rp';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #666;
  font-size: 14px;
  pointer-events: none;
}
.price-box {
  position: relative;
}
.price-box .currency-logo {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 52px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  padding: 0;
  border-right: 1px solid #e8e8e8;
  color: #242424;
  font-weight: 500;
  background-color: #eaeaea;
  border-radius: 8px 0 0 8px;
  pointer-events: none;
}
.price-box input {
  position: relative;
  z-index: 2;
  padding-left: 64px;
  font-weight: 500;
}
.price-box input:active,
.price-box input:focus + .currency-logo {
  background-color: #fff;
  border: 1px solid rgba(36,36,36,0.2);
  border-radius: 8px 0 0 8px;
}
textarea {
  -webkit-appearance: none;
  padding: 16px;
  min-height: 80px;
}
textarea.auto-growth {
  field-sizing: content;
  height: auto;
}
select {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-color: #eaeaea;
  background-position-x: 97%;
  background-position-y: center;
  padding-right: 40px;
}
select.white {
  border: 1px solid transparent;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
}
.bank-combobox .bank-combobox-field {
  position: relative;
}
.bank-combobox.is-open .bank-combobox-input {
  border: 1px solid rgba(36,36,36,0.2);
  background-color: #fff;
}
.bank-combobox .bank-combobox-input {
  padding-right: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: center;
}
.bank-combobox .bank-combobox-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  margin: 0;
  padding: 6px 0;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  z-index: 30;
}
.bank-combobox .bank-combobox-list[hidden] {
  display: none;
}
.bank-combobox .bank-combobox-option {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
  color: #000;
}
.bank-combobox .bank-combobox-option:hover,
.bank-combobox .bank-combobox-option.is-active {
  background-color: rgba(13,12,34,0.06);
}
.bank-combobox .bank-combobox-empty {
  padding: 12px 16px;
  color: #868787;
  font-size: 13px;
  line-height: 1.4;
  cursor: default;
}
button.nostyle,
input[type="submit"].nostyle,
input[type="reset"].nostyle {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.radio-select {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 50px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.05);
  cursor: pointer;
}
.radio-select:hover {
  background-color: rgba(13,12,34,0.08);
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #242424;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #242424;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.2s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider.round {
  border-radius: 22px;
}
.slider.round:before {
  border-radius: 50%;
}
.btn {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #242424;
  color: #fff;
  border-radius: 10px;
  border: 0;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn.inline {
  display: inline-block;
}
.btn.loading {
  background-color: transparent;
  cursor: not-allowed;
}
.btn.loading:hover {
  background-color: transparent;
}
.btn.size-medium {
  padding: 15px 20px;
}
.btn.width-full,
.btn.block {
  width: 100%;
}
.btn.small {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.round {
  border-radius: 40px;
}
.btn > * {
  vertical-align: middle;
}
.btn img {
  height: 22px;
}
.btn .arrow {
  margin-left: 10px;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: rgba(36,36,36,0.9);
  opacity: 0.8;
}
.btn:hover .arrow {
  transform: translateX(10px);
}
.btn.outline {
  background-color: transparent;
  border: 1px solid #242424;
  color: #242424;
}
.btn.grey {
  background-color: rgba(51,51,51,0.05);
  color: #242424;
}
.btn.grey:hover {
  background-color: rgba(51,51,51,0.15);
}
.btn.orange {
  background-color: #242424;
  color: #fff;
}
.btn.orange:hover {
  background-color: rgba(36,36,36,0.15);
}
.btn.black {
  background-color: #242424;
  color: #fff;
}
.btn.black:hover {
  background-color: rgba(36,36,36,0.7);
}
.btn.link {
  background-color: transparent;
  color: #242424 !important;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}
.btn.link.no-underline {
  text-decoration: none !important;
}
.btn.right {
  margin-left: auto;
}
.btn.green {
  background-color: #1a8917;
  color: #fff;
}
.btn.danger {
  background-color: #f64b3d;
  color: #fff;
}
.btn.link.danger {
  background-color: transparent;
  color: #f64b3d !important;
}
.btn.color-muted {
  color: #868787 !important;
}
.btn.with-icon.small svg {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.form-separator {
  display: flex;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .loader {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-left-color: #fff;
  animation: loader 1s linear infinite;
}
.form .loader.black {
  border-left-color: #000;
}
.form .username {
  margin: 30px 0;
}
.form .username .username-field {
  position: relative;
}
.form .username .username-field input {
  padding-right: 44px;
}
.form .username .username-field input.success {
  border: 1px solid rgba(33,191,115,0.5);
  box-shadow: 0 0 4px 0 rgba(33,191,115,0.41);
}
.form .username .username-field input.error {
  border: 1px solid rgba(255,0,0,0.5);
  box-shadow: 0 0 4px 0 rgba(255,0,0,0.41);
}
.form .username .username-field .loader {
  display: none;
  position: absolute;
  top: 13px;
  right: 16px;
  margin: 0;
  pointer-events: none;
  z-index: 1;
}
.form .username .username-field .loader.is-loading {
  display: inline-block;
}
.form .username #username-hint {
  display: block;
  margin-top: 8px;
  color: rgba(0,0,0,0.55);
  font-size: 12px;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.form .username #username-hint.is-error {
  color: rgba(255,0,0,0.85);
}
.form .username #username-hint.is-success {
  color: rgba(33,191,115,0.9);
}
.form .username .preview {
  margin-top: 20px;
}
.form .username .preview svg {
  display: inline-block;
}
.form .username .preview p {
  display: inline-block;
  margin-left: 10px;
}
@-moz-keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.verification {
  margin: 30px 0;
  text-align: center;
}
.verification input {
  display: inline-block;
  margin: 0 2%;
  width: 17%;
  -webkit-appearance: none;
  text-align: center;
}
.verification input::-webkit-outer-spin-button,
.verification input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.alert-stack {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top, 0px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 32px);
  pointer-events: none;
}
.alert-stack .alert {
  pointer-events: auto;
  margin: 0;
}
.alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: opacity 0.2s ease, transform 0.2s ease;
  max-width: calc(100vw - 32px);
}
.alert.is-dismissed {
  opacity: 0;
  transform: translateY(-8px);
}
.alert__message {
  text-align: center;
  max-width: 280px;
}
.alert__dismiss {
  flex-shrink: 0;
  margin: 0;
  padding: 0 0 0 2px;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.55;
}
.alert__dismiss:hover {
  opacity: 1;
}
.alert--error {
  color: #f64b3d;
  background-color: #ffedec;
}
.alert--success {
  color: #1a8917;
  background-color: #e6f4e6;
}
.alert--info {
  color: #242424;
  background-color: #f6f6f6;
}
.form-box {
  padding: 20px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
.form-box.borderless {
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.form-box form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-box form > * {
  width: auto;
  height: 40px;
}
.form-box form .buttons {
  display: flex;
  width: 200px;
  margin-left: auto;
  gap: 10px;
}
.form-box form .buttons .btn {
  white-space: nowrap;
  flex: 1 1 0;
  width: 50%;
  padding: 0;
  line-height: 40px;
}
.form-page {
  padding: 0;
}
.form-page h1 {
  margin-top: 0;
}
.form-page > .form {
  max-width: 400px;
}
.tags {
  display: flex;
  gap: 10px;
  padding: 20px 0;
}
.tags .tag {
  display: flex;
  gap: 10px;
  padding: 5px 15px;
  background-color: #e8e8e8;
  border-radius: 20px;
}
.search-selected {
  padding: 20px 0;
}
.search-selected .list {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
.search-selected .list > * {
  height: 48px;
}
.search-selected .list p {
  line-height: 48px;
  white-space: nowrap;
  min-width: 170px;
}
.search-selected .list p.total {
  margin: 0 10px;
}
.search-selected .list .btn {
  line-height: 100%;
  text-decoration: none;
}
.upload-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background-color: #fff;
  border: 2px dashed #e8e8e8;
  border-radius: 4px;
  text-align: center;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.upload-box:hover {
  background-color: #f5f6f7;
}
.upload-box.cover {
  aspect-ratio: 2/3.2;
  width: auto;
}
.upload-box.square {
  width: 100px;
  height: 100px;
}
.upload-box .instruction span {
  display: block;
  font-size: 12px;
}
.upload-box input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.later-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #242424;
  text-decoration: none;
}
body.forms {
  background-color: #f5f5f4;
  font-size: 14px;
  line-height: 1.42;
  color: #242424;
}
body.forms a {
  color: #242424;
}
body.forms .container {
  width: 100%;
  margin: 0 auto;
}
body.forms .container.full {
  min-height: 100vh;
}
body.forms .ta-center {
  text-align: center;
}
body.forms .d-block {
  display: block !important;
  width: 100%;
}
body.forms .header {
  text-align: center;
  margin-bottom: 30px;
}
body.forms .header img,
body.forms .header svg {
  width: 48.75px;
  margin-bottom: 10px;
}
body.forms .header h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
body.forms .form {
  width: 336px;
}
@media (max-width: 768px) {
  .input-group.actions {
    width: 100% !important;
    flex-wrap: wrap;
    text-align: center;
  }
  .input-group.actions > * {
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
  }
  .search-selected .list {
    flex-wrap: wrap;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .search-selected .list input:disabled {
    padding: 0;
  }
  body.forms .container {
    width: 100%;
  }
  body.forms .form {
    width: 100%;
  }
  body.forms form {
    padding: 10px;
  }
}
.none {
  display: none !important;
}
.show-in-mobile {
  display: none !important;
}
.show-in-desktop {
  display: block !important;
}
.vendor-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 32px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.vendor-header .logo {
  flex-shrink: 0;
  line-height: 0;
  display: block;
}
.vendor-header .logo svg {
  display: block;
  width: 32px;
  height: auto;
}
.vendor-header .vendor-search {
  flex: 1;
  max-width: 480px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  background: #f7f7f7;
  color: #242424;
}
.vendor-header .vendor-search::placeholder {
  color: #868787;
}
.vendor-header .vendor-search:focus {
  outline: none;
  border-color: #ccc;
  background: #fff;
}
.vendor-header .mobile-menu {
  flex-shrink: 0;
  color: #242424;
  text-decoration: none;
  line-height: 0;
}
.vendor-breadcrumb {
  padding: 6px 32px;
  font-size: 11px;
  color: #868787;
  border-bottom: 1px solid #e8e8e8;
}
.vendor-breadcrumb a {
  color: #868787;
  text-decoration: none;
}
.vendor-breadcrumb a:hover {
  color: #242424;
}
.vendor-success-banner {
  background: #1a8917;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 12px;
}
.content {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  min-height: calc(100vh - 90px);
}
.vendor-sidebar {
  width: 220px;
  min-width: 220px;
  flex-shrink: 0;
  position: sticky;
  top: 54px;
  height: calc(100vh - 54px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e8e8;
  background: #fff;
}
.aside-header {
  padding: 16px 16px 12px;
  flex-shrink: 0;
  border-bottom: 1px solid #e8e8e8;
}
.aside-header h1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 4px;
}
.aside-header p {
  font-size: 11px;
  color: #868787;
  margin: 0;
}
.aside-header p a {
  text-decoration: none;
  color: #868787;
}
.aside-header p a:hover {
  color: #242424;
}
.aside-nav {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.aside-filter {
  width: calc(100% - 24px);
  margin: 0 12px 8px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 11px;
  font-family: inherit;
  background: #f7f7f7;
  color: #242424;
  flex-shrink: 0;
}
.aside-filter::placeholder {
  color: #868787;
}
.aside-filter:focus {
  outline: none;
  border-color: #ccc;
  background: #fff;
}
.aside-categories {
  list-style: none;
  margin: 0;
  padding: 0 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  flex: 1;
}
.aside-categories::-webkit-scrollbar {
  width: 3px;
}
.aside-categories::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 2px;
}
.aside-categories li {
  margin: 0;
}
.aside-categories a {
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.35;
  color: #868787;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.12s, color 0.12s;
}
.aside-categories a:hover {
  color: #242424;
  background: #f7f7f7;
}
.aside-categories a.active {
  color: #242424;
  font-weight: 600;
  background: #f7f7f7;
}
.vendor-main {
  flex: 1;
  min-width: 0;
  padding: 20px 32px 48px;
}
.vendor-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.vendor-chips .chip-label {
  font-size: 11px;
  font-weight: 600;
  color: #868787;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: 2px;
}
.vendor-chips .chip {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #868787;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.vendor-chips .chip:hover {
  color: #242424;
  border-color: #d5d5d5;
}
.vendor-chips .chip.active {
  color: #242424;
  font-weight: 600;
  background: #fff;
  border-color: #242424;
}
.category {
  margin-bottom: 32px;
}
.category:last-child {
  margin-bottom: 0;
}
.category .title {
  margin-bottom: 12px;
}
.category h2 {
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.category h2 .count {
  font-size: 10px;
  font-weight: 500;
  color: #868787;
  background: #f7f7f7;
  padding: 1px 6px;
  border-radius: 10px;
}
.category hr {
  margin: 8px 0 0;
  border: none;
  border-top: 1px solid #e8e8e8;
}
.vendors {
  position: relative;
}
.vendors--stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vendors--stack .vendor-sizer {
  display: none;
}
.vendors--stack .vendor {
  width: 100%;
  margin-bottom: 0;
}
.vendor-sizer {
  width: 240px;
}
.vendor {
  width: 240px;
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.12s;
}
.vendor:not(.newcomer):hover {
  border-color: #d1d1d1;
}
.vendor.newcomer {
  background: #f7f7f7;
  border-style: dashed;
  cursor: pointer;
}
.vendor.newcomer:hover,
.vendor.newcomer:has(.placeholder.none) {
  background: #fff;
  border-color: #868787;
}
.vendor.newcomer .placeholder h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 4px 0 2px;
}
.vendor.newcomer .placeholder .price-tag {
  font-size: 11px;
  color: #868787;
  margin: 0;
}
.vendor.newcomer .form {
  padding-top: 4px;
}
.vendor.newcomer .form.none {
  display: none;
}
.vendor.newcomer .later-link {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #868787;
  margin-top: 8px;
  text-decoration: none;
}
.vendor.newcomer .later-link:hover {
  color: #242424;
}
.vendor .location {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  color: #868787;
  margin-bottom: 4px;
}
.vendor .location a {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: inherit;
}
.vendor .location a:hover {
  color: #242424;
}
.vendor .location svg {
  flex-shrink: 0;
  color: #242424;
}
.vendor h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 3px;
  line-height: 1.35;
}
.vendor h3 a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.vendor h3 a svg {
  opacity: 0.35;
  flex-shrink: 0;
}
.vendor h3 a:hover {
  text-decoration: underline;
}
.vendor h3 a:hover svg {
  opacity: 1;
}
.vendor .tagline {
  font-size: 11px;
  color: #868787;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vendor .vendor-thumb {
  display: block;
  margin-top: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.vendor .vendor-thumb img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
  cursor: zoom-in;
}
.vendor .form-hint {
  font-size: 10px;
  color: #868787;
}
.vendor-page .new-vendor-form .small {
  font-size: 11px;
  height: 30px;
  padding: 0 8px;
  margin-bottom: 6px;
}
.vendor-page .new-vendor-form select.small {
  height: 30px;
}
.vendor-page .new-vendor-form .btn.block {
  font-size: 12px;
  padding: 8px;
  margin-top: 4px;
}
.vendor-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.28s;
}
.vendor-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}
.vendor-drawer.is-open .vendor-drawer__backdrop {
  opacity: 1;
}
.vendor-drawer.is-open .vendor-drawer__panel {
  transform: translateX(0);
}
.vendor-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.vendor-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 88vw;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: -4px 0 24px rgba(0,0,0,0.12);
}
.vendor-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e8e8e8;
  flex-shrink: 0;
}
.vendor-drawer__header h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.vendor-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #242424;
  cursor: pointer;
}
.vendor-drawer__close:hover {
  background: #f7f7f7;
}
.vendor-drawer__panel .aside-filter {
  width: calc(100% - 32px);
  margin: 12px 16px 8px;
  flex-shrink: 0;
}
.vendor-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0 8px 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.vendor-drawer__list li {
  margin: 0;
}
.vendor-drawer__list li.none {
  display: none;
}
.vendor-drawer__list a {
  display: block;
  padding: 10px 8px;
  font-size: 13px;
  line-height: 1.35;
  color: #868787;
  text-decoration: none;
  border-radius: 6px;
}
.vendor-drawer__list a:hover,
.vendor-drawer__list a.active {
  color: #242424;
  background: #f7f7f7;
  font-weight: 600;
}
.vendor-mobile-intro {
  margin-bottom: 14px;
}
.vendor-mobile-intro h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.vendor-mobile-intro p {
  font-size: 12px;
  color: #868787;
  margin: 0;
}
.vendor-mobile-intro .vendor-mobile-back {
  font-size: 12px;
  color: #868787;
  text-decoration: none;
}
.vendor-mobile-intro .vendor-mobile-back:hover {
  color: #242424;
}
@media screen and (max-width: 768px) {
  .show-in-mobile {
    display: block !important;
  }
  .show-in-desktop {
    display: none !important;
  }
  .vendor-header {
    padding: 10px 14px;
    gap: 10px;
  }
  .vendor-header .vendor-search {
    max-width: none;
    font-size: 14px;
    height: 36px;
  }
  .vendor-header .mobile-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #f7f7f7;
  }
  .vendor-breadcrumb {
    padding: 6px 14px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .content {
    flex-direction: column;
    min-height: auto;
  }
  .vendor-main {
    padding: 14px 14px 32px;
    width: 100%;
  }
  .vendor-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -14px 16px;
    padding: 0 14px 4px;
    scrollbar-width: none;
  }
  .vendor-chips::-webkit-scrollbar {
    display: none;
  }
  .vendor-chips .chip-label {
    flex-shrink: 0;
  }
  .category {
    margin-bottom: 24px;
  }
  .category .title {
    position: sticky;
    top: 57px;
    background: #fff;
    z-index: 2;
    padding: 8px 0 0;
    margin: 0 -14px 10px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .vendor {
    width: 100%;
    padding: 12px 14px;
  }
  .vendor .vendor-thumb img {
    height: 120px;
  }
  .vendor.newcomer .placeholder h3 {
    font-size: 13px;
  }
  .vendor-sizer {
    display: none;
  }
  .vendors:not(.vendors--stack) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .vendors:not(.vendors--stack) .vendor {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .vendor-sidebar.none {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .vendor-sidebar {
    width: 240px;
    min-width: 240px;
  }
  .vendor-sizer,
  .vendor {
    width: 260px;
  }
  .vendor-main {
    padding: 24px 40px 56px;
  }
}
