.dokan-store .dokan-store-wrap {
  margin-top: 16px;
  background: #fcfcfb;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
  max-height: 527px;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 1480 / 400;
}

.dokan-single-store .profile-frame,
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline,
.dokan-single-store
  .profile-frame
  .profile-info-box.profile-layout-layout2
  .profile-info-summery-wrapper {
  background-color: transparent;
  border: none;
}

.dokan-single-store
  .profile-frame
  .profile-info-box.profile-layout-layout2
  .profile-info-summery-wrapper
  .profile-info-summery
  .profile-info-head
  .profile-img
  img {
  width: 10.5vw;
  height: 10.5vw;
  min-width: 160px;
  min-height: 160px;
  max-width: 200px;
  max-height: 200px;
  border: none;
  background: #fcfcfb;
}

.dokan-single-store
  .profile-frame
  .profile-info-box.profile-layout-layout2
  .profile-info-summery-wrapper
  .profile-info-summery
  .profile-info
  .store-name {
  color: var(--Matte-Black, #28282b);
  font-family: "Funnel Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: none;
  margin: 0;
  padding-bottom: 8px;
}

.dokan-single-store
  .profile-frame
  .profile-info-box
  .profile-info-summery-wrapper
  .profile-info-summery
  .profile-info-head
  .profile-img {
  margin-bottom: 24px;
}

/* .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    display: none;
  } */

.dokan-single-store
  .profile-frame
  .profile-info-box.profile-layout-layout2
  .profile-info-summery-wrapper
  .profile-info-summery
  .profile-info
  .dokan-store-info
  li.dokan-store-rating {
  display: none;
}

.dokan-single-store
  .profile-frame
  .profile-info-box.profile-layout-layout2
  .profile-info-summery-wrapper
  .profile-info-summery
  .profile-info
  .dokan-store-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.ardk-single-store-datas-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--Matte-Black, #28282b);
  font-family: Lexend;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.4px;
}

.ardk-single-store-data:not(:last-of-type) {
  padding-right: 8px;
  border-right: 1px solid #28282b;
}

.ardk-artist-identity-wrapper {
  border-radius: 19px;
  background: var(--Velvet-Grey, #e1e1d7);
  backdrop-filter: blur(4px);
  display: flex;
  padding: 2px 6px;
  gap: 4px;
}

.ardk-artist-identity-image img {
  max-height: 16px;
}

.dokan-single-store
  .dokan-store-tabs
  ul
  li.dokan-store-follow-store-button-container,
li.dokan-share-btn-wrap .dokan-share-btn {
  margin: 0;
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
  display: flex;
  gap: 4px;
  padding-top: 14px;
  padding-bottom: 24px;
}

.dokan-follow-store-button,
.dokan-share-btn {
  border-radius: 1000px;
  padding: 12px 12px 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  min-width: 148px;
  border: none;
}

.dokan-follow-store-button {
  padding: 12px 26px 12px 0px;
  display: flex;
  justify-content: flex-end;
}

.dokan-share-btn {
  padding-right: 64px;
  padding-left: 40px;
  background: no-repeat calc(100% - 28px) / 24px
      url(/wp-content/uploads/2025/07/export.png),
    var(--Powder-Peach, #ff815f);
}

.dokan-follow-store-button:hover {
  background: var(--System-Hover, #ff6035) !important;
  border: none;
  transition: 0.5s ease-in-out;
}

.dokan-share-btn:hover {
  background: no-repeat calc(100% - 28px) / 24px
      url(/wp-content/uploads/2025/07/export.png),
    #ff6035 !important;
}

.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-label-current,
.dokan-follow-store-button-label-unfollow {
  display: flex;
  gap: 12px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  /* padding-left: 16px;
    padding-right: 12px; */
}

.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-follow-store-button[data-status="following"]:hover
  .dokan-follow-store-button-label-unfollow {
  display: flex;
}

.dokan-share-btn .fas {
  display: none !important;
}

.ardk-artist-descriptions-wrapper {
  max-width: 980px;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

.ardk-artist-description {
  flex: 1 1 50%;
  border-radius: 24px;
  border-top: 1px solid var(--Matte-Black, #28282b);
  border-bottom: 1px solid var(--Matte-Black, #28282b);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: fit-content;
  max-width: 480px;
  box-sizing: border-box;
}

.ardk-artist-description-title {
  color: var(--Powder-Peach, #a6a6a6);
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 105%; /* 14.7px */
  letter-spacing: -0.14px;
}

.ardk-artists-read-more-btn {
  color: var(--Powder-Peach, #ff815f);
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 124%; /* 17.36px */
  letter-spacing: 0.084px;
  text-decoration-line: underline;
  cursor: pointer;
}

.ardk-artist-description-text p {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--Matte-Black, #28282b);
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.ardk-artist-description-text * {
  line-height: 20px;
}

.ardk-artist-description-text p:not(:first-of-type) {
  margin-top: 20px;
}

.ardk-artist-description-text {
  /* display: -webkit-box;
  -webkit-line-clamp: 7; 
  -webkit-box-orient: vertical; */
  overflow: hidden;
  position: relative;
  overflow: hidden;
  color: var(--Matte-Black, #28282b);
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.dokan-store-products-ordeby {
  margin: 0;
}

.dokan-store-products-filter-area .product-name-search {
  border-radius: 1000px;
  border: 1px solid var(--Powder-Peach, #a6a6a6);
  background: var(--Matte-White, #fcfcfb);
  padding: 6px 12px 6px 40px;
  width: 320px;
  background-image: url("/wp-content/uploads/2025/07/search-normal.png");
  background-repeat: no-repeat;
  background-position: 12px center; /* зміщення по горизонталі і вертикалі */
  background-size: 20px 20px; /* розмір іконки */
}

.dokan-store-products-filter-area input.product-name-search:focus {
  border: 1px solid var(--Powder-Peach, #ff815f);
  box-shadow: none;
}

.dokan-store-products-filter-area .product-name-search::placeholder {
  color: var(--Powder-Peach, #a6a6a6);
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.dokan-store-products-filter-area input.search-store-products {
  border-radius: 1000px;
  background: var(--Powder-Peach, #ff815f);
  padding: 8px 16px;
  border: none;
  color: var(--Matte-White, #fcfcfb);
  font-family: Lexend;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.5px;
  text-transform: none;
  text-shadow: none;
  margin-left: 8px;
}

.dokan-store-products-filter-area input.search-store-products:hover {
  background: #ff6035 !important;
}

.dokan-store-products-filter-area #dokan-store-products-search-result {
  border-radius: 12px;
  background: var(--Matte-White, #fcfcfb);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.dokan-store-products-filter-area #dokan-store-products-search-result li {
  border-bottom: none;
}

.dokan-store-products-filter-area #dokan-store-products-search-result h3 {
  font-size: 16px;
  font-family: "Lexend";
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
}

.dokan-store-products-filter-area
  #dokan-store-products-search-result
  .dokan-ls-product-sku {
  display: none !important;
}

.dokan-store-products-filter-area #dokan-store-products-search-result a {
  text-decoration: none;
}

.dokan-store-products-filter-area #dokan-store-products-search-result a:hover {
  color: var(--Powder-Peach, #ff815f);
}

.dokan-store-products-filter-area
  #dokan-store-products-search-result
  .dokan-ls-product-image {
  max-width: 60px;
  width: 60px;
}

.dokan-store-products-filter-area
  #dokan-store-products-search-result
  .dokan-ls-product-data {
  padding-left: 16px;
}

.dokan-store-products-filter-area input.search-store-products:hover {
  box-shadow: none;
}

.ardk-store-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 64px 32px;
}

.ardk-store-filters-sort-by {
  position: relative;
}

.ardk-store-filters-search {
  width: fit-content;
}

.ardk-sort-by-item {
  width: max-content;
}

.dokan-store-products-filter-area .orderby-search {
  display: none;
}

.ardk-rotate-v {
  transform: rotate(180deg);
}

.ardk-store-filters-showing {
  font-weight: 300;
  color: var(--Powder-Peach, #a6a6a6);
  line-height: 16px;
}

.dokan-store-products-filter-area {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.seller-items ul {
  margin-top: 0;
}

.dokan-single-store .dokan-info {
  background-color: transparent;
  border: none;
  color: var(--Matte-Black, #28282b);
  text-align: center;
}

.dokan-single-store .dokan-info::before {
  display: none;
}

#tab-seller li.store-address {
  display: none !important;
}

 .ardk-artist-description-text * {
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 padding: 0;
 border: none;
} 

 .ardk-artist-description-text br {
  display: block;
  height: 20px;
  width: 20px;
 }

   .ardk-artist-description-text p,
    .ardk-artist-description-text blockquote {
    margin-bottom: 20px;
  } 

  .ardk-artist-description-text blockquote {
    padding-left: 10px;
    border-left: 1px solid var(--Powder-Peach, #a6a6a6); 
  }

@media (max-width: 1420px) and (min-width: 650px) {
  .dokan-single-store .profile-frame .profile-info-box .profile-info-img {
    aspect-ratio: 1480 / 400;
  }
}

@media (max-width: 1366px) and (min-width: 650px) {

  .dokan-store .dokan-store-wrap {
    margin-top: 12px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info
    .store-name {
    font-size: 42px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info-head
    .profile-img {
    margin-bottom: 16px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info-head
    .profile-img
    img {
    min-width: 140px;
    min-height: 140px;
  }

  .dokan-follow-store-button {
    padding-right: 22px;
  }

  .dokan-follow-store-button,
  .dokan-share-btn {
    font-size: 14px;
    line-height: 20px;
    min-width: 128px;
    padding-block: 10px;
  }

  .dokan-follow-store-button .dokan-follow-store-button-label-current::after,
  .dokan-follow-store-button .dokan-follow-store-button-label-unfollow::after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -6px;
  }

  .dokan-share-btn {
    background: no-repeat calc(100% - 22px) / 20px
      url(/wp-content/uploads/2025/07/export.png),
    var(--Powder-Peach, #ff815f);
    padding-inline: 38px 56px;
  }

  .dokan-share-btn:hover {
    background: no-repeat calc(100% - 22px) / 20px url(/wp-content/uploads/2025/07/export.png), #ff6035 !important;
  }

  .ardk-artist-description-title,
  .ardk-artists-read-more-btn,
  .dokan-store-products-filter-area input.search-store-products {
    font-size: 13px;
  }

  .ardk-store-filters-showing {
    font-size: 14px;
  }

  .ardk-artist-description-text p {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {

  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery {
    margin-top: -80px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper {
    background-color: transparent;
    border: none;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info-head
    .profile-img
    img {
    width: 10.5vw;
    height: 10.5vw;
    min-width: 160px;
    min-height: 160px;
    border: none;
    background: #fcfcfb;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info
    .store-name {
    color: var(--Matte-Black, #28282b);
    font-family: "Funnel Display";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.48px;
    text-transform: none;
    margin: 0;
    padding-bottom: 8px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info
    .dokan-store-info
    li.dokan-store-rating {
    display: none;
  }
  /* .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    display: none;
  } */

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info
    .dokan-store-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info
    .dokan-store-info
    li {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .dokan-single-store {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) and (min-width: 650px) {
  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery {
    margin-top: -75px;
  }
}

@media (max-width: 850px) and (min-width: 650px) {
.ardk-store-filters {
  flex-wrap: wrap;
  row-gap: 16px;
}

.dokan-store-products-filter-area .product-name-search {
  width: 260px;
}
}

@media (max-width: 650px) {
  .dokan-single-store .profile-frame .profile-info-box .profile-info-img {
    height: 200px;
    object-fit: cover;
  }

  .profile-info-summery {
    margin-top: -48px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info-head
    .profile-img
    img {
    min-width: 80px;
    min-height: 80px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info-head
    .profile-img {
    margin-bottom: 16px;
  }

  .dokan-single-store
    .profile-frame
    .profile-info-box.profile-layout-layout2
    .profile-info-summery-wrapper
    .profile-info-summery
    .profile-info
    .store-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.24px;
  }

  .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li button {
    font-size: 16px;
  }

  .ardk-store-filters {
    flex-wrap: wrap;
    gap: 16px;
  }

  .dokan-store-products-filter-area .dokan-store-products-ordeby {
    display: flex;
    flex-wrap: nowrap;
  }

  .ardk-store-filters-search {
    width: 100%;
  }

  .dokan-store-products-filter-area
    .dokan-store-products-ordeby
    input.product-name-search {
    flex: 1 1 auto;
    width: 100%;
  }

  .ardk-store-filters-sort-by {
    order: 2;
  }

  .ardk-store-filters-search {
    order: 1;
  }

  .ardk-store-filters-showing {
    order: 3;
  }
}

@media (max-width: 480px) {
  .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li button {
    font-size: 16px;
  }

  .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li {
    margin: 0 !important;
  }

  .ardk-artist-descriptions-wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .dokan-store-products-filter-area .dokan-store-products-ordeby {
    flex-wrap: nowrap;
  }

  .dokan-store-products-filter-area
    .dokan-store-products-ordeby
    input.product-name-search {
    width: 100%;
  }
}
