body.page-id-69 {
  background: #f3f5f7;
}

body.page-id-69 #dokan-store-listing-filter-wrap,
body.page-id-69 #dokan-store-listing-filter-form-wrap,
body.page-id-69 #dokan-seller-listing-wrap {
  width: min(1540px, calc(100% - 80px));
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-69 #dokan-store-listing-filter-wrap {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  margin-top: 22px !important;
  margin-bottom: 18px !important;
  padding: 16px 22px !important;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 27, 42, 0.05);
}

body.page-id-69 #dokan-store-listing-filter-wrap .left,
body.page-id-69 #dokan-store-listing-filter-wrap .right {
  display: flex !important;
  align-items: center;
  gap: 14px;
}

body.page-id-69 #dokan-store-listing-filter-wrap .store-count {
  margin: 0 !important;
  color: #111b2a;
  font-size: 15px;
  font-weight: 800;
}

body.page-id-69 #dokan-store-listing-filter-wrap .right .item:has(.dokan-store-list-filter-button),
body.page-id-69 #dokan-store-listing-filter-wrap .dokan-icons,
body.page-id-69 #dokan-store-listing-filter-wrap .toggle-view,
body.page-id-69 #dokan-store-listing-filter-wrap .dokan-store-list-filter-button {
  display: none !important;
}

body.page-id-69 #dokan-store-listing-filter-wrap select,
body.page-id-69 #dokan-store-listing-filter-form-wrap input,
body.page-id-69 #dokan-store-listing-filter-form-wrap select {
  min-height: 44px !important;
  border: 1px solid #dfe5ec !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #111b2a !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.page-id-69 #dokan-store-listing-filter-form-wrap {
  display: grid !important;
  grid-template-columns: minmax(320px, 1fr);
  grid-template-areas: "search";
  align-items: center;
  gap: 0;
  margin-bottom: 28px !important;
  padding: 14px 16px !important;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 27, 42, 0.05);
}

body.page-id-69 #dokan-store-listing-filter-form-wrap[style*="display: none"],
body.page-id-69 #dokan-store-listing-filter-form-wrap[style*="display:none"] {
  display: grid !important;
}

body.page-id-69 #dokan-store-listing-filter-form-wrap::before,
body.page-id-69 #dokan-store-listing-filter-form-wrap::after {
  display: none !important;
}

body.page-id-69 #dokan-store-listing-filter-form-wrap .store-search {
  position: relative;
  grid-area: search;
  margin: 0 !important;
}

body.page-id-69 #dokan-store-listing-filter-form-wrap .store-search-input {
  width: 100% !important;
  padding: 0 16px !important;
}

body.page-id-69 #dokan-store-listing-filter-form-wrap.ks-live-store-search .store-search-input {
  padding-right: 16px !important;
  border-color: #d9e0e8 !important;
  background: #f9fbfd !important;
  font-weight: 700;
}

body.page-id-69 #dokan-store-listing-filter-form-wrap.ks-live-store-search .store-search::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  display: none;
  transform: translateY(-50%);
}

body.page-id-69 #dokan-store-listing-filter-form-wrap.ks-store-search-loading .store-search::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #d9e0e8;
  border-top-color: #e54545;
  border-radius: 999px;
  animation: ksc-spin 0.75s linear infinite;
}

@keyframes ksc-spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

body.page-id-69 #dokan-store-listing-filter-form-wrap .store-search::after {
  content: "Search by store name";
  position: absolute;
  top: -9px;
  left: 12px;
  padding: 0 6px;
  background: #ffffff;
  color: #6b7280;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

body.page-id-69 #dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap,
body.page-id-69 #dokan-store-listing-filter-form-wrap .apply-filter {
  display: none !important;
}

body.page-id-69 #dokan-seller-listing-wrap ul.dokan-seller-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
  margin: 0 0 48px !important;
  padding: 0 !important;
}

body.page-id-69 #dokan-seller-listing-wrap ul.dokan-seller-wrap::before,
body.page-id-69 #dokan-seller-listing-wrap ul.dokan-seller-wrap::after,
body.page-id-69 #dokan-seller-listing-wrap .dokan-clearfix {
  display: none !important;
}

body.page-id-69 #dokan-seller-listing-wrap .dokan-single-seller {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-69 #dokan-seller-listing-wrap .store-wrapper {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 27, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-69 #dokan-seller-listing-wrap .store-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(17, 27, 42, 0.1);
}

body.page-id-69 #dokan-seller-listing-wrap .store-header,
body.page-id-69 #dokan-seller-listing-wrap .store-banner {
  height: 124px !important;
}

body.page-id-69 #dokan-seller-listing-wrap .store-banner {
  position: relative;
  background: #111b2a;
}

body.page-id-69 #dokan-seller-listing-wrap .store-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 27, 42, 0.12) 0%, rgba(17, 27, 42, 0.72) 100%);
  pointer-events: none;
}

body.page-id-69 #dokan-seller-listing-wrap .store-banner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 0.34;
  filter: grayscale(1);
}

body.page-id-69 #dokan-seller-listing-wrap .store-content {
  position: absolute !important;
  inset: 0 0 auto 0;
  z-index: 2;
  min-height: 124px;
  padding: 20px 20px 42px !important;
  color: #ffffff;
  background: transparent !important;
}

body.page-id-69 #dokan-seller-listing-wrap .store-data h2 {
  max-width: 100%;
  margin: 0 0 7px !important;
  overflow: hidden;
  color: #ffffff;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-id-69 #dokan-seller-listing-wrap .store-data h2 a {
  display: block;
  overflow: hidden;
  color: #ffffff !important;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-id-69 #dokan-seller-listing-wrap .store-data h2 a:empty::after {
  content: "Koreanshop Vendor";
}

body.page-id-69 #dokan-seller-listing-wrap .store-address,
body.page-id-69 #dokan-seller-listing-wrap .store-phone {
  display: none !important;
}

body.page-id-69 #dokan-seller-listing-wrap .ks-store-card-meta {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

body.page-id-69 #dokan-seller-listing-wrap .store-footer {
  position: relative;
  z-index: 3;
  min-height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px !important;
  border-top: 1px solid #edf1f5;
  background: #fbfcfd !important;
}

body.page-id-69 #dokan-seller-listing-wrap .store-footer > a[title="Visit Store"] {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #111b2a !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

body.page-id-69 #dokan-seller-listing-wrap .store-footer > a[title="Visit Store"]::before {
  content: "Visit Store";
}

body.page-id-69 #dokan-seller-listing-wrap .seller-avatar {
  position: static !important;
  width: 48px !important;
  height: 48px !important;
  margin-top: -28px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(17, 27, 42, 0.12);
}

body.page-id-69 #dokan-seller-listing-wrap .seller-avatar img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 999px !important;
  object-fit: cover;
}

body.page-id-69 #dokan-seller-listing-wrap .dokan-btn-round {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: #111b2a !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(17, 27, 42, 0.16);
}

body.page-id-69 #dokan-seller-listing-wrap .store-wrapper:hover .dokan-btn-round {
  background: #e54545 !important;
}

@media (max-width: 1199px) {
  body.page-id-69 #dokan-store-listing-filter-wrap,
  body.page-id-69 #dokan-store-listing-filter-form-wrap,
  body.page-id-69 #dokan-seller-listing-wrap {
    width: min(100% - 40px, 1200px);
  }

  body.page-id-69 #dokan-seller-listing-wrap ul.dokan-seller-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.page-id-69 #dokan-store-listing-filter-wrap {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-id-69 #dokan-store-listing-filter-wrap .right {
    justify-content: space-between;
  }

  body.page-id-69 #dokan-seller-listing-wrap ul.dokan-seller-wrap {
    grid-template-columns: 1fr;
  }

  body.page-id-69 #dokan-store-listing-filter-form-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "search";
  }
}
