.watch-listing-page {
  padding: 8px 0 48px;
}

.watch-listing-page .watch-listing-layout {
  display: block;
}

.watch-listing-page .watch-listing-main {
  min-width: 0;
}

.watch-listing-page .watch-listing-toolbar-area {
  margin-bottom: 24px;
}

.watch-listing-page .watch-toolbar {
  align-items: center;
  border-bottom: 1px solid #dbd6cc;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.watch-listing-page .watch-toolbar__count {
  color: #231f20;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.watch-listing-page .watch-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.watch-listing-page .watch-active-filter,
.watch-listing-page .watch-active-filters a {
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #dbd6cc;
  color: #231f20;
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  letter-spacing: 0.06em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.watch-listing-page .watch-active-filter {
  cursor: pointer;
}

.watch-listing-page .watch-filters-sidebar {
  background: #f6f6f6;
  border: 1px solid #dbd6cc;
  padding: 26px 22px;
  position: sticky;
  top: 110px;
}

.watch-listing-page .watch-filters-sidebar__top {
  border-bottom: 1px solid #dbd6cc;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.watch-listing-page .watch-filters-sidebar__eyebrow {
  color: #8d8476;
  font-size: 11px;
  letter-spacing: 0.18em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.watch-listing-page .watch-filters-sidebar__title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.watch-listing-page .watch-filters-sidebar__search-box {
  align-items: center;
  background: #fff;
  border: 1px solid #231f20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  min-height: 32px !important;
}

.watch-listing-page .watch-filters-sidebar__search-input {
  background: transparent;
  border: 0;
  color: #231f20;
  font-size: 14px;
  min-width: 0;
  height: 32px !important;
  padding: 7px 12px;
}

.watch-listing-page .watch-filters-sidebar__search-input:focus {
  outline: none;
}

.watch-listing-page .watch-filters-sidebar__search-input::placeholder {
  color: #7f776a;
}

.watch-listing-page .watch-filters-sidebar__search-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #231f20;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.watch-listing-page .watch-filters-sidebar__search-button svg {
  height: 18px;
  width: 18px;
}

.watch-listing-page .watch-filters-sidebar__clear {
  color: #231f20;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-decoration: underline;
  text-transform: uppercase;
}

.watch-listing-page .watch-filters-sidebar__clear-row {
  border-bottom: 1px solid #dbd6cc;
  margin-bottom: 6px;
  padding-bottom: 18px;
}

.watch-listing-page .watch-filters-sidebar__sort {
  border-bottom: 1px solid #dbd6cc;
  margin-bottom: 6px;
  padding-bottom: 18px;
}

.watch-listing-page .watch-sidebar-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.watch-listing-page .watch-sidebar-select {
  background-color: #fff;
  border: 1px solid #231f20;
  border-radius: 0;
  font-size: 15px;
  height: 32px !important;
  padding: 0 12px;
}

.watch-listing-page .watch-filter-group {
  border-bottom: 1px solid #dbd6cc;
  padding: 18px 0;
}

.watch-listing-page .watch-filter-group__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: grid;
  gap: 6px 12px;
  grid-template-columns: minmax(0, 1fr) auto 16px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.watch-listing-page .watch-filter-group__label {
  color: #231f20;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.watch-listing-page .watch-filter-group__meta {
  color: #7f776a;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.watch-listing-page .watch-filter-group__toggle .filter-toggle-icons {
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
}

.watch-listing-page .watch-filter-group__toggle .icon-plus,
.watch-listing-page .watch-filter-group__toggle .icon-minus {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}

.watch-listing-page .watch-filter-group__toggle .icon-minus {
  display: none;
}

.watch-listing-page
  .watch-filter-group__toggle[aria-expanded="true"]
  .icon-plus {
  display: none;
}

.watch-listing-page
  .watch-filter-group__toggle[aria-expanded="true"]
  .icon-minus {
  display: block;
}

.watch-listing-page .watch-filter-group__body {
  display: none;
  margin-top: 14px;
}

.watch-listing-page .watch-filter-group__body.is-open {
  display: block;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-color: #231f20 #e7e7e7;
  scrollbar-width: thin;
}

.watch-listing-page
  .watch-filter-group--static
  .watch-filter-group__body.is-open {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.watch-listing-page .watch-filter-group__body::-webkit-scrollbar {
  width: 6px;
}

.watch-listing-page .watch-filter-group__body::-webkit-scrollbar-thumb {
  background: #231f20;
}

.watch-listing-page .watch-filter-group__body::-webkit-scrollbar-track {
  background: #e7e7e7;
}

.watch-listing-page .watch-filter-group__body .watch-filter-option {
  align-items: start;
  cursor: pointer;
  display: grid;
  gap: 6px;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  margin: 0 0 8px;
}

.watch-listing-page .watch-filter-group__body .watch-filter-option:last-child {
  margin-bottom: 0;
}

.watch-listing-page .watch-filter-group__body .watch-filter-option input {
  margin: 2px 0 0;
}

.watch-listing-page .watch-filter-option__text {
  color: #231f20;
  font-size: 14px;
  line-height: 1.35;
}

.watch-listing-page .watch-filter-option__count {
  color: #7f776a;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.watch-listing-page .status-summary-section {
  border: 1px solid #dbd6cc;
  margin-bottom: 22px;
  padding: 15px 18px;
}

.watch-listing-page .status-summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.watch-listing-page .status-summary-item {
  display: inline-flex;
  gap: 8px;
}

.watch-listing-page .status-summary-label,
.watch-listing-page .status-summary-count {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.watch-listing-page .product-image-skeleton,
.watch-listing-page .skeleton-text {
  animation: watchListingSkeleton 1.2s ease-in-out infinite;
  background: linear-gradient(90deg, #ece5d8 0%, #f6f1e8 50%, #ece5d8 100%);
  background-size: 200% 100%;
}

.watch-listing-page .product-image-skeleton {
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  margin-bottom: 14px;
}

.watch-listing-page .skeleton-text {
  border-radius: 2px;
  height: 12px;
  margin: 0 auto 10px;
  width: 80%;
}

.watch-listing-page .skeleton-price {
  width: 48%;
}

.watch-listing-page .watch-mobile-total {
  padding-top: 10px;
}

.watch-listing-page .watch-listing-results .grid-products .item {
  margin-bottom: 26px;
}

/* .watch-listing-page .watch-listing-results .grid-products .product-name {
  min-height: 60px;
} */

@keyframes watchListingSkeleton {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (min-width: 992px) {
  .watch-listing-page .watch-listing-layout {
    align-items: start;
    column-gap: 32px;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
  }

  .watch-listing-page .watch-listing-sidebar {
    display: block !important;
    grid-column: 1;
  }

  .watch-listing-page .watch-listing-main {
    grid-column: 2;
    min-width: 0;
  }

  .watch-listing-page .mobile-filters-container,
  .watch-listing-page .watch-mobile-total {
    display: none !important;
  }

  .watch-listing-page .watch-listing-results .grid-products > .row > .item,
  .watch-listing-page #skeletonScreen .row > .item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 991.98px) {
  .watch-listing-page {
    padding-top: 0;
  }

  .watch-listing-page .watch-toolbar,
  .watch-listing-page .watch-listing-sidebar {
    display: none !important;
  }

  .watch-listing-page .watch-active-filters {
    margin-bottom: 14px;
  }

  .watch-listing-page .watch-active-filter,
  .watch-listing-page .watch-active-filters a {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 7px 10px;
  }

  .watch-listing-page .filter-category-content .watch-filter-option {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    margin: 0 0 12px;
  }

  .watch-listing-page .filter-category-content .watch-filter-option:last-child {
    margin-bottom: 0;
  }

  .watch-listing-page .filter-category-content .watch-filter-option input {
    margin: 2px 0 0;
  }

  .watch-listing-page .filter-button {
    width: 100%;
  }

  .watch-listing-page .mobile-filters-container .d-flex.gap-2.w-100 {
    align-items: stretch;
  }

  .watch-listing-page .mobile-filters-container .d-flex.gap-2.w-100 > * {
    flex: 1 1 0;
    min-width: 0;
  }

  .watch-listing-page .mobile-filters-container .w-50 {
    width: auto !important;
  }

  .watch-listing-page .mobile-filters-container .filters-toolbar__input--sort {
    min-height: 44px;
    width: 100%;
  }

  .watch-listing-page .filter-category,
  .watch-listing-page .filter-category-header {
    width: 100%;
  }
}
