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

@media (max-width: 1024px) {
  body.tax-product_cat,
  body.wd-category-surface {
    --wd-cat-ink: #171421;
    --wd-cat-muted: #787284;
    --wd-cat-soft: #f7f5fb;
    --wd-cat-border: rgba(124, 53, 232, 0.18);
    --wd-cat-purple: #7c35e8;
    --wd-cat-purple-dark: #5b20c4;
    --wd-cat-green: #168a09;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  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: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !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: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !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;
    width: 100% !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: 46px !important;
    padding: 0 12px !important;
    color: var(--wd-cat-ink) !important;
    font-size: clamp(14px, 3.7vw, 17px) !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: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body.tax-product_cat .wd-style-tabs::-webkit-scrollbar,
  body.wd-category-surface .wd-style-tabs::-webkit-scrollbar {
    display: none !important;
  }

  body.tax-product_cat .wd-style-tabs__track,
  body.wd-category-surface .wd-style-tabs__track {
    display: flex !important;
    gap: 12px !important;
    min-width: 100% !important;
    width: max-content !important;
  }

  body.tax-product_cat .wd-style-tab,
  body.wd-category-surface .wd-style-tab {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 128px !important;
    min-height: 44px !important;
    padding: 0 18px !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 20px rgba(27, 20, 43, 0.055) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    position: relative !important;
    z-index: 30 !important;
    display: block !important;
    width: auto !important;
    min-height: 72px !important;
    margin: 0 12px 18px !important;
    padding: 12px !important;
    border: 1px solid var(--wd-cat-border) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 12px 28px rgba(31, 22, 50, 0.07) !important;
  }

  body.tax-product_cat .filters-container > .showing_info_top,
  body.wd-category-surface .filters-container > .showing_info_top,
  body.tax-product_cat .nasa-labels-filter-accordion,
  body.wd-category-surface .nasa-labels-filter-accordion,
  body.tax-product_cat .nasa-change-view-mobile-wrap,
  body.wd-category-surface .nasa-change-view-mobile-wrap,
  body.tax-product_cat .nasa-topbar-change-view-wrap,
  body.wd-category-surface .nasa-topbar-change-view-wrap {
    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;
    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(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
  }

  body.tax-product_cat .nasa-filter-action,
  body.tax-product_cat .nasa-sort-by-action,
  body.wd-category-surface .nasa-filter-action,
  body.wd-category-surface .nasa-sort-by-action {
    width: 100% !important;
    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 .sort-bar,
  body.wd-category-surface .sort-bar {
    display: block !important;
    width: 100% !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 .sort-bar li,
  body.wd-category-surface .sort-bar li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile,
  body.wd-category-surface .toggle-topbar-shop-mobile,
  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .woocommerce-ordering {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(124, 53, 232, 0.22) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--wd-cat-ink) !important;
    box-shadow: 0 12px 24px rgba(31, 22, 50, 0.08) !important;
    font-size: clamp(14px, 3.8vw, 16px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile,
  body.wd-category-surface .toggle-topbar-shop-mobile {
    gap: 9px !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile svg,
  body.wd-category-surface .toggle-topbar-shop-mobile svg {
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
  }

  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .woocommerce-ordering {
    position: relative !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  body.tax-product_cat .woocommerce-ordering .sort-text,
  body.wd-category-surface .woocommerce-ordering .sort-text {
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: var(--wd-cat-ink) !important;
    font-size: inherit !important;
    font-weight: 900 !important;
  }

  body.tax-product_cat .woocommerce-ordering select,
  body.wd-category-surface .woocommerce-ordering select {
    flex: 1 1 auto !important;
    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: inherit !important;
    font-weight: 900 !important;
    text-overflow: ellipsis !important;
  }

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

  html.nasa-filter-open,
  body.nasa-filter-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  body.tax-product_cat .wd-category-filter-backdrop,
  body.wd-category-surface .wd-category-filter-backdrop {
    display: none !important;
  }

  body.tax-product_cat.nasa-filter-open .wd-category-filter-backdrop,
  body.wd-category-surface.nasa-filter-open .wd-category-filter-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482400 !important;
    display: block !important;
    width: 100vw !important;
    height: 100dvh !important;
    background: rgba(17, 20, 33, 0.58) !important;
    pointer-events: auto !important;
  }

  body.tax-product_cat.nasa-filter-open .black-window,
  body.tax-product_cat.nasa-filter-open .black-window.desk-window,
  body.wd-category-surface.nasa-filter-open .black-window,
  body.wd-category-surface.nasa-filter-open .black-window.desk-window {
    z-index: 2147482300 !important;
    pointer-events: none !important;
  }

  body.tax-product_cat.nasa-filter-open #header-content,
  body.tax-product_cat.nasa-filter-open ul.products,
  body.tax-product_cat.nasa-filter-open .product-item,
  body.tax-product_cat.nasa-filter-open .wishlist-btn,
  body.tax-product_cat.nasa-filter-open .nasa-bottom-bar,
  body.tax-product_cat.nasa-filter-open #contlo_whatsapp_widget,
  body.tax-product_cat.nasa-filter-open .wa__btn_popup,
  body.wd-category-surface.nasa-filter-open #header-content,
  body.wd-category-surface.nasa-filter-open ul.products,
  body.wd-category-surface.nasa-filter-open .product-item,
  body.wd-category-surface.nasa-filter-open .wishlist-btn,
  body.wd-category-surface.nasa-filter-open .nasa-bottom-bar,
  body.wd-category-surface.nasa-filter-open #contlo_whatsapp_widget,
  body.wd-category-surface.nasa-filter-open .wa__btn_popup {
    z-index: auto !important;
    pointer-events: none !important;
  }

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

  body.tax-product_cat.nasa-filter-open .wd-category-filter-panel.nasa-active,
  body.wd-category-surface.nasa-filter-open .wd-category-filter-panel.nasa-active {
    position: fixed !important;
    inset: max(32px, env(safe-area-inset-top)) 0 0 0 !important;
    z-index: 2147482600 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: calc(100dvh - max(32px, env(safe-area-inset-top))) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 28px 28px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -24px 64px rgba(16, 14, 28, 0.22) !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !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 {
    position: relative !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 84px !important;
    padding: 30px 22px 18px !important;
    border-bottom: 1px solid rgba(23, 20, 33, 0.08) !important;
    background: #fff !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-mobile-filter-handle,
  body.wd-category-surface .wd-category-filter-panel .nasa-mobile-filter-handle {
    position: absolute !important;
    top: 10px !important;
    left: 50% !important;
    display: block !important;
    width: 54px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #8c8796 !important;
    transform: translateX(-50%) !important;
  }

  body.tax-product_cat .wd-category-filter-panel .ns-sidebar-heading,
  body.wd-category-surface .wd-category-filter-panel .ns-sidebar-heading {
    display: block !important;
    color: var(--wd-cat-ink) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-close-sidebar,
  body.wd-category-surface .wd-category-filter-panel .nasa-close-sidebar {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 999px !important;
    background: #171b33 !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(17, 20, 33, 0.18) !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-close-sidebar span,
  body.wd-category-surface .wd-category-filter-panel .nasa-close-sidebar span {
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-close-sidebar span::before,
  body.tax-product_cat .wd-category-filter-panel .nasa-close-sidebar span::after,
  body.wd-category-surface .wd-category-filter-panel .nasa-close-sidebar span::before,
  body.wd-category-surface .wd-category-filter-panel .nasa-close-sidebar span::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 22px !important;
    height: 3px !important;
    border-radius: 99px !important;
    background: currentColor !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-close-sidebar span::before,
  body.wd-category-surface .wd-category-filter-panel .nasa-close-sidebar span::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  body.tax-product_cat .wd-category-filter-panel .nasa-close-sidebar span::after,
  body.wd-category-surface .wd-category-filter-panel .nasa-close-sidebar span::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  body.tax-product_cat .nasa-mobile-filter-layout,
  body.wd-category-surface .nasa-mobile-filter-layout {
    display: grid !important;
    grid-template-columns: minmax(112px, 32%) minmax(0, 1fr) !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  body.tax-product_cat .nasa-mobile-filter-nav,
  body.wd-category-surface .nasa-mobile-filter-nav {
    height: 100% !important;
    overflow-y: auto !important;
    border-right: 1px solid rgba(23, 20, 33, 0.08) !important;
    background: #f4f7fa !important;
    -webkit-overflow-scrolling: touch !important;
  }

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

  body.tax-product_cat .nasa-mobile-filter-tab,
  body.wd-category-surface .nasa-mobile-filter-tab {
    display: flex !important;
    align-items: center !important;
    min-height: 60px !important;
    padding: 0 16px !important;
    border-left: 4px solid transparent !important;
    background: transparent !important;
    color: #184345 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .nasa-mobile-filter-tab.nasa-active,
  body.tax-product_cat .nasa-mobile-filter-item.nasa-active .nasa-mobile-filter-tab,
  body.wd-category-surface .nasa-mobile-filter-tab.nasa-active,
  body.wd-category-surface .nasa-mobile-filter-item.nasa-active .nasa-mobile-filter-tab {
    border-left-color: var(--wd-cat-purple) !important;
    background: #fff !important;
    color: var(--wd-cat-purple-dark) !important;
  }

  body.tax-product_cat .nasa-mobile-filter-panels,
  body.wd-category-surface .nasa-mobile-filter-panels {
    min-width: 0 !important;
    height: 100% !important;
    overflow-y: auto !important;
    background: #fff !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.tax-product_cat .nasa-mobile-filter-panels .nasa-widget-wrap,
  body.wd-category-surface .nasa-mobile-filter-panels .nasa-widget-wrap {
    display: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

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

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

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

  body.tax-product_cat .nasa-mobile-filter-panels .nasa-filter-by-variations,
  body.wd-category-surface .nasa-mobile-filter-panels .nasa-filter-by-variations {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) 32px !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 72px !important;
    padding: 10px 18px !important;
    border-bottom: 1px solid rgba(23, 20, 33, 0.08) !important;
    background: #fff !important;
    color: #4f5563 !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat .nasa-mobile-filter-panels .nasa-filter-color-span,
  body.wd-category-surface .nasa-mobile-filter-panels .nasa-filter-color-span {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    overflow: hidden !important;
    border: 1px solid rgba(23, 20, 33, 0.1) !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 14px rgba(23, 20, 33, 0.14) !important;
  }

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

  body.tax-product_cat .nasa-mobile-filter-panels .nasa-filter-by-variations::after,
  body.wd-category-surface .nasa-mobile-filter-panels .nasa-filter-by-variations::after {
    content: "" !important;
    justify-self: end !important;
    width: 26px !important;
    height: 26px !important;
    border: 2px solid #b7bbc4 !important;
    border-radius: 7px !important;
    background: #fff !important;
  }

  body.tax-product_cat .nasa-mobile-filter-panels .nasa-filter-by-variations.nasa-active::after,
  body.wd-category-surface .nasa-mobile-filter-panels .nasa-filter-by-variations.nasa-active::after {
    border-color: var(--wd-cat-purple) !important;
    box-shadow: inset 0 0 0 5px #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: grid !important;
    grid-template-columns: 1fr 1fr !important;
    flex: 0 0 auto !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid rgba(23, 20, 33, 0.08) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 -10px 24px rgba(23, 20, 33, 0.06) !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-height: 52px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !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.11) !important;
    background: #fff !important;
    color: #a1a6b2 !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: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 14px !important;
  }

  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 14px !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: 4 / 5 !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: 5px !important;
    padding-top: 8px !important;
  }

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

  body.tax-product_cat .brand-name,
  body.wd-category-surface .brand-name {
    overflow: hidden !important;
    color: var(--wd-cat-ink) !important;
    font-size: clamp(13px, 3.4vw, 15px) !important;
    font-weight: 850 !important;
    line-height: 1.14 !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: 34px !important;
    height: 34px !important;
    border: 1px solid #e8e2f2 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--wd-cat-ink) !important;
    box-shadow: 0 8px 18px 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: clamp(12px, 3.2vw, 14px) !important;
    font-weight: 750 !important;
    line-height: 1.22 !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: 3px 7px !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: clamp(16px, 4.5vw, 20px) !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: clamp(12px, 3.2vw, 14px) !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: clamp(12px, 3.3vw, 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: clamp(12px, 3.2vw, 14px) !important;
    font-weight: 850 !important;
  }

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

@media (min-width: 768px) and (max-width: 1024px) {
  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px 18px !important;
  }
}

@media (max-width: 360px) {
  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    gap: 22px 10px !important;
  }
}

@media (max-width: 1024px) {
  body.tax-product_cat,
  body.wd-category-surface {
    overflow-x: hidden !important;
  }

  body.tax-product_cat *,
  body.wd-category-surface * {
    box-sizing: border-box !important;
  }

  body.tax-product_cat #wrapper,
  body.tax-product_cat #main-content,
  body.tax-product_cat .nasa-store-page,
  body.tax-product_cat .nasa-archive-product-content,
  body.tax-product_cat .row.fullwidth.category-page,
  body.wd-category-surface #wrapper,
  body.wd-category-surface #main-content,
  body.wd-category-surface .nasa-store-page,
  body.wd-category-surface .nasa-archive-product-content,
  body.wd-category-surface .row.fullwidth.category-page {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-inline: auto !important;
    overflow: hidden !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: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile,
  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .toggle-topbar-shop-mobile,
  body.wd-category-surface .woocommerce-ordering {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 56px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  body.tax-product_cat .woocommerce-ordering select,
  body.wd-category-surface .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering .orderby,
  body.wd-category-surface .woocommerce-ordering .orderby {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
  }

  body.tax-product_cat .woocommerce-ordering::before,
  body.wd-category-surface .woocommerce-ordering::before {
    content: "Sort by" !important;
    position: absolute !important;
    inset: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--wd-cat-ink) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    pointer-events: none !important;
  }

  body.tax-product_cat .woocommerce-ordering > span,
  body.tax-product_cat .woocommerce-ordering label,
  body.wd-category-surface .woocommerce-ordering > span,
  body.wd-category-surface .woocommerce-ordering label {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.tax-product_cat:not(.nasa-filter-open) .wd-category-filter-panel,
  body.tax-product_cat:not(.nasa-filter-open) .nasa-top-sidebar,
  body.wd-category-surface:not(.nasa-filter-open) .wd-category-filter-panel,
  body.wd-category-surface:not(.nasa-filter-open) .nasa-top-sidebar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.tax-product_cat.nasa-filter-open,
  body.tax-product_cat.nasa-filter-open html,
  html.nasa-filter-open,
  body.wd-category-surface.nasa-filter-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  body.tax-product_cat.nasa-filter-open .wd-category-filter-backdrop,
  body.wd-category-surface.nasa-filter-open .wd-category-filter-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482000 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background: rgba(17, 20, 33, 0.58) !important;
    backdrop-filter: blur(4px) !important;
  }

  body.tax-product_cat.nasa-filter-open .wd-category-filter-panel.nasa-active,
  body.tax-product_cat.nasa-filter-open .nasa-top-sidebar.nasa-active,
  body.wd-category-surface.nasa-filter-open .wd-category-filter-panel.nasa-active,
  body.wd-category-surface.nasa-filter-open .nasa-top-sidebar.nasa-active {
    position: fixed !important;
    inset: max(18px, env(safe-area-inset-top)) 14px max(10px, env(safe-area-inset-bottom)) 14px !important;
    z-index: 2147482500 !important;
    display: grid !important;
    grid-template-rows: 74px minmax(0, 1fr) 86px !important;
    width: auto !important;
    max-width: calc(100vw - 28px) !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 28px 28px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -22px 70px rgba(17, 20, 33, 0.2) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-close-sidebar-wrap,
  body.wd-category-surface.nasa-filter-open .nasa-close-sidebar-wrap {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 74px !important;
    padding: 0 22px !important;
    border-bottom: 1px solid #eeeaf7 !important;
    background: #fff !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-layout,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-layout {
    display: grid !important;
    grid-template-columns: minmax(112px, 30%) minmax(0, 1fr) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-nav,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-nav {
    min-width: 0 !important;
    overflow-y: auto !important;
    background: #f4f7fb !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-tabs,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-tabs {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-item,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-item {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-tab,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-tab {
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
    padding: 0 16px !important;
    border-bottom: 1px solid #e8edf4 !important;
    color: #234244 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-tab.nasa-active,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-tab.nasa-active {
    border-left: 4px solid var(--wd-cat-purple) !important;
    background: #fff !important;
    color: var(--wd-cat-purple) !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-panels,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-panels {
    min-width: 0 !important;
    overflow-y: auto !important;
    background: #fff !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-widget-wrap,
  body.wd-category-surface.nasa-filter-open .nasa-widget-wrap {
    display: none !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

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

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

  body.tax-product_cat.nasa-filter-open .nasa-variation-filters,
  body.wd-category-surface.nasa-filter-open .nasa-variation-filters {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-variation-filters > li,
  body.wd-category-surface.nasa-filter-open .nasa-variation-filters > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-filter-by-attrs,
  body.tax-product_cat.nasa-filter-open .nasa-filter-by-variations,
  body.wd-category-surface.nasa-filter-open .nasa-filter-by-attrs,
  body.wd-category-surface.nasa-filter-open .nasa-filter-by-variations {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 30px !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 74px !important;
    padding: 10px 18px !important;
    border-bottom: 1px solid #edf0f5 !important;
    color: #4f5668 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.18 !important;
    text-decoration: none !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-filter-color-span,
  body.wd-category-surface.nasa-filter-open .nasa-filter-color-span {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 7px 16px rgba(17, 20, 33, 0.13) !important;
  }

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

  body.tax-product_cat.nasa-filter-open .nasa-text-variation,
  body.wd-category-surface.nasa-filter-open .nasa-text-variation {
    min-width: 0 !important;
    overflow: hidden !important;
    color: inherit !important;
    text-overflow: ellipsis !important;
  }

  body.tax-product_cat.nasa-filter-open .nasa-filter-by-attrs::after,
  body.tax-product_cat.nasa-filter-open .nasa-filter-by-variations::after,
  body.wd-category-surface.nasa-filter-open .nasa-filter-by-attrs::after,
  body.wd-category-surface.nasa-filter-open .nasa-filter-by-variations::after {
    content: "" !important;
    width: 28px !important;
    height: 28px !important;
    border: 2px solid #bcc2ce !important;
    border-radius: 7px !important;
    background: #fff !important;
  }

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

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-footer,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-footer {
    position: relative !important;
    z-index: 3 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom)) !important;
    border-top: 1px solid #eeeaf7 !important;
    background: #fff !important;
  }

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

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

  body.tax-product_cat.nasa-filter-open .nasa-mobile-filter-btn-apply,
  body.wd-category-surface.nasa-filter-open .nasa-mobile-filter-btn-apply {
    border: 0 !important;
    background: linear-gradient(135deg, #8a35f5 0%, #6b35d5 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(112, 55, 221, 0.24) !important;
  }

  body.tax-product_cat .filters-container .nasa-reset-filters-btn:not(.nasa-mobile-filter-btn):not(.wd-filter-clear),
  body.wd-category-surface .filters-container .nasa-reset-filters-btn:not(.nasa-mobile-filter-btn):not(.wd-filter-clear),
  body.tax-product_cat .filters-container .nasa-clear-filters-mobile,
  body.wd-category-surface .filters-container .nasa-clear-filters-mobile,
  body.tax-product_cat .filters-container .nasa-labels-filter-accordion,
  body.wd-category-surface .filters-container .nasa-labels-filter-accordion {
    display: none !important;
  }

  body.tax-product_cat.nasa-filter-open ul.products,
  body.tax-product_cat.nasa-filter-open .products,
  body.tax-product_cat.nasa-filter-open .nasa-bottom-bar,
  body.tax-product_cat.nasa-filter-open .joinchat,
  body.tax-product_cat.nasa-filter-open .joinchat__button,
  body.wd-category-surface.nasa-filter-open ul.products,
  body.wd-category-surface.nasa-filter-open .products,
  body.wd-category-surface.nasa-filter-open .nasa-bottom-bar,
  body.wd-category-surface.nasa-filter-open .joinchat,
  body.wd-category-surface.nasa-filter-open .joinchat__button {
    z-index: 1 !important;
  }

  body.tax-product_cat .wd-style-tabs,
  body.tax-product_cat .wd-fit-switch__track,
  body.tax-product_cat .large-12.columns.ns-before-archive-products,
  body.wd-category-surface .wd-style-tabs,
  body.wd-category-surface .wd-fit-switch__track,
  body.wd-category-surface .large-12.columns.ns-before-archive-products {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-inline: auto !important;
    overflow: hidden !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 {
    min-width: 0 !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    text-align: center !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 .nasa-paginations-warp,
  body.wd-category-surface .nasa-paginations-warp {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin: 32px auto 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 1024px) {
  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-products-page-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    overflow-x: hidden !important;
  }

  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 8px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body.tax-product_cat .product-img-wrap,
  body.wd-category-surface .product-img-wrap {
    border-radius: 9px !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    min-height: 58px !important;
    margin: 0 auto 14px !important;
    padding: 8px !important;
    border-radius: 15px !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile,
  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .toggle-topbar-shop-mobile,
  body.wd-category-surface .woocommerce-ordering {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    box-shadow: 0 8px 18px rgba(31, 22, 50, 0.06) !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile svg,
  body.wd-category-surface .toggle-topbar-shop-mobile svg {
    width: 18px !important;
    height: 18px !important;
    flex-basis: 18px !important;
  }

  body.tax-product_cat .woocommerce-ordering::before,
  body.wd-category-surface .woocommerce-ordering::before {
    font-size: 15px !important;
  }

  body.tax-product_cat.nasa-filter-open .wd-category-filter-backdrop,
  body.wd-category-surface.nasa-filter-open .wd-category-filter-backdrop {
    z-index: 2147481000 !important;
    background: rgba(17, 20, 33, 0.56) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.tax-product_cat.nasa-filter-open .wd-category-filter-panel.nasa-active,
  body.tax-product_cat.nasa-filter-open .nasa-top-sidebar.nasa-active,
  body.wd-category-surface.nasa-filter-open .wd-category-filter-panel.nasa-active,
  body.wd-category-surface.nasa-filter-open .nasa-top-sidebar.nasa-active {
    z-index: 2147483000 !important;
    inset: max(14px, env(safe-area-inset-top)) 10px max(8px, env(safe-area-inset-bottom)) 10px !important;
    max-width: calc(100vw - 20px) !important;
    border-radius: 24px 24px 0 0 !important;
    filter: none !important;
    -webkit-filter: none !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 .wishlist-btn svg,
  body.wd-category-surface .wishlist-btn svg {
    flex: 0 0 auto !important;
  }

  body.tax-product_cat .nasa_shop_description-wrap,
  body.tax-product_cat .woocommerce-products-header,
  body.wd-category-surface .nasa_shop_description-wrap,
  body.wd-category-surface .woocommerce-products-header {
    display: none !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    min-height: 48px !important;
    padding: 6px !important;
    border-radius: 13px !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile,
  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .toggle-topbar-shop-mobile,
  body.wd-category-surface .woocommerce-ordering {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    font-size: 13px !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile svg,
  body.wd-category-surface .toggle-topbar-shop-mobile svg {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }

  body.tax-product_cat .woocommerce-ordering::before,
  body.wd-category-surface .woocommerce-ordering::before {
    font-size: 13px !important;
  }

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

  body.tax-product_cat .nasa-paginations-warp,
  body.wd-category-surface .nasa-paginations-warp {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    margin: 28px auto 20px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.tax-product_cat #nasa-wrap-archive-loadmore,
  body.wd-category-surface #nasa-wrap-archive-loadmore {
    margin: 0 0 18px !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: 172px !important;
    height: 44px !important;
    padding: 0 22px !important;
    border: 1px solid rgba(124, 53, 232, 0.24) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--wd-cat-purple) !important;
    box-shadow: 0 12px 24px rgba(31, 22, 50, 0.08) !important;
    font-size: 13px !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;
    width: 100% !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: 8px !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: 38px !important;
    height: 38px !important;
    border: 1px solid rgba(124, 53, 232, 0.18) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--wd-cat-ink) !important;
    box-shadow: 0 8px 18px rgba(31, 22, 50, 0.06) !important;
    font-size: 14px !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: var(--wd-cat-purple) !important;
    background: var(--wd-cat-purple) !important;
    color: #fff !important;
  }

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

@media (max-width: 1024px) {
  html:not(.nasa-filter-open),
  body.tax-product_cat:not(.nasa-filter-open),
  body.wd-category-surface:not(.nasa-filter-open) {
    overflow-y: auto !important;
    touch-action: pan-y !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 0 12px !important;
    padding: 5px !important;
    overflow: hidden !important;
    touch-action: pan-y !important;
  }

  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-products-page-wrap {
    box-sizing: border-box !important;
    overflow-x: clip !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.tax-product_cat .nasa-topbar-filter-wrap,
  body.tax-product_cat .nasa-topbar-all,
  body.wd-category-surface .nasa-topbar-filter-wrap,
  body.wd-category-surface .nasa-topbar-all {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !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: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    align-items: center !important;
  }

  body.tax-product_cat .nasa-filter-action,
  body.tax-product_cat .nasa-sort-by-action,
  body.wd-category-surface .nasa-filter-action,
  body.wd-category-surface .nasa-sort-by-action {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile,
  body.tax-product_cat .woocommerce-ordering,
  body.wd-category-surface .toggle-topbar-shop-mobile,
  body.wd-category-surface .woocommerce-ordering {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    font-size: 12.5px !important;
    line-height: 1 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    touch-action: pan-y !important;
  }

  body.tax-product_cat .toggle-topbar-shop-mobile svg,
  body.wd-category-surface .toggle-topbar-shop-mobile svg {
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
  }

  body.tax-product_cat .woocommerce-ordering::before,
  body.wd-category-surface .woocommerce-ordering::before {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 12.5px !important;
  }

  body.tax-product_cat .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering .orderby,
  body.wd-category-surface .woocommerce-ordering select,
  body.wd-category-surface .woocommerce-ordering .orderby {
    pointer-events: none !important;
    touch-action: pan-y !important;
  }
}

@media (max-width: 1024px) {
  html,
  body.tax-product_cat,
  body.wd-category-surface {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.tax-product_cat #wrapper,
  body.tax-product_cat #main-content,
  body.tax-product_cat .page-wrapper,
  body.tax-product_cat .nasa-store-page,
  body.tax-product_cat .nasa-ajax-store,
  body.tax-product_cat .nasa-ajax-store-content,
  body.tax-product_cat .nasa-products-page-wrap,
  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-archive-product-content,
  body.tax-product_cat .row.fullwidth.category-page,
  body.wd-category-surface #wrapper,
  body.wd-category-surface #main-content,
  body.wd-category-surface .page-wrapper,
  body.wd-category-surface .nasa-store-page,
  body.wd-category-surface .nasa-ajax-store,
  body.wd-category-surface .nasa-ajax-store-content,
  body.wd-category-surface .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-archive-product-content,
  body.wd-category-surface .row.fullwidth.category-page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    overflow: visible !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-products-page-wrap {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    touch-action: pan-y !important;
  }

  body.tax-product_cat .filters-container,
  body.wd-category-surface .filters-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  body.tax-product_cat #content.large-12.columns,
  body.tax-product_cat .row > .large-12.columns,
  body.wd-category-surface #content.large-12.columns,
  body.wd-category-surface .row > .large-12.columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-products-page-wrap {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  body.tax-product_cat ul.products.grid,
  body.wd-category-surface ul.products.grid {
    gap: 22px 6px !important;
    justify-content: stretch !important;
    align-items: start !important;
  }

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

  body.tax-product_cat .product-item,
  body.tax-product_cat .product-warp-item,
  body.tax-product_cat .nasa-product-grid,
  body.wd-category-surface .product-item,
  body.wd-category-surface .product-warp-item,
  body.wd-category-surface .nasa-product-grid {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  body.tax-product_cat #content.large-12.columns,
  body.tax-product_cat .row.fullwidth.category-page,
  body.tax-product_cat .row.fullwidth.category-page > .columns,
  body.tax-product_cat .nasa-ajax-store,
  body.tax-product_cat .nasa-ajax-store-content,
  body.wd-category-surface #content.large-12.columns,
  body.wd-category-surface .row.fullwidth.category-page,
  body.wd-category-surface .row.fullwidth.category-page > .columns,
  body.wd-category-surface .nasa-ajax-store,
  body.wd-category-surface .nasa-ajax-store-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  body.tax-product_cat .nasa_shop_description-wrap,
  body.tax-product_cat .large-12.columns.ns-before-archive-products,
  body.tax-product_cat .wd-style-tabs,
  body.tax-product_cat .wd-fit-switch,
  body.tax-product_cat .filters-container,
  body.tax-product_cat .nasa-products-page-wrap,
  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-paginations-warp,
  body.wd-category-surface .nasa_shop_description-wrap,
  body.wd-category-surface .large-12.columns.ns-before-archive-products,
  body.wd-category-surface .wd-style-tabs,
  body.wd-category-surface .wd-fit-switch,
  body.wd-category-surface .filters-container,
  body.wd-category-surface .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-paginations-warp {
    width: calc(100% - 12px) !important;
    max-width: calc(100% - 12px) !important;
    margin-left: 0 !important;
    margin-right: 6px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  body.tax-product_cat ul.products.grid,
  body.tax-product_cat ul.products[class*="small-block-grid"],
  body.wd-category-surface ul.products.grid,
  body.wd-category-surface ul.products[class*="small-block-grid"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  body.tax-product_cat ul.products.grid > *,
  body.tax-product_cat ul.products[class*="small-block-grid"] > *,
  body.wd-category-surface ul.products.grid > *,
  body.wd-category-surface ul.products[class*="small-block-grid"] > * {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  body.tax-product_cat .product-item,
  body.tax-product_cat .product-warp-item,
  body.tax-product_cat .nasa-product-grid,
  body.tax-product_cat .product-inner,
  body.tax-product_cat .product-img-wrap,
  body.wd-category-surface .product-item,
  body.wd-category-surface .product-warp-item,
  body.wd-category-surface .nasa-product-grid,
  body.wd-category-surface .product-inner,
  body.wd-category-surface .product-img-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }
}

@media (max-width: 1024px) {
  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-products-page-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 3px !important;
  }

  body.tax-product_cat .nasa-content-page-products ul.products,
  body.tax-product_cat .nasa-archive-product-warp ul.products,
  body.wd-category-surface .nasa-content-page-products ul.products,
  body.wd-category-surface .nasa-archive-product-warp ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 5px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-items: stretch !important;
  }

  body.tax-product_cat .nasa-content-page-products ul.products > *,
  body.tax-product_cat .nasa-archive-product-warp ul.products > *,
  body.wd-category-surface .nasa-content-page-products ul.products > *,
  body.wd-category-surface .nasa-archive-product-warp ul.products > * {
    justify-self: stretch !important;
    align-self: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.tax-product_cat .nasa-content-page-products ul.products > * > *,
  body.tax-product_cat .nasa-archive-product-warp ul.products > * > *,
  body.wd-category-surface .nasa-content-page-products ul.products > * > *,
  body.wd-category-surface .nasa-archive-product-warp ul.products > * > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.tax-product_cat .product-item .product-img,
  body.tax-product_cat .product-item .product-img-wrap,
  body.tax-product_cat .product-item .product-image,
  body.tax-product_cat .product-item .info,
  body.tax-product_cat .product-item .product-info-container,
  body.tax-product_cat .product-item .product-title,
  body.tax-product_cat .product-item .brand-row,
  body.wd-category-surface .product-item .product-img,
  body.wd-category-surface .product-item .product-img-wrap,
  body.wd-category-surface .product-item .product-image,
  body.wd-category-surface .product-item .info,
  body.wd-category-surface .product-item .product-info-container,
  body.wd-category-surface .product-item .product-title,
  body.wd-category-surface .product-item .brand-row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 1024px) {
  body.tax-product_cat,
  body.wd-category-surface {
    --wd-cat-grid-bleed: 4px;
  }

  body.tax-product_cat .nasa-content-page-products,
  body.tax-product_cat .nasa-archive-product-warp,
  body.tax-product_cat .nasa-products-page-wrap,
  body.wd-category-surface .nasa-content-page-products,
  body.wd-category-surface .nasa-archive-product-warp,
  body.wd-category-surface .nasa-products-page-wrap {
    width: calc(100% + (var(--wd-cat-grid-bleed) * 2)) !important;
    margin-right: calc(var(--wd-cat-grid-bleed) * -1) !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }

  body.tax-product_cat .nasa-content-page-products ul.products,
  body.tax-product_cat .nasa-archive-product-warp ul.products,
  body.wd-category-surface .nasa-content-page-products ul.products,
  body.wd-category-surface .nasa-archive-product-warp ul.products {
    gap: 22px 4px !important;
  }

  body.tax-product_cat .product-item .info,
  body.tax-product_cat .product-item .product-info-container,
  body.wd-category-surface .product-item .info,
  body.wd-category-surface .product-item .product-info-container {
    padding-left: 2px !important;
  }
}
