.marketplace-stores__title {
  font-weight: 600;
}
.marketplace-stores__count {
  font-size: 0.875rem;
}
.marketplace-stores__filters {
  max-width: 100%;
}
.marketplace-stores__filters .marketplace-stores__search {
  min-width: 220px;
  flex: 1 1 240px;
}
.marketplace-stores__filters .marketplace-stores__sort {
  min-width: 160px;
  flex: 0 0 auto;
}

.marketplace-vendor-info {
  background-color: var(--bs-light, #f8f9fa);
}
.marketplace-vendor-info__avatar img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.marketplace-vendor-info__name {
  transition: color 0.2s ease;
}
.marketplace-vendor-info__name:hover {
  color: var(--bs-primary, #1a1a1a);
}

.ecommerce-vendors__grid, .ecommerce-vendors__slider {
  position: relative;
}
.ecommerce-vendors__slider .swiper {
  padding-bottom: 0.5rem;
}

.card-product_store {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 12px;
  line-height: 1.4;
  color: var(--bs-secondary-color, #6c757d);
  margin-bottom: 6px;
}
.card-product_store-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.card-product_store-name {
  color: var(--bs-body-color);
  font-weight: 500;
  text-decoration: none;
}
.card-product_store-name:hover {
  color: var(--bs-primary);
}

.vendor-card__avatar img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor-card__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.vendor-card__name a {
  text-decoration: none;
}
.vendor-card__rating {
  font-size: 13px;
}
.vendor-card__meta {
  font-size: 14px;
}
.vendor-card__meta i.icon {
  color: var(--bs-secondary-color, #6c757d);
  font-size: 16px;
  line-height: 1.4;
}
.vendor-card__meta a {
  text-decoration: none;
}
.vendor-card__meta a:hover {
  color: var(--bs-primary);
}
.vendor-card__meta strong {
  font-weight: 600;
}
.vendor-card__description {
  color: var(--bs-body-color);
  line-height: 1.6;
}
.vendor-card__cta {
  display: inline-flex;
  align-items: center;
}

.marketplace-stores__toolbar {
  background: var(--surface, #f6f6f6);
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 12px;
}
.marketplace-stores__count {
  color: var(--text, #101010);
  font-family: var(--accent-font, "Outfit"), sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.marketplace-stores__filters .form-control,
.marketplace-stores__filters .form-select {
  border-color: var(--line, #e9e9e9);
  background-color: #fff;
  min-height: 44px;
  font-size: 14px;
}
.marketplace-stores__filters .form-control:focus,
.marketplace-stores__filters .form-select:focus {
  border-color: var(--text, #101010);
  box-shadow: none;
}
.marketplace-stores__filters .form-select {
  min-width: 180px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23101010' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 10px;
  padding-right: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.marketplace-stores__filters .btn-dark {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.marketplace-stores__list {
  position: relative;
}
.marketplace-stores__empty {
  background: var(--surface, #f6f6f6);
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 12px;
}
.marketplace-stores__pagination {
  display: flex;
  justify-content: center;
}
.marketplace-stores__pagination .pagination {
  margin-bottom: 0;
}

.marketplace-vendor-card {
  background: #fff;
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.marketplace-vendor-card:hover {
  transform: translateY(-4px);
  border-color: var(--text, #101010);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.marketplace-vendor-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--surface, #f6f6f6);
  border: 1px solid var(--line, #e9e9e9);
}
.marketplace-vendor-card__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.marketplace-vendor-card:hover .marketplace-vendor-card__avatar {
  border-color: var(--text, #101010);
}
.marketplace-vendor-card__name {
  color: var(--text, #101010);
  font-family: var(--accent-font, "Outfit"), sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
.marketplace-vendor-card__name a {
  color: inherit;
}
.marketplace-vendor-card__name a:hover {
  color: var(--primary, #dc4646);
}
.marketplace-vendor-card__rating {
  color: var(--text-3, #74757b);
  font-size: 13px;
}
.marketplace-vendor-card__count, .marketplace-vendor-card__address {
  color: var(--text-3, #74757b);
  font-size: 13px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.marketplace-vendor-card__count i.icon, .marketplace-vendor-card__address i.icon {
  color: inherit;
  font-size: 14px;
  flex-shrink: 0;
}
.marketplace-vendor-card__count span, .marketplace-vendor-card__address span {
  min-width: 0;
}
.marketplace-vendor-card__address span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.marketplace-vendor-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.marketplace-store__banner {
  position: relative;
  background-color: var(--surface, #f6f6f6);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 0;
}
.marketplace-store__banner[style*=background-image] {
  color: #fff;
}
.marketplace-store__banner[style*=background-image] .marketplace-store__banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
  z-index: 1;
}
.marketplace-store__banner[style*=background-image] .marketplace-store__name,
.marketplace-store__banner[style*=background-image] .marketplace-store__rating-count,
.marketplace-store__banner[style*=background-image] .marketplace-store__contact,
.marketplace-store__banner[style*=background-image] .marketplace-store__description {
  color: #fff;
}
.marketplace-store__banner[style*=background-image] .marketplace-store__contact i.icon {
  color: rgba(255, 255, 255, 0.85);
}
.marketplace-store__banner[style*=background-image] .marketplace-store__contact a {
  color: #fff;
}
.marketplace-store__banner:not([style*=background-image]) .marketplace-store__banner-overlay {
  display: none;
}
.marketplace-store__banner-inner {
  position: relative;
  z-index: 2;
  padding: 48px 24px;
}
.marketplace-store__banner-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.marketplace-store__avatar {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  background: #fff;
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.marketplace-store__avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.marketplace-store__info {
  flex: 1;
  min-width: 280px;
}
.marketplace-store__name {
  color: var(--text, #101010);
  font-family: var(--accent-font, "Outfit"), sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}
.marketplace-store__rating {
  margin-bottom: 8px;
}
.marketplace-store__rating-count {
  color: var(--text-3, #74757b);
  font-size: 13px;
}
.marketplace-store__contact {
  color: var(--text-3, #74757b);
}
.marketplace-store__contact i.icon {
  color: inherit;
  font-size: 16px;
}
.marketplace-store__contact a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.marketplace-store__contact a:hover {
  color: var(--primary, #dc4646);
}
.marketplace-store__description {
  color: var(--text-3, #74757b);
  line-height: 1.6;
  max-width: 760px;
  margin-bottom: 0;
}
.marketplace-store__socials {
  margin-top: 6px;
}
.marketplace-store__socials .icon {
  font-size: 18px;
  color: var(--text, #101010);
  transition: color 0.2s ease;
}
.marketplace-store__socials a:hover .icon {
  color: var(--primary, #dc4646);
}
.marketplace-store__body {
  padding-top: 24px;
  padding-bottom: 64px;
}
.marketplace-store__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 24px;
}
.marketplace-store__about {
  background: var(--surface, #f6f6f6);
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
  color: var(--text-3, #74757b);
  line-height: 1.7;
  font-size: 14px;
}
.marketplace-store__about p:last-child {
  margin-bottom: 0;
}
.marketplace-store__search {
  margin-bottom: 24px;
}
.marketplace-store__products-top {
  margin-bottom: 24px;
}
.marketplace-store__about-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: var(--text, #101010);
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  text-decoration-color: var(--text-3, #74757b);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.marketplace-store__about-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 2px;
  transition: transform 0.2s ease;
}
.marketplace-store__about-toggle:hover {
  color: var(--primary, #dc4646);
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.marketplace-store__search-group {
  position: relative;
}
.marketplace-store__search-group .marketplace-store__search-input {
  background: #fff;
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 12px;
  min-height: 52px;
  padding: 12px 60px 12px 20px;
  font-size: 14px;
  color: var(--text, #101010);
  box-shadow: 0 1px 2px rgba(16, 16, 16, 0.03);
}
.marketplace-store__search-group .marketplace-store__search-input::-moz-placeholder {
  color: var(--text-3, #74757b);
  opacity: 1;
}
.marketplace-store__search-group .marketplace-store__search-input::placeholder {
  color: var(--text-3, #74757b);
  opacity: 1;
}
.marketplace-store__search-group .marketplace-store__search-input:focus {
  border-color: var(--text, #101010);
  box-shadow: 0 0 0 3px rgba(16, 16, 16, 0.06);
  outline: none;
}
.marketplace-store__search-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--text, #101010);
  border: 0;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.marketplace-store__search-btn i.icon {
  font-size: 16px;
  line-height: 1;
}
.marketplace-store__search-btn:hover {
  background-color: var(--primary, #dc4646);
}
.marketplace-store__search-btn:active {
  transform: translateY(-50%) scale(0.96);
}
.marketplace-store__products-top .tf-shop-control {
  justify-content: flex-start;
  gap: 12px;
  padding: 10px 14px;
  margin: 0 0 16px;
  background: var(--surface, #f6f6f6);
  border-radius: 12px;
}
.marketplace-store__products-top .tf-control-sorting {
  margin-left: auto;
  gap: 10px;
}
.marketplace-store__products-top .tf-control-layout {
  gap: 0;
  background: #fff;
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 10px;
  padding: 3px;
}
.marketplace-store__products-top .tf-control-layout .tf-view-layout-switch {
  width: 34px;
  height: 30px;
  border-radius: 7px;
  background: transparent;
  color: var(--text-3, #74757b);
}
.marketplace-store__products-top .tf-control-layout .tf-view-layout-switch:hover {
  background: var(--surface, #f6f6f6);
  color: var(--text, #101010);
}
.marketplace-store__products-top .tf-control-layout .tf-view-layout-switch.active {
  background: var(--text, #101010);
  color: #fff;
}
.marketplace-store__products-top .tf-dropdown-sort {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 10px;
  padding: 7px 14px;
  min-height: 38px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.marketplace-store__products-top .tf-dropdown-sort:hover {
  border-color: var(--text, #101010);
}
.marketplace-store__products-top .tf-dropdown-sort .btn-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text, #101010);
  font-weight: 500;
}
.marketplace-store__products-top .tf-dropdown-sort .text-sort-value {
  color: inherit;
}
.marketplace-store__products-top .tf-dropdown-sort .icon-CaretDown {
  font-size: 11px;
  color: var(--text-3, #74757b);
}
.marketplace-store__products-top .tf-control-per-page select.form-select {
  min-height: 38px;
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 10px;
  padding: 6px 36px 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text, #101010);
  background-color: #fff;
  cursor: pointer;
}
.marketplace-store__products-top .tf-control-per-page select.form-select:focus {
  border-color: var(--text, #101010);
  box-shadow: 0 0 0 3px rgba(16, 16, 16, 0.06);
  outline: none;
}
@media (max-width: 575.98px) {
  .marketplace-store__products-top .tf-shop-control {
    padding: 8px 10px;
    gap: 8px;
  }
  .marketplace-store__products-top .tf-control-sorting {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
}
.marketplace-store__filter {
  background: var(--surface, #f6f6f6);
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 12px;
  padding: 20px;
}
.marketplace-store__filter-search-wrap {
  position: relative;
}
.marketplace-store__filter-search-wrap .form-control {
  background: #fff;
  border-color: var(--line, #e9e9e9);
  border-radius: 8px;
  min-height: 44px;
  padding-right: 44px;
}
.marketplace-store__filter-search-wrap .form-control:focus {
  border-color: var(--text, #101010);
  box-shadow: none;
}
.marketplace-store__filter-search-btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  color: var(--text-3, #74757b);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}
.marketplace-store__filter-search-btn:hover {
  color: var(--text, #101010);
  background: var(--line, #e9e9e9);
}
.marketplace-store__filter-group {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--line, #e9e9e9);
}
.marketplace-store__filter-group:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.marketplace-store__filter-title {
  font-family: var(--accent-font, "Outfit"), sans-serif;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 600;
  color: var(--text, #101010);
}
.marketplace-store__filter-categories {
  max-height: 360px;
  overflow-y: auto;
}
.marketplace-store__filter-category-item {
  padding: 6px 0;
}
.marketplace-store__filter-category-item > label {
  cursor: pointer;
  color: var(--text-3, #74757b);
  font-size: 14px;
  margin-bottom: 0;
  transition: color 0.2s ease;
}
.marketplace-store__filter-category-item > label:hover {
  color: var(--text, #101010);
}
.marketplace-store__filter-category-item input[type=checkbox]:checked ~ .marketplace-store__filter-category-name {
  color: var(--text, #101010);
  font-weight: 500;
}
.marketplace-store__filter-category-item input[type=checkbox]:checked + .marketplace-store__filter-category-icon i {
  color: var(--primary, #dc4646);
}
.marketplace-store__filter-category-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.marketplace-store__filter-category-icon i {
  font-size: 16px;
  color: var(--line, #e9e9e9);
  transition: color 0.2s ease;
}
.marketplace-store__filter-category-toggle {
  color: var(--text-3, #74757b);
  font-size: 18px;
  line-height: 1;
  margin-left: auto;
  flex-shrink: 0;
}
.marketplace-store__filter-category-children {
  padding-left: 28px !important;
  margin-top: 6px;
}
.marketplace-store__filter-category-children label {
  font-size: 13px;
  color: var(--text-3, #74757b);
  cursor: pointer;
  padding: 4px 0;
}
.marketplace-store__filter-clear {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: var(--text-3, #74757b);
  text-decoration: none;
  font-size: 13px;
}
.marketplace-store__filter-clear:hover {
  color: var(--primary, #dc4646);
}
.marketplace-store__contact-card {
  background: var(--surface, #f6f6f6);
  border: 1px solid var(--line, #e9e9e9);
  border-radius: 12px;
  padding: 20px;
}
.marketplace-store__contact-title {
  font-family: var(--accent-font, "Outfit"), sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--text, #101010);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.marketplace-store__contact-lead {
  color: var(--text-3, #74757b);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 14px;
}
.marketplace-store__contact-body form {
  margin: 0;
}
.marketplace-store__contact-body .form-control,
.marketplace-store__contact-body .form-select,
.marketplace-store__contact-body textarea {
  border: 1px solid var(--line, #e9e9e9);
  background: #fff;
  min-height: 44px;
  font-size: 13px;
  color: var(--text, #101010);
  border-radius: 8px;
  padding: 10px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.marketplace-store__contact-body .form-control::-moz-placeholder, .marketplace-store__contact-body .form-select::-moz-placeholder, .marketplace-store__contact-body textarea::-moz-placeholder {
  color: var(--text-3, #74757b);
  opacity: 1;
}
.marketplace-store__contact-body .form-control::placeholder,
.marketplace-store__contact-body .form-select::placeholder,
.marketplace-store__contact-body textarea::placeholder {
  color: var(--text-3, #74757b);
  opacity: 1;
}
.marketplace-store__contact-body .form-control:focus,
.marketplace-store__contact-body .form-select:focus,
.marketplace-store__contact-body textarea:focus {
  border-color: var(--text, #101010);
  box-shadow: 0 0 0 3px rgba(16, 16, 16, 0.05);
  outline: none;
}
.marketplace-store__contact-body textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.55;
}
.marketplace-store__contact-body .form-group,
.marketplace-store__contact-body .mb-3,
.marketplace-store__contact-body .mb-4 {
  margin-bottom: 12px;
}
.marketplace-store__contact-body label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text, #101010);
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
.marketplace-store__contact-body label.required:after,
.marketplace-store__contact-body label .text-danger {
  color: var(--primary, #dc4646);
}
.marketplace-store__contact-body .btn,
.marketplace-store__contact-body .btn-primary,
.marketplace-store__contact-body button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--text, #101010);
  border: 1px solid var(--text, #101010);
  color: #fff;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  border-radius: 8px;
  min-height: 44px;
  margin-top: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.marketplace-store__contact-body .btn:hover, .marketplace-store__contact-body .btn:focus,
.marketplace-store__contact-body .btn-primary:hover,
.marketplace-store__contact-body .btn-primary:focus,
.marketplace-store__contact-body button[type=submit]:hover,
.marketplace-store__contact-body button[type=submit]:focus {
  background-color: var(--primary, #dc4646);
  border-color: var(--primary, #dc4646);
  color: #fff;
  outline: none;
}
.marketplace-store__contact-body .btn:active,
.marketplace-store__contact-body .btn-primary:active,
.marketplace-store__contact-body button[type=submit]:active {
  transform: translateY(1px);
}
.marketplace-store__contact-body .btn:disabled, .marketplace-store__contact-body .btn.btn-loading,
.marketplace-store__contact-body .btn-primary:disabled,
.marketplace-store__contact-body .btn-primary.btn-loading,
.marketplace-store__contact-body button[type=submit]:disabled,
.marketplace-store__contact-body button[type=submit].btn-loading {
  opacity: 0.6;
  cursor: progress;
}
.marketplace-store__contact-body .g-recaptcha,
.marketplace-store__contact-body .checkbox {
  margin: 10px 0;
}
.marketplace-store__empty {
  background: var(--surface, #f6f6f6);
  border-radius: 12px;
  color: var(--text-3, #74757b);
}
.marketplace-store__pagination {
  display: flex;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .marketplace-store__sidebar {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .marketplace-store__banner-inner {
    padding: 28px 16px;
  }
  .marketplace-store__avatar {
    width: 96px;
    height: 96px;
    padding: 4px;
  }
  .marketplace-store__banner-row {
    gap: 16px;
  }
}