/* WildDragon category desktop UI. Loaded only on desktop category/archive surfaces. */

@media (min-width: 1025px) {
  body.tax-product_cat,
  body.wd-category-surface {
    --wd-cat-ink: #171421;
    --wd-cat-muted: #746f82;
    --wd-cat-soft: #f7f5fb;
    --wd-cat-border: rgba(124, 53, 232, 0.16);
    --wd-cat-purple: #7c35e8;
    --wd-cat-purple-dark: #5b20c4;
    --wd-cat-green: #168a09;
    --wd-cat-shadow: 0 18px 44px rgba(31, 22, 50, 0.08);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  body.tax-product_cat .row.fullwidth.category-page,
  body.wd-category-surface .row.fullwidth.category-page {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.tax-product_cat .large-12.columns.ns-before-archive-products,
  body.wd-category-surface .large-12.columns.ns-before-archive-products {
    float: none !important;
    width: min(100% - 48px, 1640px) !important;
    max-width: 1640px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    color: var(--wd-cat-ink) !important;
  }

  body.tax-product_cat .wd-fit-switch,
  body.wd-category-surface .wd-fit-switch {
    width: min(100% - 48px, 1120px) !important;
    margin: 8px auto 28px !important;
  }

  body.tax-product_cat .wd-fit-switch__track,
  body.wd-category-surface .wd-fit-switch__track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-bottom: 1px solid rgba(23, 20, 33, 0.12) !important;
    background: #fff !important;
  }

  body.tax-product_cat .wd-fit-switch__option,
  body.wd-category-surface .wd-fit-switch__option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    color: var(--wd-cat-ink) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .wd-fit-switch__option.is-active,
  body.wd-category-surface .wd-fit-switch__option.is-active {
    box-shadow: inset 0 -5px 0 var(--wd-cat-purple) !important;
  }

  body.tax-product_cat .wd-style-tabs,
  body.wd-category-surface .wd-style-tabs {
    width: min(100% - 48px, 1120px) !important;
    margin: 0 auto 34px !important;
  }

  body.tax-product_cat .wd-style-tabs__track,
  body.wd-category-surface .wd-style-tabs__track {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    align-items: center !important;
  }

  body.tax-product_cat .wd-style-tab,
  body.wd-category-surface .wd-style-tab {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 156px !important;
    min-height: 54px !important;
    padding: 0 24px !important;
    border: 1px solid rgba(23, 20, 33, 0.18) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--wd-cat-ink) !important;
    box-shadow: 0 8px 22px rgba(27, 20, 43, 0.055) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .wd-style-tab:hover,
  body.wd-category-surface .wd-style-tab:hover {
    border-color: rgba(124, 53, 232, 0.34) !important;
    color: var(--wd-cat-purple-dark) !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    float: none !important;
    position: relative !important;
    z-index: 20 !important;
    display: block !important;
    width: 100% !important;
    min-height: 88px !important;
    margin: 0 !important;
    padding: 18px 28px !important;
    border: 1px solid var(--wd-cat-border) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: var(--wd-cat-shadow) !important;
  }

  body.tax-product_cat .filters-container > .showing_info_top,
  body.wd-category-surface .filters-container > .showing_info_top {
    display: none !important;
  }

  body.tax-product_cat .nasa-topbar-filter-wrap,
  body.wd-category-surface .nasa-topbar-filter-wrap {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  body.tax-product_cat .nasa-topbar-all,
  body.wd-category-surface .nasa-topbar-all {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 380px) auto !important;
    gap: 18px !important;
    align-items: center !important;
    width: 100% !important;
  }

  body.tax-product_cat .nasa-filter-action,
  body.wd-category-surface .nasa-filter-action {
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.tax-product_cat .nasa-labels-filter-top,
  body.wd-category-surface .nasa-labels-filter-top,
  body.tax-product_cat .nasa-labels-filter-accordion,
  body.wd-category-surface .nasa-labels-filter-accordion {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat .nasa-labels-filter-top input,
  body.wd-category-surface .nasa-labels-filter-top input,
  body.tax-product_cat .toggle-topbar-shop-mobile,
  body.wd-category-surface .toggle-topbar-shop-mobile {
    display: none !important;
  }

  body.tax-product_cat .wd-filter-by-label,
  body.wd-category-surface .wd-filter-by-label {
    color: var(--wd-cat-ink) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .wd-desktop-filter-chip,
  body.wd-category-surface .wd-desktop-filter-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    color: #5c556a !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .wd-desktop-filter-chip:hover,
  body.tax-product_cat .wd-desktop-filter-chip.nasa-active,
  body.wd-category-surface .wd-desktop-filter-chip:hover,
  body.wd-category-surface .wd-desktop-filter-chip.nasa-active {
    border-color: rgba(124, 53, 232, 0.24) !important;
    background: #f4edff !important;
    color: var(--wd-cat-purple-dark) !important;
  }

  body.tax-product_cat .wd-filter-result-count,
  body.wd-category-surface .wd-filter-result-count,
  body.tax-product_cat .wd-filter-clear,
  body.wd-category-surface .wd-filter-clear {
    color: var(--wd-cat-muted) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .wd-filter-clear::before,
  body.wd-category-surface .wd-filter-clear::before {
    content: "×";
    margin-right: 8px;
    color: #696273;
    font-size: 18px;
    line-height: 0;
  }

  body.tax-product_cat .nasa-sort-by-action,
  body.wd-category-surface .nasa-sort-by-action {
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.tax-product_cat .sort-bar,
  body.wd-category-surface .sort-bar {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .woocommerce-ordering {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid rgba(23, 20, 33, 0.14) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(31, 22, 50, 0.07) !important;
  }

  body.tax-product_cat .woocommerce-ordering .sort-text,
  body.wd-category-surface .woocommerce-ordering .sort-text {
    color: var(--wd-cat-muted) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .woocommerce-ordering select,
  body.wd-category-surface .woocommerce-ordering select {
    min-width: 0 !important;
    width: 100% !important;
    height: 48px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: var(--wd-cat-ink) !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  body.tax-product_cat .woocommerce-ordering .nasa-ordering,
  body.wd-category-surface .woocommerce-ordering .nasa-ordering {
    display: none !important;
  }

  body.tax-product_cat .nasa-topbar-change-view-wrap,
  body.wd-category-surface .nasa-topbar-change-view-wrap,
  body.tax-product_cat .filter-tabs.nasa-change-view,
  body.wd-category-surface .filter-tabs.nasa-change-view {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  body.tax-product_cat .nasa-change-layout,
  body.wd-category-surface .nasa-change-layout {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    border: 1px solid rgba(124, 53, 232, 0.18) !important;
    border-radius: 8px !important;
    background: #f8f5ff !important;
    color: var(--wd-cat-ink) !important;
  }

  body.tax-product_cat .nasa-change-layout.active,
  body.tax-product_cat .nasa-change-layout.nasa-active,
  body.wd-category-surface .nasa-change-layout.active,
  body.wd-category-surface .nasa-change-layout.nasa-active {
    border-color: var(--wd-cat-purple) !important;
    background: var(--wd-cat-ink) !important;
    color: #fff !important;
  }

  body.tax-product_cat .wd-category-filter-panel,
  body.wd-category-surface .wd-category-filter-panel {
    display: none !important;
    width: 100% !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
  }

  body.tax-product_cat .wd-category-filter-panel.nasa-active,
  body.wd-category-surface .wd-category-filter-panel.nasa-active {
    display: block !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-close-sidebar-wrap,
  body.wd-category-surface .wd-category-filter-panel .nasa-close-sidebar-wrap,
  body.tax-product_cat .wd-category-filter-panel .nasa-mobile-filter-nav,
  body.wd-category-surface .wd-category-filter-panel .nasa-mobile-filter-nav,
  body.tax-product_cat .wd-category-filter-panel .nasa-mobile-filter-handle,
  body.wd-category-surface .wd-category-filter-panel .nasa-mobile-filter-handle {
    display: none !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-mobile-filter-layout,
  body.wd-category-surface .wd-category-filter-panel .nasa-mobile-filter-layout,
  body.tax-product_cat .wd-category-filter-panel .nasa-mobile-filter-panels,
  body.wd-category-surface .wd-category-filter-panel .nasa-mobile-filter-panels {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-widget-wrap,
  body.wd-category-surface .wd-category-filter-panel .nasa-widget-wrap {
    display: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid rgba(124, 53, 232, 0.12) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 14px 32px rgba(27, 20, 43, 0.07) !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-widget-wrap.nasa-active,
  body.wd-category-surface .wd-category-filter-panel .nasa-widget-wrap.nasa-active {
    display: block !important;
  }

  body.tax-product_cat .wd-category-filter-panel .widget-title,
  body.tax-product_cat .wd-category-filter-panel .nasa-toggle-widget,
  body.wd-category-surface .wd-category-filter-panel .widget-title,
  body.wd-category-surface .wd-category-filter-panel .nasa-toggle-widget {
    display: none !important;
  }

  body.tax-product_cat .wd-category-filter-panel ul,
  body.tax-product_cat .wd-category-filter-panel li,
  body.wd-category-surface .wd-category-filter-panel ul,
  body.wd-category-surface .wd-category-filter-panel li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-variation-filters,
  body.wd-category-surface .wd-category-filter-panel .nasa-variation-filters {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(160px, 1fr)) !important;
    gap: 12px !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-filter-by-variations,
  body.wd-category-surface .wd-category-filter-panel .nasa-filter-by-variations {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 22px !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 50px !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(23, 20, 33, 0.1) !important;
    border-radius: 10px !important;
    background: #fbfbfd !important;
    color: #3d3749 !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-filter-by-variations:hover,
  body.tax-product_cat .wd-category-filter-panel .nasa-filter-by-variations.nasa-active,
  body.wd-category-surface .wd-category-filter-panel .nasa-filter-by-variations:hover,
  body.wd-category-surface .wd-category-filter-panel .nasa-filter-by-variations.nasa-active {
    border-color: rgba(124, 53, 232, 0.28) !important;
    background: #f8f4ff !important;
    color: var(--wd-cat-purple-dark) !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-filter-color-span,
  body.wd-category-surface .wd-category-filter-panel .nasa-filter-color-span {
    display: flex !important;
    width: 30px !important;
    height: 30px !important;
    overflow: hidden !important;
    border: 1px solid rgba(23, 20, 33, 0.1) !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 14px rgba(23, 20, 33, 0.12) !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-filter-color-span > span,
  body.wd-category-surface .wd-category-filter-panel .nasa-filter-color-span > span {
    flex: 1 1 0 !important;
    height: 100% !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-filter-by-variations::after,
  body.wd-category-surface .wd-category-filter-panel .nasa-filter-by-variations::after {
    content: "" !important;
    justify-self: end !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #c8ccd5 !important;
    border-radius: 999px !important;
    background: #fff !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-filter-by-variations.nasa-active::after,
  body.wd-category-surface .wd-category-filter-panel .nasa-filter-by-variations.nasa-active::after {
    border-color: var(--wd-cat-purple) !important;
    box-shadow: inset 0 0 0 4px #fff !important;
    background: var(--wd-cat-purple) !important;
  }

  body.tax-product_cat .nasa-mobile-filter-footer,
  body.wd-category-surface .nasa-mobile-filter-footer {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(23, 20, 33, 0.08) !important;
  }

  body.tax-product_cat .nasa-mobile-filter-btn,
  body.wd-category-surface .nasa-mobile-filter-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 132px !important;
    min-height: 44px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .nasa-mobile-filter-btn-clear,
  body.wd-category-surface .nasa-mobile-filter-btn-clear {
    border: 1px solid rgba(23, 20, 33, 0.12) !important;
    background: #fff !important;
    color: #8d8798 !important;
  }

  body.tax-product_cat .nasa-mobile-filter-btn-apply,
  body.wd-category-surface .nasa-mobile-filter-btn-apply {
    border: 1px solid var(--wd-cat-purple) !important;
    background: var(--wd-cat-purple) !important;
    color: #fff !important;
  }

  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp {
    width: min(100% - 48px, 1640px) !important;
    max-width: 1640px !important;
    margin: 0 auto !important;
  }

  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 42px 26px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat ul.products.grid > .product-item,
  body.wd-category-surface ul.products.grid > .product-item {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.tax-product_cat .product-img-wrap,
  body.wd-category-surface .product-img-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: var(--wd-cat-soft) !important;
  }

  body.tax-product_cat .product-img-wrap img,
  body.wd-category-surface .product-img-wrap img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body.tax-product_cat .product-info-container,
  body.wd-category-surface .product-info-container {
    display: grid !important;
    gap: 8px !important;
    padding-top: 14px !important;
  }

  body.tax-product_cat .brand-row,
  body.wd-category-surface .brand-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 38px !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body.tax-product_cat .brand-name,
  body.wd-category-surface .brand-name {
    overflow: hidden !important;
    color: var(--wd-cat-ink) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .wishlist-btn,
  body.wd-category-surface .wishlist-btn {
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #e8e2f2 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--wd-cat-ink) !important;
    box-shadow: 0 8px 20px rgba(23, 20, 33, 0.08) !important;
  }

  body.tax-product_cat .product-title,
  body.wd-category-surface .product-title {
    margin: 0 !important;
    color: var(--wd-cat-muted) !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.28 !important;
  }

  body.tax-product_cat .product-title a,
  body.wd-category-surface .product-title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: inherit !important;
    text-decoration: none !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  body.tax-product_cat [data-testid="product-card-price-container"],
  body.wd-category-surface [data-testid="product-card-price-container"] {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 4px 8px !important;
  }

  body.tax-product_cat [data-testid="product-card-selling-price"],
  body.wd-category-surface [data-testid="product-card-selling-price"] {
    color: var(--wd-cat-ink) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
  }

  body.tax-product_cat [data-testid="product-card-mrp"],
  body.wd-category-surface [data-testid="product-card-mrp"] {
    color: #9aa2b2 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    text-decoration: line-through !important;
  }

  body.tax-product_cat [data-testid="product-card-discount"],
  body.wd-category-surface [data-testid="product-card-discount"] {
    color: var(--wd-cat-green) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
  }

  body.tax-product_cat .top-badge,
  body.wd-category-surface .top-badge {
    position: static !important;
    justify-self: start !important;
    width: fit-content !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--wd-cat-green) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 850 !important;
  }

  body.tax-product_cat .fabric-tag,
  body.wd-category-surface .fabric-tag {
    width: fit-content !important;
    padding: 6px 10px !important;
    border: 1px solid #d9dce5 !important;
    border-radius: 8px !important;
    background: #fbfbfd !important;
    color: var(--wd-cat-muted) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body.tax-product_cat .nasa-paginations-warp,
  body.wd-category-surface .nasa-paginations-warp {
    width: min(100% - 48px, 1640px) !important;
    max-width: 1640px !important;
    margin: 44px auto 0 !important;
  }
}

@media (min-width: 1600px) {
  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1025px) {
  body.tax-product_cat *,
  body.wd-category-surface * {
    box-sizing: border-box !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    width: min(100% - 48px, 1640px) !important;
    max-width: 1640px !important;
    margin-inline: auto !important;
    overflow: visible !important;
  }

  body.tax-product_cat .filters-container ul,
  body.tax-product_cat .filters-container li,
  body.wd-category-surface .filters-container ul,
  body.wd-category-surface .filters-container li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat .filters-container a,
  body.wd-category-surface .filters-container a {
    text-decoration: none !important;
  }

  body.tax-product_cat .filters-container .nasa-top-sidebar:not(.nasa-active),
  body.wd-category-surface .filters-container .nasa-top-sidebar:not(.nasa-active) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.tax-product_cat .filters-container .nasa-topbar-all,
  body.wd-category-surface .filters-container .nasa-topbar-all {
    display: grid !important;
    grid-template-columns: minmax(420px, 1fr) minmax(340px, 430px) auto !important;
    align-items: center !important;
    gap: 24px !important;
    min-width: 0 !important;
  }

  body.tax-product_cat .filters-container .nasa-filter-action,
  body.wd-category-surface .filters-container .nasa-filter-action {
    min-width: 0 !important;
  }

  body.tax-product_cat .filters-container .nasa-labels-filter-accordion,
  body.wd-category-surface .filters-container .nasa-labels-filter-accordion {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 16px 24px !important;
    min-width: 0 !important;
  }

  body.tax-product_cat .filters-container .nasa-labels-filter-accordion > *,
  body.wd-category-surface .filters-container .nasa-labels-filter-accordion > * {
    margin: 0 !important;
  }

  body.tax-product_cat .wd-filter-by-label,
  body.wd-category-surface .wd-filter-by-label {
    color: var(--wd-cat-ink) !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .wd-desktop-filter-chip,
  body.wd-category-surface .wd-desktop-filter-chip,
  body.tax-product_cat .nasa-labels-filter-accordion .nasa-filter-by-tax,
  body.wd-category-surface .nasa-labels-filter-accordion .nasa-filter-by-tax {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border: 1px solid #eadfff !important;
    border-radius: 999px !important;
    background: #fbf8ff !important;
    color: #6f42d8 !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .wd-desktop-filter-chip.nasa-active,
  body.tax-product_cat .wd-desktop-filter-chip[aria-expanded="true"],
  body.wd-category-surface .wd-desktop-filter-chip.nasa-active,
  body.wd-category-surface .wd-desktop-filter-chip[aria-expanded="true"] {
    border-color: #d7c4ff !important;
    background: #f4edff !important;
    color: #6f36d6 !important;
  }

  body.tax-product_cat .wd-filter-result-count,
  body.wd-category-surface .wd-filter-result-count {
    color: #747086 !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .wd-filter-clear,
  body.wd-category-surface .wd-filter-clear {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #747086 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .wd-filter-clear::before,
  body.wd-category-surface .wd-filter-clear::before {
    content: "×" !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .woocommerce-ordering {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 430px !important;
  }

  body.tax-product_cat .filters-container .nasa-top-sidebar.nasa-active,
  body.tax-product_cat .filters-container .wd-category-filter-panel.nasa-active,
  body.wd-category-surface .filters-container .nasa-top-sidebar.nasa-active,
  body.wd-category-surface .filters-container .wd-category-filter-panel.nasa-active {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    margin-top: 22px !important;
    padding: 22px !important;
    border: 1px solid #eadfff !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 22px 70px rgba(41, 29, 77, 0.1) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.tax-product_cat .filters-container .nasa-close-sidebar-wrap,
  body.wd-category-surface .filters-container .nasa-close-sidebar-wrap {
    display: none !important;
  }

  body.tax-product_cat .filters-container .nasa-mobile-filter-layout,
  body.wd-category-surface .filters-container .nasa-mobile-filter-layout {
    display: block !important;
  }

  body.tax-product_cat .filters-container .nasa-mobile-filter-nav,
  body.wd-category-surface .filters-container .nasa-mobile-filter-nav {
    display: none !important;
  }

  body.tax-product_cat .filters-container .nasa-mobile-filter-panels,
  body.wd-category-surface .filters-container .nasa-mobile-filter-panels {
    display: block !important;
  }

  body.tax-product_cat .filters-container .nasa-widget-wrap,
  body.wd-category-surface .filters-container .nasa-widget-wrap {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.tax-product_cat .filters-container .nasa-widget-wrap.nasa-active,
  body.tax-product_cat .filters-container .nasa-widget-wrap.nasa-show,
  body.wd-category-surface .filters-container .nasa-widget-wrap.nasa-active,
  body.wd-category-surface .filters-container .nasa-widget-wrap.nasa-show {
    display: block !important;
  }

  body.tax-product_cat .filters-container .widget-title,
  body.tax-product_cat .filters-container .nasa-toggle-widget,
  body.wd-category-surface .filters-container .widget-title,
  body.wd-category-surface .filters-container .nasa-toggle-widget {
    display: none !important;
  }

  body.tax-product_cat .filters-container .nasa-variation-filters,
  body.wd-category-surface .filters-container .nasa-variation-filters {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 0 22px !important;
    border-bottom: 1px solid #edf0f5 !important;
  }

  body.tax-product_cat .filters-container .nasa-variation-filters > li,
  body.wd-category-surface .filters-container .nasa-variation-filters > li {
    width: auto !important;
    min-width: 0 !important;
  }

  body.tax-product_cat .filters-container .nasa-filter-by-attrs,
  body.tax-product_cat .filters-container .nasa-filter-by-variations,
  body.wd-category-surface .filters-container .nasa-filter-by-attrs,
  body.wd-category-surface .filters-container .nasa-filter-by-variations {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 28px !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 66px !important;
    padding: 10px 14px !important;
    border: 1px solid #e8eaf0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #3d4350 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 26px rgba(17, 20, 33, 0.04) !important;
  }

  body.tax-product_cat .filters-container .nasa-filter-color-span,
  body.wd-category-surface .filters-container .nasa-filter-color-span {
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    box-shadow: 0 7px 16px rgba(17, 20, 33, 0.1) !important;
  }

  body.tax-product_cat .filters-container .nasa-filter-color-span > span,
  body.wd-category-surface .filters-container .nasa-filter-color-span > span {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.tax-product_cat .filters-container .nasa-filter-by-attrs::after,
  body.tax-product_cat .filters-container .nasa-filter-by-variations::after,
  body.wd-category-surface .filters-container .nasa-filter-by-attrs::after,
  body.wd-category-surface .filters-container .nasa-filter-by-variations::after {
    content: "" !important;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #c8cdd6 !important;
    border-radius: 999px !important;
    background: #fff !important;
  }

  body.tax-product_cat .filters-container .nasa-filter-by-attrs.nasa-active::after,
  body.tax-product_cat .filters-container .nasa-filter-by-variations.nasa-active::after,
  body.tax-product_cat .filters-container li.chosen .nasa-filter-by-attrs::after,
  body.tax-product_cat .filters-container li.chosen .nasa-filter-by-variations::after,
  body.wd-category-surface .filters-container .nasa-filter-by-attrs.nasa-active::after,
  body.wd-category-surface .filters-container .nasa-filter-by-variations.nasa-active::after,
  body.wd-category-surface .filters-container li.chosen .nasa-filter-by-attrs::after,
  body.wd-category-surface .filters-container li.chosen .nasa-filter-by-variations::after {
    border-color: #7c3aed !important;
    background: #7c3aed !important;
    box-shadow: inset 0 0 0 5px #fff !important;
  }

  body.tax-product_cat .filters-container .nasa-mobile-filter-footer,
  body.wd-category-surface .filters-container .nasa-mobile-filter-footer {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    padding-top: 18px !important;
  }

  body.tax-product_cat .filters-container .nasa-mobile-filter-btn,
  body.wd-category-surface .filters-container .nasa-mobile-filter-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 140px !important;
    height: 52px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .filters-container .nasa-mobile-filter-btn-clear,
  body.wd-category-surface .filters-container .nasa-mobile-filter-btn-clear {
    border: 1px solid #e8eaf0 !important;
    background: #fff !important;
    color: #a5acb9 !important;
  }

  body.tax-product_cat .filters-container .nasa-mobile-filter-btn-apply,
  body.wd-category-surface .filters-container .nasa-mobile-filter-btn-apply {
    border: 0 !important;
    background: linear-gradient(135deg, #8a35f5 0%, #6b35d5 100%) !important;
    color: #fff !important;
  }

  body.tax-product_cat .wd-style-tabs,
  body.wd-category-surface .wd-style-tabs {
    width: min(100% - 48px, 1180px) !important;
    margin: 0 auto 28px !important;
  }

  body.tax-product_cat .wd-style-tabs a,
  body.tax-product_cat .wd-style-tab,
  body.wd-category-surface .wd-style-tabs a,
  body.wd-category-surface .wd-style-tab {
    border-radius: 12px !important;
    font-size: 17px !important;
    font-weight: 850 !important;
  }

  body.tax-product_cat .wd-style-tabs .active,
  body.tax-product_cat .wd-style-tabs .current,
  body.tax-product_cat .wd-style-tab.is-active,
  body.tax-product_cat .wd-style-tab.wd-active,
  body.wd-category-surface .wd-style-tabs .active,
  body.wd-category-surface .wd-style-tabs .current,
  body.wd-category-surface .wd-style-tab.is-active,
  body.wd-category-surface .wd-style-tab.wd-active {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
  }

  body.tax-product_cat .wishlist-btn .ns-filled,
  body.wd-category-surface .wishlist-btn .ns-filled {
    display: none !important;
  }

  body.tax-product_cat .wishlist-btn.nasa-added .ns-stroke,
  body.tax-product_cat .wishlist-btn.added .ns-stroke,
  body.tax-product_cat .wishlist-btn.nasa-active .ns-stroke,
  body.tax-product_cat .wishlist-btn.exists .ns-stroke,
  body.wd-category-surface .wishlist-btn.nasa-added .ns-stroke,
  body.wd-category-surface .wishlist-btn.added .ns-stroke,
  body.wd-category-surface .wishlist-btn.nasa-active .ns-stroke,
  body.wd-category-surface .wishlist-btn.exists .ns-stroke {
    display: none !important;
  }

  body.tax-product_cat .wishlist-btn.nasa-added .ns-filled,
  body.tax-product_cat .wishlist-btn.added .ns-filled,
  body.tax-product_cat .wishlist-btn.nasa-active .ns-filled,
  body.tax-product_cat .wishlist-btn.exists .ns-filled,
  body.wd-category-surface .wishlist-btn.nasa-added .ns-filled,
  body.wd-category-surface .wishlist-btn.added .ns-filled,
  body.wd-category-surface .wishlist-btn.nasa-active .ns-filled,
  body.wd-category-surface .wishlist-btn.exists .ns-filled {
    display: block !important;
  }

  body.tax-product_cat .filters-container .nasa-filter-by-attrs.nasa-active::after,
  body.tax-product_cat .filters-container .nasa-filter-by-variations.nasa-active::after,
  body.tax-product_cat .filters-container li.chosen .nasa-filter-by-attrs::after,
  body.tax-product_cat .filters-container li.chosen .nasa-filter-by-variations::after,
  body.wd-category-surface .filters-container .nasa-filter-by-attrs.nasa-active::after,
  body.wd-category-surface .filters-container .nasa-filter-by-variations.nasa-active::after,
  body.wd-category-surface .filters-container li.chosen .nasa-filter-by-attrs::after,
  body.wd-category-surface .filters-container li.chosen .nasa-filter-by-variations::after {
    content: "✓" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-color: #7c3aed !important;
    background: #7c3aed !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  body.tax-product_cat .nasa-paginations-warp,
  body.wd-category-surface .nasa-paginations-warp {
    width: min(100% - 48px, 1640px) !important;
    max-width: 1640px !important;
    margin: 48px auto 32px !important;
    padding: 0 !important;
  }

  body.tax-product_cat #nasa-wrap-archive-loadmore,
  body.wd-category-surface #nasa-wrap-archive-loadmore {
    margin: 0 0 22px !important;
    text-align: center !important;
  }

  body.tax-product_cat .nasa-archive-loadmore,
  body.wd-category-surface .nasa-archive-loadmore {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 190px !important;
    height: 50px !important;
    padding: 0 28px !important;
    border: 1px solid rgba(124, 53, 232, 0.24) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #7c35e8 !important;
    box-shadow: 0 14px 30px rgba(31, 22, 50, 0.08) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .woocommerce-pagination,
  body.wd-category-surface .woocommerce-pagination {
    display: flex !important;
    justify-content: center !important;
  }

  body.tax-product_cat .page-numbers,
  body.wd-category-surface .page-numbers {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat .page-numbers li,
  body.wd-category-surface .page-numbers li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat .page-numbers a,
  body.tax-product_cat .page-numbers span,
  body.wd-category-surface .page-numbers a,
  body.wd-category-surface .page-numbers span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(124, 53, 232, 0.18) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #171421 !important;
    box-shadow: 0 10px 22px rgba(31, 22, 50, 0.06) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .page-numbers .current,
  body.wd-category-surface .page-numbers .current {
    border-color: #7c35e8 !important;
    background: #7c35e8 !important;
    color: #fff !important;
  }

  body.tax-product_cat .page-numbers .next svg,
  body.wd-category-surface .page-numbers .next svg {
    width: 24px !important;
    height: 24px !important;
  }
}
