section:has(#dokan-store-listing-filter-wrap) h1.entry-title {
  text-transform: capitalize;
  color: var(--Matte-Black, #28282b);
  font-family: "Funnel Display";
  font-size: 32px;
  font-weight: 700;
  line-height: 34.88px;
  letter-spacing: -0.096px;
  padding-bottom: 24px;
  margin-bottom: 0;
  margin-top: 64px;
}

.ardk-artists-subheader-wrapper .wp-block-group__inner-container {
  max-width: 100%;
  padding: 0;
}

.ardk-artists-subheader-items {
  display: flex;
  gap: 16px;
}

.ardk-artists-subheader {
  border-radius: 24px;
  border-top: 1px solid var(--Matte-Black, #28282b);
  border-bottom: 1px solid var(--Matte-Black, #28282b);
  padding: 16px;
  display: flex;
  gap: 12px;
}

.ardk-artists-subheader-image {
  flex: 0 0 40px;
}

.ardk-artists-subheader-word-texts,
.ardk-artists-subheader-lgbtq-texts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ardk-artists-subheader-word-title,
.ardk-artists-subheader-lgbtq-title {
  color: var(--Matte-Black, #28282b);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.733px;
  letter-spacing: 0.053px;
}

.ardk-artists-subheader-lgbtq-text,
.ardk-artists-subheader-word-texts {
  color: var(--Powder-Peach, #a6a6a6);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.36px;
  letter-spacing: 0.084px;
}

#dokan-seller-listing-wrap {
  margin-left: -8px;
  margin-right: -8px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  box-shadow: none;
  border: none;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
  margin-bottom: 48px;
  padding-left: 8px;
  padding-right: 8px;
  /* min-height: 390px; */
  width: 100%;
}

#dokan-seller-listing-wrap
  .dokan-single-seller
  .store-wrapper
  .store-header
  .store-banner {
  min-height: 230px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap::before,
#dokan-seller-listing-wrap ul.dokan-seller-wrap::after {
  display: none !important;
}

/* .ardk-artist-banner-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
} */

#dokan-seller-listing-wrap
  .dokan-single-seller
  .store-wrapper
  .store-header
  .store-banner
  img {
  border-radius: 24px;
}

#dokan-seller-listing-wrap.grid-view .store-content {
  background: transparent;
  height: fit-content;
  width: fit-content;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
  border-top: none;
  display: flex;
  gap: 24px;
  padding: 0 24px;
  position: relative;
  background: transparent;
}

#dokan-seller-listing-wrap .dokan-follow-store-button {
  border-radius: 1000px;
  background: var(--Powder-Peach, #ff815f);
  padding: 12px 12px 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  border: none;
}

.dokan-follow-store-button-label-current,
.dokan-follow-store-button-label-unfollow {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dokan-follow-store-button .dokan-follow-store-button-label-current::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-top: -5px;
}

.dokan-follow-store-button .dokan-follow-store-button-label-unfollow::after {
  content: "-";
  width: 24px;
  height: 24px;
  display: block;
  font-size: 46px;
  font-weight: 300;
  line-height: 24px;
  margin-top: -8px;
}

#dokan-seller-listing-wrap
  ul.dokan-seller-wrap
  li
  .store-footer
  .seller-avatar {
  position: relative;
  top: 0;
  right: 0;
  margin-top: -24px;
  padding: 0;
  background: transparent;
  border-radius: 1000px;
  width: 160px;
  height: 160px;
  box-shadow: none;
  aspect-ratio: 1/1;
}

#dokan-seller-listing-wrap
  ul.dokan-seller-wrap
  li
  .store-footer
  .seller-avatar
  img {
  border-radius: 1000px;
  border: 2px solid var(--Matte-White, #fcfcfb);
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  overflow: visible;
}

.ardk-artists-seller-footer-datas {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ardk-artists-seller-footer-data-row:has(.ardk-artists-seller-main-datas) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

a.ardk-ardk-artists-seller-name-text {
  color: var(--Powder-Peach, #ff815f);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: -0.4px;
  text-align: left;
}

.ardk-artists-seller-name-link {
  max-height: 24px;
}

.ardk-artists-seller-name {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
}

.ardk-seller-name-icon {
  height: 24px;
  width: 24px;
}

.ardk-artists-seller-main-datas {
  display: flex;
  gap: 8px;
  color: var(--Matte-Black, #28282b);
  font-size: 13px;
  font-weight: 300;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.4px;
  opacity: 0.5;
}

.ardk-artist-store-country {
  display: flex;
  gap: 8px;
}

.ardk-artists-seller-main-datas:has(.ardk-artist-store-category:not(:empty))
  .ardk-artist-store-country::before {
  content: "|";
  display: block;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
  padding: 12px 12px;
}

.ardk-artist-identity-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  padding: 4px 6px;
  width: fit-content;
}

.ardk-artist-identity {
  color: var(--Matte-White, #fcfcfb);
  font-size: 13px;
  font-weight: 300;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.4px;
}

.ardk-artist-identity-image img {
  height: 16px;
  width: auto;
}

.ardk-artists-filters-form {
  width: 100%;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .open-now.item {
  display: none !important;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  gap: 12px;
  padding-bottom: 24px;
  min-height: 56px;
}

#dokan-store-listing-filter-wrap {
  margin-top: 24px !important;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.ardk-artist-stores-showing {
  color: var(--Powder-Peach, #a6a6a6);
  font-size: 16px;
  font-weight: 300;
  line-height: 100%; /* 16px */
  letter-spacing: -0.5px;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-search
  .store-search-input {
  padding: 5px 12px 5px 40px;
  line-height: 20px;
  border-radius: 1000px;
  border: 1px solid var(--Powder-Peach, #a6a6a6);
  background: transparent;
  max-width: 320px;
  width: 100%;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-search
  .store-search-input:focus {
  border-color: #ff815f;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-search
  .store-search-input::placeholder {
  color: var(--Powder-Peach, #a6a6a6);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
}

.ardk-artists-search {
  position: relative;
  min-width: 320px;
}

.ardk-artists-search .search-icon {
  position: absolute;
  top: 6px;
  left: 12px;
  width: 20px;
  height: 20px;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form .apply-filter {
  flex: 1 1 auto;
  justify-content: left;
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
  padding: 8px 16px;
  font-family: Lexend;
  color: var(--Matte-White, #fcfcfb);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.5px;
  border-radius: 1000px;
  background: var(--Powder-Peach, #ff815f);
  height: max-content;
  text-shadow: none;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap {
  margin-top: 0;
  display: flex;
  gap: 12px;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .featured.item {
  border-radius: 1000px;
  background: var(--Velvet-Grey, #e1e1d7);
  padding: 6px 6px 6px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  object-fit: contain;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .featured.item
  label {
  color: var(--Matte-Black, #28282b);
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.5px;
  cursor: pointer;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .item
  .dokan-toogle-checkbox:before {
  width: 20px;
  height: 20px;
  background-color: #fcfcfb;
  top: -2px;
  left: -1px;

  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.5s;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .item
  .dokan-toogle-checkbox {
  height: 16px;
  background-color: #a6a6a6;
  width: 32px;
  position: relative;
  appearance: none;
  outline: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .item
  .dokan-toogle-checkbox:checked:before {
  left: 12px;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .item
  .dokan-toogle-checkbox:checked {
  background-color: #ff815f;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-input,
.ardk-sort-by-label {
  padding: 8px 16px 8px 12px;
  border-radius: 1000px;
  background: var(--Velvet-Grey, #e1e1d7);
  width: fit-content;
  border: none;
  max-height: 32px;
  display: flex;
  gap: 4px;
  cursor: pointer;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-input
  .category-label {
  display: none;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-input
  span.category-items,
#dokan-store-listing-filter-wrap.ardk-artists-filters-wrap
  span.ardk-sort-by-label-item {
  color: var(--Matte-Black, #28282b);
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.5px;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-input
  .dokan-icon,
#dokan-store-listing-filter-wrap.ardk-artists-filters-wrap
  .ardk-sort-by-label
  span.dokan-icon {
  position: relative;
  top: auto;
  left: auto;
  line-height: 16px;
  height: 16px;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-input
  .dokan-icon::before,
#dokan-store-listing-filter-wrap.ardk-artists-filters-wrap
  .ardk-sort-by-label
  span.dokan-icon {
  font-size: 16px;
  line-height: 16px;
  color: #28282b;
  display: block;
  height: 16px;
}

#dokan-store-listing-filter-form-wra.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box:before,
#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box:before {
  display: none;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box,
.ardk-sort-by-wrapper {
  border-radius: 12px;
  background: var(--Matte-White, #fcfcfb);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 8px;
  width: fit-content;
  top: 32px;
  z-index: 1005;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box
  ul,
.ardk-sort-by-wrapper {
  display: flex;
  flex-direction: column;
}

.ardk-sort-by-wrapper {
  position: absolute;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box
  ul
  li,
.ardk-sort-by-item {
  margin: 0;
  padding: 8px;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Matte-Black, #28282b);
  font-family: Lexend;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.5px;
  cursor: pointer;
  white-space: nowrap;
}

.ardk-sort-by-item[selected] {
  border-radius: 8px;
  background: var(--Velvet-Grey, #e1e1d7);
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box
  ul
  li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  border: 1px solid #e1e1d7;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box
  ul
  li.dokan-btn-theme {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--Matte-Black, #28282b) !important;
}

.store-lists-other-filter-wrap
  .store-lists-category
  .category-box
  ul
  li.dokan-btn-theme:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--Matte-Black, #28282b) !important;
}

#dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
  .store-lists-other-filter-wrap
  .store-lists-category
  .category-box
  ul
  li.dokan-btn-theme::before {
  content: "\f15e";
  font-family: dashicons;
  line-height: 12px;
  font-size: 12px;
  border-color: #28282b;
}

.ardk-artists-empty {
  text-align: center;
  font-size: 20px;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#dokan-store-listing-filter-wrap.ardk-artists-filters-wrap
  .right
  .item.sort-by {
  margin: 0;
}

/* pagination links styles */
.ardk-pagination-list {
  margin: 0 auto;
  padding-bottom: 64px;
}

.pagination-wrap ul.ardk-pagination-list {
  display: flex;
  align-items: center;
}

.pagination-wrap ul.pagination > li.ardk-pagination-link {
  min-width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wrap ul.pagination > li.ardk-pagination-link > a,
.pagination-wrap ul.pagination > li.ardk-pagination-link > span {
  padding: 0;
  margin: 0;
  min-width: auto;
  min-height: auto;
  text-decoration: none;
}

.pagination-wrap ul.pagination > li.ardk-pagination-link > a {
  width: 100%;
}

.ardk-pagination-icon {
  padding: 20px;
  border-radius: 100px;
  background: var(--Velvet-Grey, #e1e1d7);
}

@media (max-width: 1366px) and (min-width: 650px) {
  section:has(#dokan-store-listing-filter-wrap) h1.entry-title {
    font-size: 28px;
    margin-top: 44px;
  }

  .ardk-artists-subheader-word-title,
  .ardk-artists-subheader-lgbtq-title {
    font-size: 14px;
  }

  .ardk-artists-subheader-lgbtq-text,
  .ardk-artists-subheader-word-texts {
    font-size: 12px;
  }

  .ardk-artists-subheader-image {
    flex: 0 0 34px;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form {
    padding-bottom: 18px;
    min-height: 50px;
  }

  #dokan-seller-listing-wrap ul.dokan-seller-wrap {
    margin-bottom: 0;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .store-lists-category
    .category-input
    span.category-items,
  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .store-lists-category
    .category-box
    ul
    li,
  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .featured.item
    label,
  #dokan-store-listing-filter-wrap.ardk-artists-filters-wrap
    span.ardk-sort-by-label-item,
  .ardk-sort-by-item,
  #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
  .ardk-artist-stores-showing,
  .pagination-wrap ul.pagination > li > span.current,
  .pagination-wrap ul.pagination > li > a.page-numbers {
    font-size: 14px;
  }

  #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-search
    .store-search-input::placeholder,
  .ardk-artist-store-category {
    font-size: 12px;
  }

  .a.ardk-ardk-artists-seller-name-text {
    font-size: 18px;
  }

  #dokan-seller-listing-wrap
    ul.dokan-seller-wrap
    li
    .store-footer
    .seller-avatar {
    width: 140px;
    height: 140px;
  }

  #dokan-seller-listing-wrap .dokan-follow-store-button {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .dokan-follow-store-button-label-current {
    gap: 10px;
  }

  .ardk-artists-seller-footer-datas {
    padding-top: 20px;
    gap: 11px;
  }

  .ardk-pagination-icon {
    width: 20px;
    height: 20px;
    padding: 16px;
  }

  .pagination-wrap ul.pagination > li.ardk-pagination-link {
    min-width: 56px;
  }

  .pagination-wrap ul.ardk-pagination-list {
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}

@media (max-width: 950px) and (min-width: 650px) {
  .content {
    padding: 0 16px;
  }

  .ardk-artists-subheader-items {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #dokan-seller-listing-wrap
    .dokan-single-seller
    .store-wrapper
    .store-header
    .store-banner {
    min-height: 190px;
  }

  #dokan-seller-listing-wrap
    ul.dokan-seller-wrap
    li
    .store-footer
    .seller-avatar {
    width: 120px;
    height: 120px;
  }

  #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
    padding: 0 0 0 16px;
    gap: 16px;
  }

  .ardk-artists-seller-footer-datas {
    padding-top: 16px;
    gap: 8px;
  }

  a.ardk-ardk-artists-seller-name-text {
    font-size: 18px;
  }

  .ardk-artists-seller-name {
    height: auto;
  }

  .ardk-artists-seller-footer-data-row {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap {
    font-size: 16px;
    flex-direction: row;
  }

  #dokan-store-listing-filter-form-wrap
    .store-lists-other-filter-wrap
    .item:not(.store-lists-category) {
    margin-top: 0;
  }

  #dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap {
    flex-wrap: nowrap;
    flex: 1 1 auto;
  }

  #dokan-store-listing-filter-wrap .right {
    justify-content: left;
    width: fit-content;
    margin-top: 0px;
  }
  #dokan-store-listing-filter-wrap {
    display: flex;
  }
}

@media (max-width: 767px) and (min-width: 650px) {
  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .store-lists-category
    .category-input {
    width: max-content;
  }
}

@media (max-width: 650px) {
  .content:has(.ardk-artists-subheader-items),
  .content {
    padding: 0 16px;
  }

  section:has(#dokan-store-listing-filter-wrap) h1.entry-title {
    margin-top: 32px;
    padding-bottom: 12px;
  }

  .ardk-artists-subheader-wrapper {
    margin: 0 -16px;
    overflow-x: scroll;
  }

  .ardk-artists-subheader-wrapper::-webkit-scrollbar {
    display: none;
  }

  .ardk-artists-subheader-wrapper .wp-block-group__inner-container {
    width: max-content;
    max-width: max-content;
  }

  .ardk-artists-subheader-items {
    width: max-content;
    overflow-x: scroll;
    gap: 8px;
    align-items: stretch;
    padding: 0 16px;
  }

  .ardk-artists-subheader-items::-webkit-scrollbar {
    display: none;
  }

  .ardk-artists-subheader {
    max-width: 320px;
    box-sizing: border-box;
  }

  #dokan-store-listing-filter-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .apply-filter {
    display: flex !important;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .apply-filter {
    display: none !important;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form {
    flex-wrap: wrap;
    gap: 12px 4px;
    padding-bottom: 12px;
  }

  #dokan-seller-listing-wrap ul.dokan-seller-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap {
    flex-wrap: wrap;
    width: fit-content;
    gap: 4px;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .store-lists-category
    .category-input {
    width: 100%;
    justify-content: center;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .store-lists-category
    .category-input
    span.category-items {
    flex: 1 1 auto;
    text-align: center;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .featured.item {
    width: fit-content;
    min-width: 140px;
    justify-content: center;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-lists-other-filter-wrap
    .store-lists-category
    .category-box {
    left: 50%;
    transform: translateX(-50%);
  }

  #dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item {
    white-space: nowrap;
  }

  .ardk-artists-search {
    width: 100%;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .store-search
    .store-search-input {
    max-width: 100%;
  }

  #dokan-store-listing-filter-form-wrap.ardk-artists-filters-form
    .apply-filter {
    justify-content: right;
  }

  #dokan-store-listing-filter-wrap .right {
    margin-top: 0;
  }

  #dokan-seller-listing-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    margin-bottom: 32px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: auto;
  }

  #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
    padding: 0 8px 0 8px;
  }

  #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
    gap: 16px;
  }

  #dokan-seller-listing-wrap
    ul.dokan-seller-wrap
    li
    .store-footer
    .seller-avatar {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
  }

  #dokan-seller-listing-wrap
    .dokan-single-seller
    .store-wrapper
    .store-header
    .store-banner {
    min-height: 172px;
  }

  #dokan-seller-listing-wrap .dokan-follow-store-button {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .dokan-follow-store-button-label-current,
  .dokan-follow-store-button-label-unfollow {
    gap: 8px;
  }

  .dokan-follow-store-button .dokan-follow-store-button-label-current::after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 20px;
  }

  .ardk-artists-seller-footer-data-row {
    width: fit-content;
  }

  .ardk-artists-seller-footer-datas {
    padding-top: 16px;
  }

  .pagination-wrap ul.ardk-pagination-list {
    width: 100%;
  }

  .pagination-wrap ul.ardk-pagination-list {
    justify-content: space-between;
    margin: 8px;
    padding-bottom: 32px;
  }

  .pagination-wrap ul.pagination > li.ardk-pagination-link {
    min-width: auto;
  }

  .pagination-wrap ul.pagination > li.ardk-pagination-link > span,
  .pagination-wrap ul.pagination > li.ardk-pagination-link > a {
    display: none;
    width: 0;
  }

  .pagination-wrap
    ul.pagination
    > li.ardk-pagination-link
    > a.page-numbers.next,
  .pagination-wrap
    ul.pagination
    > li.ardk-pagination-link
    > a.page-numbers.prev {
    display: flex;
    width: fit-content;
  }

  .ardk-pagination-icon {
    width: 40vw;
    max-width: 167px;
    padding-inline: 0;
  }
}

@media (max-width: 430px) {
  .apply-filter #cancel-filter-btn {
    display: none !important;
  }

  #dokan-store-listing-filter-form-wrap .apply-filter,
  #dokan-store-listing-filter-form-wrap
    .store-lists-other-filter-wrap
    .item:not(.store-lists-category) {
    margin-top: 0px;
  }
}

.ardk-hide {
  display: none !important;
}

.ardk-rotate-v {
  transform: rotate(180deg);
}
