.pegasus-shop-archive--baskets {
  --pegasus-baskets-bg: #12171d;
  --pegasus-baskets-panel: #1a222b;
  --pegasus-baskets-panel-2: #202a34;
  --pegasus-baskets-border: rgba(255,255,255,.10);
  --pegasus-baskets-text: #f4f6f8;
  --pegasus-baskets-muted: rgba(244,246,248,.72);
  --pegasus-baskets-accent: #2372e3;
  --pegasus-baskets-accent-dark: #2372e3;
  --pegasus-baskets-surface: #f6f7f8;
  --pegasus-baskets-card-border: #e4e7ea;
}

.pegasus-shop-archive--baskets .woocommerce-breadcrumb {
  display: none;
}

.pegasus-shop-archive--baskets .woocommerce-products-header {
  padding-top: 32px;
  margin-bottom: 100px;
}

.pegasus-shop-archive--baskets .woocommerce-products-header__title {
  margin: 0;
  color: #fff;
  font-size: 3.0208333333vw;
  line-height: 1.05;
  text-transform: uppercase;

}

.pegasus-shop-archive--baskets .term-description,
.pegasus-shop-archive--baskets .woocommerce-products-header__description {
  max-width: 860px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.78);
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.pegasus-shop-archive--baskets .pegasus-baskets-filters {
  margin: 24px auto 36px;
  padding: 28px;
  border: 1px solid var(--pegasus-baskets-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 30, 39, .96) 0%, rgba(14, 20, 28, .98) 100%);
  box-shadow: 0 28px 60px rgba(0,0,0,.28);
}

.pegasus-baskets-filters__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pegasus-baskets-filters__title {
  margin: 0 0 8px;
  color: var(--pegasus-baskets-text);
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.pegasus-baskets-filters__text {
  margin: 0;
  max-width: 640px;
  color: var(--pegasus-baskets-muted);
  font-size: 15px;
  line-height: 1.6;
}

.pegasus-baskets-filters__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pegasus-baskets-filters__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 5px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #2372e3;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pegasus-baskets-filters__reset:hover,
.pegasus-baskets-filters__reset:focus {
  color: #fff;
  background: #2372e3;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(214,31,38,.22);
}

.pegasus-baskets-filters__preset,
.pegasus-baskets-filters .yith-wcan-filters,
.pegasus-baskets-filters .yith-wcan-preset,
.pegasus-baskets-filters .yith-wcan-preset-filters,
.pegasus-baskets-filters .filters-container,
.pegasus-baskets-filters form {
  width: 100%;
}

.pegasus-baskets-filters form {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  align-items: end;
  background: #12181b;
}

.pegasus-baskets-filters .yith-wcan-filter,
.pegasus-baskets-filters .filter-item {
  margin: 0;
}

.pegasus-baskets-filters .filter-title,
.pegasus-baskets-filters .yith-wcan-filter__title,
.pegasus-baskets-filters h4,
.pegasus-baskets-filters label {
  display: block;
  margin: 0 0 10px;
  color: var(--pegasus-baskets-text);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}

.pegasus-baskets-filters select,
.pegasus-baskets-filters .select2-selection,
.pegasus-baskets-filters .yith-wcan-select,
.pegasus-baskets-filters .chosen-container-single .chosen-single {
  width: 100% !important;
  min-height: 56px;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pegasus-baskets-filters select {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 52px 0 18px;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.pegasus-baskets-filters select option {
  color: #101418;
}

.pegasus-baskets-filters .select2-container {
  width: 100% !important;
}

.pegasus-baskets-filters .select2-selection {
  display: flex !important;
  align-items: center;
  padding: 0 16px !important;
}

.pegasus-baskets-filters .select2-selection__rendered {
  color: #fff !important;
  line-height: 54px !important;
  padding-left: 0 !important;
}

.pegasus-baskets-filters .select2-selection__arrow {
  height: 54px !important;
  right: 14px !important;
}

.pegasus-shop-archive--baskets .woocommerce-notices-wrapper,
.pegasus-shop-archive--baskets .woocommerce-result-count,
.pegasus-shop-archive--baskets .woocommerce-ordering {
  color: rgba(255,255,255,.78);
}

.pegasus-shop-archive--baskets .woocommerce-result-count {
  margin: 0;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pegasus-shop-archive--baskets .woocommerce-ordering select {
  min-height: 46px;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #fff;
}

.pegasus-shop-archive--baskets .woocommerce-ordering option {
  color: #101418;
}

.pegasus-shop-archive--baskets .woocommerce:where(.pegasus-shop-archive) ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin: 32px 0 0;
  padding: 0;
}

.pegasus-shop-archive--baskets .woocommerce ul.products::before,
.pegasus-shop-archive--baskets .woocommerce ul.products::after {
  display: none;
}

.pegasus-shop-archive--baskets .woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.pegasus-archive-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--pegasus-baskets-card-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(5, 12, 20, .10);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.pegasus-archive-card:hover .pegasus-archive-card__inner,
.pegasus-archive-card:focus-within .pegasus-archive-card__inner {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(5, 12, 20, .14);
  border-color: rgba(214,31,38,.22);
}

.pegasus-archive-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 28px;
  background: linear-gradient(180deg, #fbfbfc 0%, #f0f2f4 100%);
}

.pegasus-archive-card__media img {
  width: 100%;
  max-width: 250px;
  max-height: 210px;
  height: auto;
  object-fit: contain;
}

.pegasus-archive-card .onsale {
  position: absolute;
  top: 16px;
  left: 16px;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--pegasus-baskets-accent);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.pegasus-archive-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
  padding: 24px;
}

.pegasus-archive-card__sku {
  color: #7c8792;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}

.pegasus-archive-card__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.pegasus-archive-card__title a {
  color: #111922;
  text-decoration: none;
}

.pegasus-archive-card__title a:hover,
.pegasus-archive-card__title a:focus {
  color: var(--pegasus-baskets-accent);
}

.pegasus-archive-card__price,
.pegasus-archive-card__price .price {
  color: #111922;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.pegasus-archive-card__price del {
  opacity: .45;
}

.pegasus-archive-card__price ins {
  text-decoration: none;
}

.pegasus-archive-card__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}

.pegasus-archive-card__details,
.pegasus-archive-card .button,
.pegasus-archive-card .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.pegasus-archive-card__details {
  border: 1px solid #d7dde3;
  background: #fff;
  color: #111922;
}

.pegasus-archive-card__details:hover,
.pegasus-archive-card__details:focus {
  border-color: #111922;
  color: #111922;
}

.pegasus-archive-card .button,
.pegasus-archive-card .added_to_cart {
  border: 1px solid var(--pegasus-baskets-accent);
  background: var(--pegasus-baskets-accent);
  color: #fff;
  padding-inline: 20px;
}

.pegasus-archive-card .button:hover,
.pegasus-archive-card .button:focus,
.pegasus-archive-card .added_to_cart:hover,
.pegasus-archive-card .added_to_cart:focus {
  background: var(--pegasus-baskets-accent-dark);
  border-color: var(--pegasus-baskets-accent-dark);
  color: #fff;
}

.pegasus-shop-archive--baskets nav.woocommerce-pagination {
  margin-top: 36px;
}

.pegasus-shop-archive--baskets nav.woocommerce-pagination ul {
  border: 0;
}

.pegasus-shop-archive--baskets nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 4px;
}

.pegasus-shop-archive--baskets nav.woocommerce-pagination ul li a,
.pegasus-shop-archive--baskets nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  line-height: 42px;
}

.pegasus-shop-archive--baskets nav.woocommerce-pagination ul li span.current,
.pegasus-shop-archive--baskets nav.woocommerce-pagination ul li a:hover {
  background: var(--pegasus-baskets-accent);
  color: #fff;
}

@media (max-width: 1199px) {
  .pegasus-shop-archive--baskets .woocommerce:where(.pegasus-shop-archive) ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pegasus-shop-archive--baskets .woocommerce-products-header__title {
    font-size: 32px;
  }

  .pegasus-shop-archive--baskets .pegasus-baskets-filters {
    padding: 20px;
    border-radius: 20px;
  }

  .pegasus-baskets-filters__title {
    font-size: 26px;
  }

  .pegasus-baskets-filters form {
    grid-template-columns: 1fr;
  }

  .pegasus-shop-archive--baskets .woocommerce-before-shop-loop,
  .pegasus-shop-archive--baskets .woocommerce-ordering,
  .pegasus-shop-archive--baskets .woocommerce-result-count {
    width: 100%;
  }

  .pegasus-shop-archive--baskets .woocommerce ul.products,
  .pegasus-shop-archive--baskets .woocommerce:where(.pegasus-shop-archive) ul.products {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pegasus-archive-card__media {
    min-height: 220px;
    padding: 22px;
  }

  .pegasus-archive-card__body {
    padding: 20px;
  }

  .pegasus-archive-card__title {
    font-size: 20px;
  }

  .pegasus-archive-card__actions > * {
    width: 100%;
  }
}

/* Yith Styles*/
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
    border-color: #e4e7ea;
    box-shadow: none;
}



.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container {
    display: none;
}


.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li > a {
    color:#2372e3;
}


.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    background-color: #fff;
    border: 1px solid #2372e3;
    border-radius: 4px;
    box-shadow: 0 0 7px 0 #2372e354;
    display: none;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 1011;
}


.yith-wcan-filters .dropdown-wrapper .matching-items {
  scrollbar-width: thin;
  scrollbar-color: #2372e3 #f3f3f3;
}

.yith-wcan-filters .dropdown-wrapper .matching-items::-webkit-scrollbar {
  width: 10px;
}

.yith-wcan-filters .dropdown-wrapper .matching-items::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 10px;
}

.yith-wcan-filters .dropdown-wrapper .matching-items::-webkit-scrollbar-thumb {
  background: #d81f26;
  border-radius: 10px;
  border: 2px solid #f3f3f3;
}


