.atlbr-vendor-store {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.atlbr-vendor-breadcrumbs {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.atlbr-vendor-breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
}

.atlbr-vendor-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 260px;
  top: 0;
  margin-top: 0;
}

body.dokan-store .site-content,
body.dokan-store .site-main,
body.dokan-store .content-area,
body.dokan-store .inside-article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.atlbr-vendor-hero__banner {
  position: relative;
  width: 100%;
  height: clamp(220px, 35vw, 360px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  filter: blur(6px);
  overflow: hidden;
}

.atlbr-vendor-hero__info {
  position: relative;
  width: 100%;
  background: #4c4665;
  color: #fff;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.atlbr-vendor-hero__content {
  width: min(100%, 1200px);
  margin: -80px auto 0;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 24px;
  box-sizing: border-box;
}

.atlbr-vendor-hero__avatar {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  align-self: center;
}

.atlbr-vendor-hero__avatar img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  display: block;
}

.atlbr-vendor-hero__info {
  background: #4c4665;
  color: #fff;
  padding: 32px;
  box-sizing: border-box;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 180px;
  flex: 1;
  position: relative;
}

.atlbr-vendor-hero__name {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
}

.atlbr-vendor-hero__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 0.95rem;
}

.atlbr-vendor-hero__meta li {
  display: flex;
  gap: 6px;
  align-items: center;
}

.atlbr-vendor-hero__meta a {
  color: inherit;
  text-decoration: none;
}

.atlbr-vendor-store__actions {
  display: flex;
  justify-content: flex-end;
}

.atlbr-vendor-back {
  border: 0;
  background: #d7d5d0;
  color: #1f1f1f;
  padding: 10px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.atlbr-vendor-back:hover,
.atlbr-vendor-back:focus-visible {
  background: #c8c5be;
}

.atlbr-vendor-bio-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.atlbr-vendor-bio {
  background: #f1eee8;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.atlbr-vendor-bio__header h2 {
  margin: 0;
  font-size: 1.2rem;
}

.atlbr-vendor-bio__body {
  line-height: 1.7;
  max-height: calc(1.7em * 3);
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.atlbr-vendor-bio__body.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.atlbr-vendor-bio-block.is-open .atlbr-vendor-bio__body {
  max-height: 1200px;
  display: block;
}

.atlbr-vendor-bio__toggle {
  display: flex;
  justify-content: flex-end;
  padding-right: 4px;
}

.atlbr-vendor-bio__toggle button {
  border: 0;
  background: none;
  font-weight: 600;
  color: #4c4665;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.atlbr-vendor-bio__toggle button .material-symbols-outlined {
  transition: transform 0.2s ease;
}

.atlbr-vendor-bio-block.is-open .atlbr-vendor-bio__toggle button .material-symbols-outlined {
  transform: rotate(180deg);
}

.atlbr-vendor-bio__toggle button:hover,
.atlbr-vendor-bio__toggle button:focus-visible,
.atlbr-vendor-bio__toggle button:focus {
  background: none;
  color: #2f2744;
}

.atlbr-vendor-bio__toggle-close {
  display: none;
}

.atlbr-vendor-bio-block.is-open .atlbr-vendor-bio__toggle-open {
  display: none;
}

.atlbr-vendor-bio-block.is-open .atlbr-vendor-bio__toggle-close {
  display: inline;
}

.atlbr-vendor-products .seller-items {
  margin-top: 20px;
}

.atlbr-vendor-products__controls {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin: 12px 0 24px;
}

.atlbr-vendor-products__controls .dokan-store-products-filter-area {
  margin: 0;
}

.atlbr-vendor-products__filters {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.atlbr-vendor-products__search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: clamp(180px, 22vw, 280px);
  position: relative;
  flex: 1 1 clamp(180px, 22vw, 280px);
}

.atlbr-vendor-products__filter-form {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 640px) {
  .atlbr-vendor-products__controls {
    justify-content: flex-start;
  }

  .atlbr-vendor-products__filters {
    width: 100%;
    justify-content: space-between;
  }

  .atlbr-vendor-products__search {
    min-width: 0;
    flex: 1 1 auto;
  }

  .atlbr-vendor-products__filter-form {
    width: auto;
  }
}

.atlbr-vendor-products__search-field {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.dokan-ajax-store-products-search-result {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 100;
}

.atlbr-vendor-products__filter-form {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 960px) {
  .atlbr-vendor-products__controls {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .atlbr-vendor-products__filters {
    width: 100%;
  }

  .atlbr-vendor-products__search {
    min-width: unset;
    flex: 1 1 auto;
  }
}

.atlbr-sorting__toggle {
  min-width: 48px;
  min-height: 48px;
  flex: 0 0 auto;
}

.atlbr-vendor-exhibitions {
  width: min(100%, 1200px);
  margin: 48px auto;
}

.atlbr-vendor-exhibitions__nav {
  display: flex;
  gap: 8px;
}

.atlbr-vendor-exhibitions__nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background: #f2eee6;
  color: #3d3752;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.atlbr-vendor-exhibitions__nav-btn:hover,
.atlbr-vendor-exhibitions__nav-btn:focus-visible {
  background: #3d3752;
  color: #fff;
}

.atlbr-vendor-exhibitions__slider {
  margin-top: 20px;
}

.atlbr-vendor-exhibitions__item {
  padding: 0;
}

.atlbr-vendor-exhibitions__card {
  display: flex;
  align-items: flex-end;
  padding: 28px;
  border-radius: 0;
  background-color: #1f1d2c;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.atlbr-vendor-exhibitions__card::before {
  display: none;
}

.atlbr-vendor-exhibitions__card-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.atlbr-vendor-exhibitions__card-title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: #fff;
}

.atlbr-vendor-exhibitions__card-meta {
  margin: 0;
  font-weight: 600;
  color: #f7c97c;
}

.atlbr-artist-details {
  width: min(100%, 1200px);
  margin: 32px auto;
  background: #f1eee8;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.atlbr-artist-details__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.atlbr-artist-details__content h2 {
  margin: 0;
  font-size: 1.4rem;
}

.atlbr-artist-details__bio p {
  margin-bottom: 1em;
}

.atlbr-artist-products {
  width: min(100%, 1200px);
  margin: 48px auto;
}

.atlbr-artist-products__loop .products {
  margin: 0;
}

.atlbr-artist-products__loop ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}

.atlbr-artist-products__loop ul.products li.product {
  margin: 0;
  width: 100%;
  float: none;
}

@media (max-width: 1024px) {
  .atlbr-artist-products__loop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .atlbr-artist-products__loop ul.products {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .atlbr-vendor-hero__content {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 16px;
  }

  .atlbr-vendor-hero__avatar {
    flex: none;
    justify-content: flex-start;
  }

  .atlbr-vendor-hero__info {
    padding: 24px;
    height: auto;
  }

  .atlbr-vendor-hero__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .atlbr-vendor-back {
    width: 100%;
    justify-content: center;
  }

  .atlbr-vendor-products__controls {
    justify-content: flex-start;
  }

  .atlbr-vendor-products__controls .dokan-store-products-ordeby {
    width: 100%;
    justify-content: flex-start;
  }
}
.atlbr-vendor-artists {
  width: min(100%, 1200px);
  margin: 48px auto;
}

.atlbr-vendor-artists .atlbr-section-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.atlbr-vendor-artists .atlbr-section-title {
  text-align: left;
  margin: 0;
  width: 100%;
}

.atlbr-vendor-artists__slider {
  margin-top: 24px;
}

.atlbr-vendor-artists__slider .slick-list {
  margin: 0 -5px;
}

.atlbr-vendor-artists__slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.atlbr-vendor-artists__slider .slick-slide {
  padding: 0 5px;
}

.atlbr-vendor-artist-card {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 0 0 10px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.atlbr-vendor-artist-card:hover,
.atlbr-vendor-artist-card:focus-visible {
  opacity: 0.9;
}

.atlbr-vendor-artist-card__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  overflow: hidden;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atlbr-vendor-artist-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atlbr-vendor-artist-card__thumb.is-placeholder {
  color: #5a5a5a;
  font-size: 36px;
  font-weight: 600;
}

.atlbr-vendor-artist-card__name {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 12px 0 6px 0;
}

body.single-atlbr_artist .site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.single-atlbr_artist .site-content .inside-article {
  padding: 0 !important;
  margin: 0 !important;
}

body.single-atlbr_artist .site-content .site-main,
body.single-atlbr_artist .site-content .content-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.single-atlbr_artist .atlbr-vendor-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

body.single-atlbr_artist .atlbr-vendor-hero__banner {
  width: 100vw;
}

body.single-atlbr_artist .atlbr-vendor-hero__content {
  width: min(100%, 1200px);
  padding: 0 24px;
}

@media (max-width: 768px) {
  .atlbr-vendor-artists {
    margin: 32px auto;
  }

.atlbr-vendor-artists__slider .slick-slide {
  padding: 0 8px;
}
}
.atlbr-collective-artists {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 32px 0;
}

.atlbr-section-header--collective {
  width: min(100%, 1200px);
  margin: 48px auto 16px;
}

.atlbr-collective-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.atlbr-collective-artist-card {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  background: #8d86ab;
  color: #fff;
  padding: 0;
  gap: 0;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}

.atlbr-collective-artist-card__media {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  background: none;
}

.atlbr-collective-artist-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atlbr-collective-artist-card__initial {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.atlbr-collective-artist-card__body h3 {
  margin: 0 0 8px;
}

.atlbr-collective-artist-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.atlbr-collective-artist-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #82799e;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.atlbr-collective-artist-card__cta-text {
  display: inline-block;
}

.atlbr-collective-artist-card__cta:hover,
.atlbr-collective-artist-card__cta:focus-visible {
  background: rgba(115, 103, 150, 0.85);
  color: rgba(255, 255, 255, 0.85);
}

.atlbr-collective-slider {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  height: auto;
  overflow: visible;
}

.atlbr-collective-slider .atlbr-home-carousel__slider {
  width: 100%;
  align-self: stretch;
  display: flex;
  height: 100%;
}

.atlbr-collective-slider .slick-list {
  margin: 0;
  height: 100%;
}

.atlbr-collective-slider .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.atlbr-collective-slider .slick-slide {
  padding: 0;
}

.atlbr-collective-slider .atlbr-home-carousel__card {
  margin: 0;
  height: 100%;
}

.atlbr-collective-slider .atlbr-home-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex !important;
  z-index: 3;
}

.atlbr-home-carousel__nav--hidden {
  display: none !important;
}

.atlbr-collective-slider .atlbr-home-carousel__nav--prev {
  right: 60px;
}

  .atlbr-collective-slider .atlbr-home-carousel__nav--next {
    right: 10px;
  }

@media (max-width: 960px) {
  .atlbr-collective-row {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, calc(100vw - 30px));
    margin: 0 auto;
  }
  
  .atlbr-collective-slider{
    margin-top: 0 !important;
  }

  .atlbr-collective-artist-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: stretch;
    position: relative;
    gap: 0;
    z-index: 1;
  }

  .atlbr-collective-artist-card__media {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    margin: 0;
    z-index: 3;
    position: relative;
    left: 16px;
    align-self: flex-start;
    transform: translateY(72px);
    overflow: hidden;
    border-radius: 0;
    padding: 0;
    padding-top: 0;
  }

  .atlbr-collective-artist-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .atlbr-collective-artist-card__body {
    flex: 1;
    background: #242033;
    color: #fff;
    padding: 12px 15px 12px 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .atlbr-collective-artist-card__body::before {
    content: '';
    position: absolute;
    left: -60px;
    width: 60px;
    top: 0;
    bottom: 0;
    background: #8d83bb;
    z-index: 0;
  }

  .atlbr-collective-artist-card__body h3 {
    color: #fff;
    font-size: 1.54rem;
    margin: 0;
    flex: 1;
    text-align: left;
  }

  .atlbr-collective-artist-card__cta {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #4c4665;
    padding: 0;
    position: relative;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .atlbr-collective-artist-card__cta-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.atlbr-collective-artist-card__cta::after {
  content: '';
  width: 16px;
  height: 16px;
  border-top: 3px solid #4c4665;
  border-right: 3px solid #4c4665;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 44%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 640px) {
  .atlbr-collective-row {
    width: min(100%, calc(100vw - 20px));
  }

  .atlbr-collective-artist-card {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .atlbr-collective-artist-card__media {
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    transform: none;
    align-self: stretch;
    left: 0;
    display: block;
    position: relative;
  }

  .atlbr-collective-artist-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .atlbr-collective-artist-card__body {
    width: 100%;
    padding: 16px 20px;
    flex-direction: row;
    justify-content: space-between;
  }

  .atlbr-collective-artist-card__body::before {
    display: none;
  }

  .atlbr-collective-artist-card__body h3 {
    font-size: 1.4rem;
  }

  .atlbr-collective-artist-card__cta {
    margin-left: 16px;
  }

  .atlbr-collective-slider .atlbr-home-carousel__nav {
    display: none !important;
  }
}

  .atlbr-collective-slider {
    padding-right: 0;
    margin-top: 8px;
    flex-direction: column;
    height: auto;
    width: 100%;
    overflow: hidden;
  }

  .atlbr-collective-slider .atlbr-home-carousel__slider,
  .atlbr-collective-slider .slick-list,
  .atlbr-collective-slider .slick-track {
    height: auto;
    display: block;
    width: 100%;
  }

  .atlbr-collective-slider .atlbr-home-carousel__card {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .atlbr-collective-slider .atlbr-home-carousel__nav {
    top: auto;
    bottom: -60px;
    transform: none;
  }

  .atlbr-collective-slider .atlbr-home-carousel__nav--prev {
    right: 60px;
  }

  .atlbr-collective-slider .atlbr-home-carousel__nav--next {
    right: 10px;
  }
}

.atlbr-collective-slider__mobile-cta {
  display: none;
}

@media (max-width: 640px) {
  .atlbr-collective-slider__mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 12px 16px;
    background: #242033;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
  }

  .atlbr-collective-slider__mobile-cta:hover,
  .atlbr-collective-slider__mobile-cta:focus-visible {
    background: #6f61a1;
  }

  .atlbr-collective-slider__mobile-cta-icon {
    font-size: 1.2rem;
  }

  .atlbr-collective-artist-card__cta {
    display: none;
  }
}

.search-store-products {
  display: none !important;
}

.dokan-store-products-filter-search + button,
.dokan-store-products-filter-search ~ button {
  display: none !important;
}
