/*
 * NoteWall catalog UI
 * Canonical stylesheet: foundation, filters, product cards, page layout.
 * Archived intermediate redesign/fix layers are intentionally not included.
 */

/* ==========================================================================
   Component source: shop-ui.css
   ========================================================================== */
:root {
  --nw-text: #1b2830;
  --nw-muted: #64727e;
  --nw-border: #e7eef2;
  --nw-bg: #ffffff;
  --nw-panel: #f7fcfd;
  --nw-brand: #2ba8c4;
  --nw-brand-hover: #22869d;
  --nw-border-accent: #bfe3ec;
  --nw-green: #16a34a;
  --nw-green-hover: #15803d;
  --nw-red: #e95e5e;
}

body.woocommerce-page .site-content .ast-container,
body.post-type-archive-product .site-content .ast-container,
body.tax-product_cat .site-content .ast-container,
body.tax-product_tag .site-content .ast-container,
body.archive.woocommerce .site-content .ast-container {
  max-width: 1600px !important;
  width: min(1600px, calc(100% - 80px)) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.woocommerce-page #primary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.tax-product_tag #primary,
body.archive.woocommerce #primary {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-type-archive-product .entry-header,
body.tax-product_cat .entry-header,
body.tax-product_tag .entry-header,
body.archive.woocommerce .entry-header {
  margin-top: 38px;
  margin-bottom: 24px;
}

body.post-type-archive-product .entry-header .entry-title,
body.post-type-archive-product .woocommerce-products-header__title.page-title,
body.tax-product_cat .entry-header .entry-title,
body.tax-product_cat .woocommerce-products-header__title.page-title,
body.tax-product_tag .entry-header .entry-title,
body.tax-product_tag .woocommerce-products-header__title.page-title,
body.archive.woocommerce .entry-header .entry-title,
body.archive.woocommerce .woocommerce-products-header__title.page-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
  color: var(--nw-text);
  font-weight: 800;
  letter-spacing: 0;
}

.site-content .ast-container .woocommerce {
  width: 100% !important;
}

.woocommerce .nw-shop-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 20px;
}

.woocommerce .nw-mobile-filters-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--nw-brand);
  border-radius: 999px;
  background: #fff;
  color: var(--nw-brand);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.woocommerce .nw-mobile-filters-toggle[aria-expanded="true"] {
  background: var(--nw-brand);
  color: #fff;
}

.woocommerce .nw-mobile-toolbar,
.woocommerce .nw-mobile-filters-backdrop,
.woocommerce .nw-mobile-filters-head,
.woocommerce .nw-mobile-filters-apply {
  display: none;
}

.woocommerce .nw-shop-main {
  min-width: 0;
  position: relative;
  transition: opacity .18s ease;
}

.woocommerce .nw-shop-main.is-loading {
  opacity: .55;
  pointer-events: none;
}

.woocommerce .nw-shop-main.is-loading::after {
  content: "";
  position: absolute;
  top: 72px;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  border: 3px solid rgba(14, 165, 197, .2);
  border-top-color: #13aac2;
  border-radius: 50%;
  animation: nw-spin .8s linear infinite;
  z-index: 3;
}

@keyframes nw-spin {
  to {
    transform: rotate(360deg);
  }
}

.woocommerce .nw-shop-filters {
  position: sticky;
  top: 18px;
  background: #fff;
  border: 1px solid var(--nw-border);
  border-radius: 20px;
  padding: 16px 23px 24px;
  box-shadow: 0 6px 22px rgba(20, 40, 58, .04);
}

.woocommerce .nw-empty-state {
  border: 1px solid var(--nw-border);
  border-radius: 12px;
  background: #fff;
  padding: 22px;
}

.woocommerce .nw-empty-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.woocommerce .nw-empty-text {
  margin: 0 0 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.45;
}

.woocommerce .nw-empty-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--nw-brand);
  background: var(--nw-brand);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce .nw-empty-reset:hover {
  border-color: var(--nw-brand-hover);
  background: var(--nw-brand-hover);
  color: #fff;
}

.woocommerce .nw-filter-head {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--nw-text);
}

.woocommerce .nw-filter-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
  padding-top: 12px;
  border-top: 1px solid var(--nw-border);
}

.woocommerce .nw-filter-price label {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: var(--nw-muted);
}

.woocommerce .nw-filter-price input {
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--nw-border);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  text-align: left;
  color: var(--nw-text);
}

.woocommerce .nw-filter-price .nw-filter-apply,
.woocommerce .nw-filter-apply {
  grid-column: 1 / -1;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nw-brand) !important;
  border-radius: 999px;
  background: var(--nw-brand) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0 14px;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

.woocommerce .nw-filter-price .nw-filter-apply:hover,
.woocommerce .nw-filter-apply:hover {
  background: var(--nw-brand-hover) !important;
  border-color: var(--nw-brand-hover) !important;
}

.woocommerce .nw-filter-group {
  border-top: 1px solid var(--nw-border);
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 8px;
}

.woocommerce .nw-filter-group-title {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--nw-brand);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title::after {
  content: '+';
  font-size: 16px;
  opacity: .65;
}

.woocommerce .nw-filter-group.is-collapsible.is-open .nw-filter-group-title::after {
  content: '-';
}

.woocommerce .nw-filter-terms {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  margin-top: 8px;
}

.woocommerce .nw-filter-group.is-collapsible:not(.is-open) .nw-filter-terms {
  display: none;
}

.woocommerce .nw-filter-term {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  width: 100%;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--nw-muted);
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.woocommerce .nw-filter-term:hover {
  border-color: transparent;
  background: #e5f4f8;
  color: var(--nw-brand);
}

.woocommerce .nw-filter-term.is-active {
  background: #e5f4f8;
  border-color: transparent;
  color: var(--nw-brand);
  font-weight: 600;
}

.woocommerce .nw-filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  margin-top: 12px;
  padding: 0 12px;
  border: 1px solid var(--nw-brand);
  border-radius: 999px;
  color: var(--nw-brand);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce .nw-shop-main .woocommerce-result-count,
.woocommerce .nw-shop-main .woocommerce-ordering {
  float: none !important;
  margin: 0 0 16px !important;
}

.woocommerce .nw-shop-main .woocommerce-result-count {
  display: inline-block;
  color: var(--nw-muted);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.woocommerce .nw-shop-main .woocommerce-ordering {
  display: inline-block;
  float: right !important;
}

.woocommerce .nw-shop-main .woocommerce-ordering select {
  min-width: 223px;
  min-height: 50px;
  padding: 0 46px 0 20px;
  border: 1px solid var(--nw-border);
  border-radius: 12px;
  background: #fff;
  color: var(--nw-text);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.woocommerce .nw-shop-main .woocommerce-ordering:hover select,
.woocommerce .nw-shop-main .woocommerce-ordering select:hover {
  border-color: var(--nw-border-accent);
  background: var(--nw-panel);
}

.woocommerce .nw-shop-main .woocommerce-ordering select:focus,
.woocommerce .nw-shop-main .woocommerce-ordering select:focus-visible {
  outline: none;
  border-color: var(--nw-brand);
  box-shadow: 0 0 0 3px rgba(43, 168, 196, .14);
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
}

.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  background: var(--nw-bg);
  border: 1px solid var(--nw-border);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(20, 40, 58, .04);
  overflow: hidden;
  padding: 1px 0 16px;
  min-height: 0;
  height: 100%;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: var(--nw-border-accent);
  box-shadow: 0 16px 36px rgba(20, 40, 58, .08);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product span.onsale,
.woocommerce ul.products li.product .ast-onsale-card,
.woocommerce ul.products li.product .wc-block-grid__product-onsale,
.woocommerce ul.products li.product .added_to_cart.wc-forward {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.woocommerce ul.products li.product .nw-card-media {
  position: relative;
  min-height: 264px;
  margin-bottom: 0;
  border-radius: 17px 17px 0 0;
  border: 0;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid var(--nw-border);
}

.woocommerce ul.products li.product .nw-card-media-track {
  position: absolute;
  inset: 0;
  background: #fff;
}

.woocommerce ul.products li.product .nw-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transition: opacity .22s ease;
}

.woocommerce ul.products li.product .nw-card-image.is-active {
  opacity: 1;
}

.woocommerce ul.products li.product .nw-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  max-width: calc(100% - 86px);
}

.woocommerce ul.products li.product .nw-badge {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 9px;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border: 0;
}

.woocommerce ul.products li.product .nw-badge-sale { background: #e95e5e; }
.woocommerce ul.products li.product .nw-badge-featured { background: #9747ff; }
.woocommerce ul.products li.product .nw-badge-new { background: #22c55e; }
.woocommerce ul.products li.product .nw-badge-out { background: #111827; opacity: .85; }

.woocommerce ul.products li.product .nw-card-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.woocommerce ul.products li.product .nw-card-icon {
  width: 34px;
  height: 33px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--nw-border-accent);
  box-shadow: 0 3px 10px rgba(20, 40, 58, .08);
  font-size: 18px;
  cursor: pointer;
}

.woocommerce ul.products li.product .nw-card-fav {
  width: 34px;
}

.woocommerce ul.products li.product .nw-card-fav::before {
  content: '';
  display: block;
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 21s-7-4.35-9.2-8.13C.8 9.44 2.12 5.5 5.8 4.73A5.56 5.56 0 0 1 12 7a5.56 5.56 0 0 1 6.2-2.27c3.68.77 5 4.7 3 8.14C19 16.65 12 21 12 21Z' fill='none' stroke='%23bfe3ec' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .9;
  transition: transform .15s ease, opacity .15s ease;
}

.woocommerce ul.products li.product .nw-card-fav.is-active {
  border-color: #fda4af;
  background: #fff1f2;
}

.woocommerce ul.products li.product .nw-card-fav.is-active::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 21s-7-4.35-9.2-8.13C.8 9.44 2.12 5.5 5.8 4.73A5.56 5.56 0 0 1 12 7a5.56 5.56 0 0 1 6.2-2.27c3.68.77 5 4.7 3 8.14C19 16.65 12 21 12 21Z' fill='%23ef4444' stroke='%23ef4444' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  opacity: 1;
  transform: scale(1.08);
}

.woocommerce ul.products li.product .nw-card-compare.is-active {
  color: #1d4ed8;
  border-color: #bfdbfe;
  background: #eff6ff;
}

.woocommerce ul.products li.product .nw-hover-dots {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 5px;
}

.woocommerce ul.products li.product .nw-hover-dot {
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: rgba(15,31,40,.2);
}

.woocommerce ul.products li.product .nw-hover-dot.is-active {
  background: rgba(15,31,40,.5);
}

.woocommerce ul.products li.product .nw-qv-btn {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  height: 34px;
  border: 1px solid var(--nw-border-accent);
  border-radius: 12px;
  filter: none;
  background: rgba(255,255,255,.48);
  color: var(--nw-brand);
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 10px;
  text-transform: none;
  letter-spacing: 0;
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
  cursor: pointer;
}

.woocommerce ul.products li.product .nw-card-media:hover .nw-qv-btn {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce ul.products li.product .clickBuyButton,
.woocommerce ul.products li.product .single_add_to_cart_button.button21 {
  display: none !important;
}

.woocommerce ul.products li.product .nw-card-buttons .clickBuyButton,
.woocommerce ul.products li.product .nw-card-buttons .single_add_to_cart_button.button21 {
  display: inline-flex !important;
}

.woocommerce .nw-price-slider {
  grid-column: 1 / -1;
  position: relative;
  height: 44px;
  margin-top: 4px;
  padding: 0 2px;
  color: inherit;
}

.woocommerce .nw-price-track {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 25px;
  height: 4px;
  border-radius: 999px;
  background: var(--nw-panel);
  border: .5px solid var(--nw-border-accent);
}

.woocommerce .nw-price-fill {
  position: absolute;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%);
}

.woocommerce .nw-price-slider .nw-range {
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
}

.woocommerce .nw-price-slider .nw-range::-webkit-slider-runnable-track {
  height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.woocommerce .nw-price-slider .nw-range::-moz-range-track {
  height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.woocommerce .nw-price-slider .nw-range::-moz-range-progress {
  height: 0;
  background: transparent;
  border: 0;
}

.woocommerce .nw-price-slider .nw-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%);
  margin-top: -7px;
  box-shadow: 0 0 0 2px #fff;
  cursor: pointer;
}

.woocommerce .nw-price-slider .nw-range::-moz-range-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%);
  box-shadow: 0 0 0 2px #fff;
  cursor: pointer;
}

.woocommerce .nw-price-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.2;
  padding: 0 2px;
}

.woocommerce .nw-price-scale .nw-price-min,
.woocommerce .nw-price-scale .nw-price-max {
  min-width: 44px;
  white-space: nowrap;
}

.woocommerce .nw-price-scale .nw-price-min {
  text-align: left;
  color: #ffffff00;
}

.woocommerce .nw-price-scale .nw-price-max {
  text-align: right;
  color: #ffffff00;
}

.nw-fav-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nw-fav-menu-count {
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: #3b434d;
  min-height: 40px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce ul.products li.product .product-category {
  display: none !important;
}

.woocommerce ul.products li.product .price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px 9px;
  margin: 0;
  color: var(--nw-text);
  line-height: 1.1;
  min-height: 27px;
  text-align: center;
}

.woocommerce ul.products li.product .nw-card-pricecol .price {
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

.woocommerce ul.products li.product .nw-card-pricecol .price ins {
  text-align: center;
}

.woocommerce ul.products li.product .nw-card-pricecol .price ins .amount,
.woocommerce ul.products li.product .nw-card-pricecol .price ins bdi,
.woocommerce ul.products li.product .nw-card-pricecol .price > .amount,
.woocommerce ul.products li.product .nw-card-pricecol .price > bdi {
  text-align: center;
}

.woocommerce ul.products li.product .price del {
  order: 2;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #9aabb4;
  opacity: 1;
}

.woocommerce ul.products li.product .price .nw-sale-meta {
  order: 2;
  display: contents;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.woocommerce ul.products li.product .price .nw-sale-meta del,
.woocommerce ul.products li.product .price .nw-sale-meta .nw-discount-pct {
  order: initial;
}

.woocommerce ul.products li.product .price .nw-discount-pct {
  display: none;
  align-items: center;
  height: 25px;
  padding: 0 9px;
  border-radius: 8px;
  background: var(--nw-red);
  color: #fff;
  border: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.woocommerce ul.products li.product .price ins {
  order: 1;
  width: auto;
  margin-top: 0;
  text-decoration: none;
  text-align: center;
}

.woocommerce ul.products li.product .price ins .amount,
.woocommerce ul.products li.product .price ins bdi,
.woocommerce ul.products li.product .price > .amount,
.woocommerce ul.products li.product .price > bdi {
  font-size: 28px;
  line-height: 27px;
  font-weight: 800;
  color: var(--nw-text);
  display: inline-block;
  width: auto;
  text-align: center;
}

.woocommerce ul.products li.product .nw-card-purchase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: end;
  margin-top: auto;
  width: 100%;
  padding: 16px;
}

.woocommerce ul.products li.product .nw-card-pricecol {
  min-width: 0;
}

.woocommerce ul.products li.product .nw-card-buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 8px;
  align-self: stretch;
  min-height: 40px;
  position: relative;
  z-index: 8;
  pointer-events: auto;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_variable {
  width: 100%;
  min-height: 40px;
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--nw-brand) !important;
  background: var(--nw-brand) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 0 12px;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
  gap: 8px;
  pointer-events: auto;
  touch-action: manipulation;
}

.woocommerce ul.products li.product .nw-card-buttons .add_to_cart_button,
.woocommerce ul.products li.product .nw-card-buttons .product_type_simple,
.woocommerce ul.products li.product .nw-card-buttons .product_type_variable {
  order: 1;
}

.woocommerce ul.products li.product .nw-card-buttons .add_to_cart_button::before,
.woocommerce ul.products li.product .nw-card-buttons .product_type_simple::before,
.woocommerce ul.products li.product .nw-card-buttons .product_type_variable::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M6.6 15.8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5Zm7.2 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5ZM4.2 3.2H2.4V1.8h2.9l.6 2.5h11.7l-1.7 6.3H7.1l.3 1.1h8.3v1.4H6.3L4.2 3.2Zm2.1 2.5.8 3.5h7.7l.9-3.5H6.3Z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M6.6 15.8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5Zm7.2 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5ZM4.2 3.2H2.4V1.8h2.9l.6 2.5h11.7l-1.7 6.3H7.1l.3 1.1h8.3v1.4H6.3L4.2 3.2Zm2.1 2.5.8 3.5h7.7l.9-3.5H6.3Z'/></svg>") center / contain no-repeat;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product .product_type_simple:hover,
.woocommerce ul.products li.product .product_type_variable:hover {
  background: var(--nw-brand-hover) !important;
  border-color: var(--nw-brand-hover) !important;
  color: #fff !important;
}

.woocommerce ul.products li.product .add_to_cart_button.is-in-cart {
  background: #e5f4f8 !important;
  border-color: var(--nw-border-accent) !important;
  color: var(--nw-brand-hover) !important;
}

.woocommerce ul.products li.product .add_to_cart_button.is-loading {
  opacity: .72;
  pointer-events: none;
}

.woocommerce ul.products li.product .nw-card-purchase {
  align-items: stretch;
}

.woocommerce ul.products li.product .nw-card-pricecol {
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: 100%;
}

.woocommerce ul.products li.product:not(.sale) .nw-card-pricecol {
  justify-content: center;
}

.woocommerce ul.products li.product:not(.sale) .nw-card-pricecol .price {
  min-height: 60px;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce ul.products li.product:not(.sale) .nw-card-pricecol .price > .amount,
.woocommerce ul.products li.product:not(.sale) .nw-card-pricecol .price > bdi {
  width: auto;
  text-align: center;
}

.woocommerce ul.products li.product.sale .nw-card-pricecol {
  transform: none;
}

.woocommerce ul.products li.product .price ins .amount,
.woocommerce ul.products li.product .price ins bdi,
.woocommerce ul.products li.product .price > .amount,
.woocommerce ul.products li.product .price > bdi {
  font-size: 30px;
}

.nw-cart-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147482500;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .45);
  padding: 16px;
}

.nw-cart-popup-overlay.is-open {
  display: flex;
}

.nw-cart-popup {
  position: relative;
  width: min(460px, 100%);
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 42px rgba(2, 6, 23, .22);
  padding: 18px;
}

.nw-cart-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: #f3f4f6;
  color: #111827;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.nw-cart-popup-title {
  margin: 0 28px 8px 0;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.nw-cart-popup-name {
  font-size: 15px;
  color: #374151;
  margin-bottom: 14px;
}

.nw-cart-popup-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
}

.nw-cart-popup-label {
  font-size: 14px;
  color: #374151;
}

.nw-cart-popup-controls {
  display: inline-grid;
  grid-template-columns: 42px minmax(24px, auto) 42px;
  align-items: center;
  gap: 8px;
}

.nw-cart-popup-btn {
  width: 42px;
  height: 32px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.nw-cart-popup-btn:disabled {
  opacity: .45;
  cursor: default;
}

.nw-cart-popup-value {
  min-width: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
}

.nw-cart-popup-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.nw-cart-popup-continue,
.nw-cart-popup-go {
  min-height: 72px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 14px;
  text-decoration: none;
  cursor: pointer;
}

.nw-cart-popup-go {
  border-color: var(--nw-green);
  background: var(--nw-green);
  color: #fff;
}

.nw-cart-popup-overlay.is-loading .nw-cart-popup-btn,
.nw-cart-popup-overlay.is-loading .nw-cart-popup-continue,
.nw-cart-popup-overlay.is-loading .nw-cart-popup-go {
  pointer-events: none;
  opacity: .7;
}

.woocommerce ul.products li.product .nw-card-quick-alt {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 40px !important;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #70e096 !important;
  border-radius: 11px;
  background: #fff !important;
  color: transparent !important;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  padding: 0 !important;
  opacity: 1;
  transform: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
  overflow: hidden;
  position: relative;
  order: 2;
}

.woocommerce ul.products li.product .nw-card-quick-alt:hover {
  background: #f2fff7 !important;
  border-color: #4ade80 !important;
  transform: translateY(-1px);
}

.woocommerce ul.products li.product .nw-card-quick-alt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #22c55e 0%, #70e096 100%);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M6.6 15.8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5Zm7.2 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5ZM4.2 3.2H2.4V1.8h2.9l.6 2.5h11.7l-1.7 6.3H7.1l.3 1.1h8.3v1.4H6.3L4.2 3.2Zm2.1 2.5.8 3.5h7.7l.9-3.5H6.3Z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M6.6 15.8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5Zm7.2 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5ZM4.2 3.2H2.4V1.8h2.9l.6 2.5h11.7l-1.7 6.3H7.1l.3 1.1h8.3v1.4H6.3L4.2 3.2Zm2.1 2.5.8 3.5h7.7l.9-3.5H6.3Z'/></svg>") center / contain no-repeat;
}

.woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn {
  width: 40px !important;
  min-height: 40px;
}

.woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn > span {
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nw-qtybox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
}

.woocommerce ul.products li.product .nw-card-buttons .nw-qtybox {
  flex-direction: column;
  align-items: stretch;
}

.woocommerce ul.products li.product .nw-card-buttons .nw-qtycontrols {
  justify-content: space-between;
}

.woocommerce ul.products li.product .nw-card-buttons .nw-linesum {
  text-align: center;
}

.nw-qtycontrols {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nw-qtybtn {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.nw-qtybtn.nw-plus {
  background: var(--nw-green);
  border-color: var(--nw-green);
  color: #fff;
}

.nw-qtybtn.nw-plus:hover {
  background: var(--nw-green-hover);
  border-color: var(--nw-green-hover);
}

.nw-qtynum {
  min-width: 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #111827;
}

.nw-linesum {
  font-size: 16px;
  font-weight: 500;
  color: #0f2b36;
  white-space: nowrap;
}

.nw-quickview-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .45);
  padding: 20px;
}

.nw-quickview-overlay.is-open { display: flex; }

.nw-quickview-box {
  position: relative;
  width: min(860px, 100%);
  max-height: 88vh;
  border-radius: 14px;
  overflow: auto;
  background: #fff;
  padding: 18px;
}

body.nw-qv-open #jivo-iframe-container,
body.nw-qv-open .buttonizer,
body.nw-qv-open [id*="jivo"],
body.nw-qv-open [class*="jivo"] {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.nw-quickview-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #ff4444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-indent: 0;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.nw-quickview-close::before,
.nw-quickview-close::after {
  content: none !important;
}

.nw-quickview-body {
  padding-top: 10px;
}

.nw-qv-loading,
.nw-qv-error {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #4b5563;
}

.nw-qv-content {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.nw-qv-media {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.nw-qv-media img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}

.nw-qv-summary {
  display: grid;
  gap: 10px;
}

.nw-qv-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
}

.nw-qv-price {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.nw-qv-price .price {
  margin: 0;
}

.nw-qv-attrs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.nw-qv-attr-name {
  font-weight: 700;
  color: #111827;
}

.nw-qv-attr-val {
  color: #374151;
}

.nw-qv-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #4b5563;
}

.nw-qv-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  text-decoration: none;
  background: var(--nw-green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nw-qv-link:hover {
  background: var(--nw-green-hover);
  color: #fff;
}

.nw-acc-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nw-acc-title::after {
  content: '+';
  font-size: 16px;
  opacity: .65;
}

.widget.nw-acc-open .nw-acc-title::after { content: '-'; }
.nw-acc-body { display: none; }
.widget.nw-acc-open .nw-acc-body { display: block; }

@media (max-width: 1200px) {
  .woocommerce .nw-shop-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile filter toggle: the whole visible card is one button. */
@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    color: #1b2830 !important;
    font: 700 18px/24px Manrope, sans-serif !important;
    text-align: left !important;
    background: #fff !important;
    border: 1px solid #e7eef2 !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 22px rgba(20, 40, 58, .04) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head::before,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head::before {
    content: none !important;
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head::after,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head::after {
    content: "" !important;
    position: static !important;
    inset: auto !important;
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin-left: auto !important;
    display: block !important;
    background: #2ba8c4 !important;
    border: 0 !important;
    transform: none !important;
    pointer-events: none !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head[aria-expanded="true"]::after {
    position: static !important;
    inset: auto !important;
    margin-left: auto !important;
    transform: none !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }
}

/* Final filter breakpoint override. Keep this after all legacy catalog media rules. */
@media (min-width: 992px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed {
    position: static !important;
    top: auto !important;
    width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 24px 23px 32px !important;
    overflow: visible !important;
    gap: 24px !important;
    scrollbar-width: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top {
    height: 24px !important;
    min-height: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head {
    width: auto !important;
    flex: 1 1 auto !important;
    min-height: 24px !important;
    padding: 0 !important;
    color: #1b2830 !important;
    font: 800 18px/24px Manrope, sans-serif !important;
    text-transform: none !important;
    cursor: default !important;
    pointer-events: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::before,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::after {
    content: none !important;
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-reset,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-reset {
    display: inline-flex !important;
    flex: 0 0 80px !important;
    width: 80px !important;
    max-width: 80px !important;
    height: 24px !important;
    min-height: 24px !important;
    padding: 0 12px !important;
    font: 400 12px/17px Manrope, sans-serif !important;
    border-radius: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed > :not(.nw-filter-top) {
    display: flex !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-price {
    display: grid !important;
  }
}

@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scrollbar-width: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters[data-panel-ready="1"]:not(.is-filter-collapsed) {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 23px 24px !important;
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 16px 23px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-top {
    min-height: 72px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    height: 24px !important;
    min-height: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head {
    width: 100% !important;
    flex: 0 0 24px !important;
    min-height: 24px !important;
    padding: 0 34px 0 0 !important;
    font: 700 18px/24px Manrope, sans-serif !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-reset {
    width: 100% !important;
    max-width: none !important;
    height: 36px !important;
    min-height: 36px !important;
    font: 600 12px/17px Manrope, sans-serif !important;
    border-radius: 23px !important;
  }
}

/* Ultimate filter component layer: must stay last. */
.woocommerce .nw-filter-group-title {
  pointer-events: none !important;
}

.woocommerce .nw-filter-group.is-collapsible {
  display: flex !important;
}

.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title {
  cursor: default !important;
}

.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title::after,
.woocommerce .nw-filter-group--checkbox .nw-filter-group-title::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group.is-collapsible:not(.is-open) .nw-filter-terms,
.woocommerce .nw-filter-group--checkbox .nw-filter-terms {
  display: grid !important;
}

.woocommerce .nw-filter-group--select .nw-filter-terms,
.woocommerce .nw-filter-group--select.is-collapsible:not(.is-open) .nw-filter-terms {
  display: none !important;
}

.woocommerce .nw-filter-group--select.is-select-open .nw-filter-terms,
.woocommerce .nw-filter-group--categories.is-category-open .nw-filter-terms {
  display: grid !important;
}

.woocommerce .nw-filter-select,
.woocommerce .nw-category-select {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 42px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: #3b434d !important;
  font: 400 14px/24px Manrope, sans-serif !important;
  text-align: left !important;
  background: #fff !important;
  border: 1px solid #e7eef2 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.woocommerce .nw-filter-select > span:first-child,
.woocommerce .nw-category-select > span:first-child {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.woocommerce .nw-filter-select__icon,
.woocommerce .nw-category-select__icon {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  width: 20px !important;
  height: 20px !important;
  background: #2ba8c4 !important;
  border: 0 !important;
  transform: translateY(-50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.woocommerce .nw-filter-select__icon::before,
.woocommerce .nw-filter-select__icon::after,
.woocommerce .nw-category-select__icon::before,
.woocommerce .nw-category-select__icon::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group--select.is-select-open .nw-filter-select__icon,
.woocommerce .nw-filter-group--categories.is-category-open .nw-category-select__icon {
  transform: translateY(-50%) !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L10 3.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L10 3.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.woocommerce .nw-filter-select-options {
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 8px !important;
  gap: 2px !important;
  background: #fff !important;
  border: 1px solid #e7eef2 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(27, 40, 48, .1) !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term,
.woocommerce .nw-filter-group--categories .nw-filter-term {
  min-height: 36px !important;
  padding: 8px !important;
  color: #3b434d !important;
  font: 400 14px/19px Manrope, sans-serif !important;
  border-radius: 10px !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term::before,
.woocommerce .nw-filter-group--select .nw-filter-term::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term:is(:hover, :focus-visible, .is-active),
.woocommerce .nw-filter-group--categories .nw-filter-term:is(:hover, :focus-visible, .is-active) {
  color: #2ba8c4 !important;
  font-weight: 600 !important;
  background: #e5f4f8 !important;
}

.woocommerce .nw-price-track {
  right: 0 !important;
  left: 0 !important;
  height: 6px !important;
  background: #f7fcfd !important;
  border: .5px solid #bfe3ec !important;
  border-radius: 10px !important;
}

.woocommerce .nw-price-fill {
  background: transparent !important;
}

.woocommerce .nw-price-slider {
  padding: 0 !important;
}

.woocommerce .nw-price-slider .nw-range {
  top: -7px !important;
  right: 0 !important;
  left: 0 !important;
  padding: 0 !important;
}

.woocommerce .nw-price-slider .nw-range::-webkit-slider-thumb {
  width: 19px !important;
  height: 20px !important;
  margin-top: -7px !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .45), 0 2px 6px rgba(34, 134, 157, .18) !important;
}

.woocommerce .nw-price-slider .nw-range::-moz-range-thumb {
  width: 19px !important;
  height: 20px !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .45), 0 2px 6px rgba(34, 134, 157, .18) !important;
}

.woocommerce .nw-shop-main .woocommerce-ordering select,
.woocommerce .nw-mobile-sort .woocommerce-ordering select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%232BA8C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%232BA8C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 14px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::before {
    content: none !important;
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::after {
    content: "" !important;
    position: static !important;
    inset: auto !important;
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    margin-left: auto !important;
    display: block !important;
    background: #2ba8c4 !important;
    border: 0 !important;
    transform: none !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head[aria-expanded="true"]::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }
}

/* Final mobile filter toggle fix: full-width button and right-aligned chevron. */
@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    display: block !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    background: #fff !important;
    border: 1px solid #e7eef2 !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 22px rgba(20, 40, 58, .04) !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head::after,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head::after,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head[aria-expanded="true"]::after {
    position: static !important;
    inset: auto !important;
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin-left: auto !important;
    transform: none !important;
    pointer-events: none !important;
  }
}

/* CatalogFilterSelect and final filter component structure. */
.woocommerce .nw-filter-group-title {
  pointer-events: none !important;
}

.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title {
  cursor: default !important;
}

.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title::after,
.woocommerce .nw-filter-group--checkbox .nw-filter-group-title::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group.is-collapsible:not(.is-open) .nw-filter-terms,
.woocommerce .nw-filter-group--checkbox .nw-filter-terms {
  display: grid !important;
}

.woocommerce .nw-filter-group--select .nw-filter-terms,
.woocommerce .nw-filter-group--select.is-collapsible:not(.is-open) .nw-filter-terms {
  display: none !important;
}

.woocommerce .nw-filter-group--select.is-select-open .nw-filter-terms,
.woocommerce .nw-filter-group--categories.is-category-open .nw-filter-terms {
  display: grid !important;
}

.woocommerce .nw-filter-select,
.woocommerce .nw-category-select {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 42px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: #3b434d !important;
  font: 400 14px/24px Manrope, sans-serif !important;
  text-align: left !important;
  background: #fff !important;
  border: 1px solid #e7eef2 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.woocommerce .nw-filter-select > span:first-child,
.woocommerce .nw-category-select > span:first-child {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.woocommerce .nw-filter-select__icon,
.woocommerce .nw-category-select__icon {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  width: 20px !important;
  height: 20px !important;
  background: #2ba8c4 !important;
  border: 0 !important;
  transform: translateY(-50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.woocommerce .nw-filter-select__icon::before,
.woocommerce .nw-filter-select__icon::after,
.woocommerce .nw-category-select__icon::before,
.woocommerce .nw-category-select__icon::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group--select.is-select-open .nw-filter-select__icon,
.woocommerce .nw-filter-group--categories.is-category-open .nw-category-select__icon {
  transform: translateY(-50%) !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L10 3.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L10 3.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.woocommerce .nw-filter-select-options {
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 8px !important;
  gap: 2px !important;
  background: #fff !important;
  border: 1px solid #e7eef2 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(27, 40, 48, .1) !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term,
.woocommerce .nw-filter-group--categories .nw-filter-term {
  min-height: 36px !important;
  padding: 8px !important;
  color: #3b434d !important;
  font: 400 14px/19px Manrope, sans-serif !important;
  border-radius: 10px !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term::before,
.woocommerce .nw-filter-group--select .nw-filter-term::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term:is(:hover, :focus-visible, .is-active),
.woocommerce .nw-filter-group--categories .nw-filter-term:is(:hover, :focus-visible, .is-active) {
  color: #2ba8c4 !important;
  font-weight: 600 !important;
  background: #e5f4f8 !important;
}

.woocommerce .nw-price-track {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  height: 6px !important;
  background: #f7fcfd !important;
  border: .5px solid #bfe3ec !important;
  border-radius: 10px !important;
}

.woocommerce .nw-price-fill {
  top: 0 !important;
  height: 6px !important;
  background: transparent !important;
  border-radius: 10px !important;
}

.woocommerce .nw-price-slider {
  padding: 0 !important;
}

.woocommerce .nw-price-slider .nw-range {
  top: -7px !important;
  right: 0 !important;
  left: 0 !important;
  padding: 0 !important;
}

.woocommerce .nw-price-slider .nw-range::-webkit-slider-thumb {
  width: 19px !important;
  height: 20px !important;
  margin-top: -7px !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .45), 0 2px 6px rgba(34, 134, 157, .18) !important;
}

.woocommerce .nw-price-slider .nw-range::-moz-range-thumb {
  width: 19px !important;
  height: 20px !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .45), 0 2px 6px rgba(34, 134, 157, .18) !important;
}

@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::before {
    content: none !important;
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    background: #2ba8c4 !important;
    border: 0 !important;
    transform: translateY(-50%) !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head[aria-expanded="true"]::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }
}

@media (max-width: 991px) {
  body.woocommerce-page .site-content .ast-container,
  body.post-type-archive-product .site-content .ast-container,
  body.tax-product_cat .site-content .ast-container,
  body.tax-product_tag .site-content .ast-container,
  body.archive.woocommerce .site-content .ast-container {
    width: min(100% - 48px, 900px) !important;
  }

  .woocommerce .nw-shop-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .woocommerce .nw-mobile-filters-toggle {
    display: inline-flex;
    width: fit-content;
  }

  .woocommerce .nw-shop-filters {
    position: static;
    max-height: none;
    display: none;
    border-radius: 18px;
  }

  .woocommerce .nw-shop-filters.is-open {
    display: block;
  }

  .woocommerce .nw-shop-main .woocommerce-ordering {
    float: none !important;
    display: block;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .woocommerce ul.products li.product {
    min-height: 0;
  }

  .woocommerce ul.products li.product .nw-card-media {
    min-height: 300px;
  }

  .woocommerce ul.products li.product .nw-card-purchase {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product .nw-card-media .nw-qv-btn {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  body.woocommerce-page .site-content .ast-container,
  body.post-type-archive-product .site-content .ast-container,
  body.tax-product_cat .site-content .ast-container,
  body.tax-product_tag .site-content .ast-container,
  body.archive.woocommerce .site-content .ast-container {
    width: calc(100% - 32px) !important;
  }

  body.post-type-archive-product .entry-header,
  body.tax-product_cat .entry-header,
  body.tax-product_tag .entry-header,
  body.archive.woocommerce .entry-header {
    margin-top: 28px;
    margin-bottom: 18px;
  }

  body.post-type-archive-product .entry-header .entry-title,
  body.post-type-archive-product .woocommerce-products-header__title.page-title,
  body.tax-product_cat .entry-header .entry-title,
  body.tax-product_cat .woocommerce-products-header__title.page-title,
  body.tax-product_tag .entry-header .entry-title,
  body.tax-product_tag .woocommerce-products-header__title.page-title,
  body.archive.woocommerce .entry-header .entry-title,
  body.archive.woocommerce .woocommerce-products-header__title.page-title {
    font-size: 32px;
  }

  .woocommerce .nw-shop-layout {
    gap: 10px;
  }

  .woocommerce .nw-mobile-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 8px;
  }

  .woocommerce .nw-mobile-sort {
    flex: 1 1 auto;
    min-width: 0;
  }

  .woocommerce .nw-mobile-sort .woocommerce-ordering {
    margin: 0 !important;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .woocommerce .nw-mobile-sort .woocommerce-ordering::before {
    content: 'Сортировка:';
    display: block;
    margin: 0 0 4px;
    color: #1f2937;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
  }

  .woocommerce .nw-mobile-sort .woocommerce-ordering select {
    min-height: 40px;
    min-width: 0;
    width: 100%;
    padding: 0 34px 0 12px;
    border: 1px solid var(--nw-border);
    border-radius: 12px;
    background-color: #fff;
    color: var(--nw-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4 6l4 4 4-4' fill='none' stroke='%232ba8c4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1px center;
    background-size: 12px 12px;
  }

  .woocommerce .nw-mobile-actions {
    flex: 0 0 auto;
  }

  .woocommerce .nw-mobile-filters-toggle {
    width: auto;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border-color: var(--nw-brand);
    background: var(--nw-brand);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .woocommerce .nw-shop-main .woocommerce-result-count {
    display: block;
    width: 100%;
    margin: 0 0 10px !important;
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
  }

  .woocommerce .nw-shop-filters {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10010;
    width: min(420px, 100%);
    height: 100dvh;
    margin: 0;
    border: 0;
    border-radius: 20px 0 0 20px;
    background: #fff;
    padding: 0 14px 16px;
    overflow: auto;
    display: block !important;
    transform: translateX(104%);
    transition: transform .22s ease;
  }

  .woocommerce .nw-shop-filters.is-open {
    transform: translateX(0);
  }

  .woocommerce .nw-shop-filters .nw-filter-head {
    display: none;
  }

  .woocommerce .nw-mobile-filters-head {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -14px 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }

  .woocommerce .nw-mobile-filters-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--nw-text);
    line-height: 1.2;
  }

  .woocommerce .nw-mobile-filters-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #6b7280;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }

  .woocommerce .nw-mobile-filters-apply {
    position: sticky;
    bottom: 8px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 14px;
    border: 1px solid var(--nw-brand);
    border-radius: 999px;
    background: var(--nw-brand);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .nw-mobile-filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(15, 23, 42, .4);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  body.nw-mobile-filters-open .nw-mobile-filters-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.nw-mobile-filters-open {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .woocommerce ul.products li.product {
    min-height: 0;
    padding: 1px 0 0;
  }

  .woocommerce ul.products li.product .nw-card-media {
    min-height: 213px;
  }

  .woocommerce ul.products li.product .nw-card-image {
    padding: 12px;
  }

  .woocommerce ul.products li.product .nw-card-badges {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 48px);
  }

  .woocommerce ul.products li.product .nw-badge {
    height: 23px;
    padding: 0 8px;
    border-radius: 7px;
    font-size: 10px;
  }

  .woocommerce ul.products li.product .nw-badge-featured {
    display: none;
  }

  .woocommerce ul.products li.product .nw-card-actions {
    top: 10px;
    right: 10px;
  }

  .woocommerce ul.products li.product .nw-card-icon,
  .woocommerce ul.products li.product .nw-card-fav {
    width: 26px;
    height: 25px;
    border-radius: 8px;
  }

  .woocommerce ul.products li.product .nw-card-fav::before {
    width: 14px;
    height: 13px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 28px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
    -webkit-line-clamp: 2;
  }

  .woocommerce ul.products li.product .nw-card-purchase {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 8px 8px 16px;
  }

  .woocommerce ul.products li.product .nw-card-buttons {
    gap: 8px;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 8;
    pointer-events: auto;
  }

  .woocommerce ul.products li.product .nw-card-buttons .button,
  .woocommerce ul.products li.product .nw-card-buttons .add_to_cart_button {
    position: relative;
    z-index: 9;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .woocommerce ul.products li.product .price {
    min-height: 0;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 4px 8px;
  }

  .woocommerce ul.products li.product .nw-card-pricecol {
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .woocommerce ul.products li.product .nw-card-pricecol .price,
  .woocommerce ul.products li.product .nw-card-pricecol .price ins,
  .woocommerce ul.products li.product .nw-card-pricecol .price del,
  .woocommerce ul.products li.product .price ins .amount,
  .woocommerce ul.products li.product .price ins bdi,
  .woocommerce ul.products li.product .price > .amount,
  .woocommerce ul.products li.product .price > bdi {
    width: auto !important;
    display: inline-block;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .woocommerce ul.products li.product .price ins .amount,
  .woocommerce ul.products li.product .price ins bdi,
  .woocommerce ul.products li.product .price > .amount,
  .woocommerce ul.products li.product .price > bdi {
    font-size: 18px;
    line-height: 27px;
  }

  .woocommerce ul.products li.product .price del {
    font-size: 16px;
    line-height: 19px;
  }

  .woocommerce ul.products li.product .nw-card-quick-alt,
  .woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .add_to_cart_button,
  .woocommerce ul.products li.product .product_type_simple,
  .woocommerce ul.products li.product .product_type_variable {
    min-height: 38px;
    border-radius: 11px;
    font-size: 12px;
  }

  .woocommerce ul.products li.product .nw-card-quick-alt,
  .woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn {
    width: 100% !important;
    min-width: 0;
  }

  .woocommerce .nw-mobile-filters-toggle {
    width: 100%;
  }

  .nw-quickview-overlay { padding: 10px; }
  .nw-quickview-box {
    max-height: 92vh;
    padding: 14px;
  }
  .nw-qv-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .nw-qv-title {
    font-size: 20px;
  }

  .nw-cart-popup-actions {
    grid-template-columns: 1fr;
  }
}

/* Filter responsive contract: desktop sidebar, mobile/tablet inline disclosure. */
@media (min-width: 992px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters {
    position: static !important;
    top: auto !important;
    width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 24px 23px 32px !important;
    overflow: visible !important;
    gap: 24px !important;
    scrollbar-width: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters::-webkit-scrollbar {
    width: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed {
    height: auto !important;
    min-height: 0 !important;
    padding: 24px 23px 32px !important;
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed > :not(.nw-filter-top),
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-reset {
    display: flex !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top {
    width: 100% !important;
    min-height: 24px !important;
    height: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head {
    width: auto !important;
    flex: 1 1 auto !important;
    min-height: 24px !important;
    padding: 0 !important;
    color: #1b2830 !important;
    font: 800 18px/24px Manrope, sans-serif !important;
    text-transform: none !important;
    cursor: default !important;
    pointer-events: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::before,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::after {
    content: none !important;
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-reset,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-reset {
    display: inline-flex !important;
    flex: 0 0 80px !important;
    width: 80px !important;
    max-width: 80px !important;
    height: 24px !important;
    min-height: 24px !important;
    padding: 0 12px !important;
    font: 400 12px/17px Manrope, sans-serif !important;
    border-radius: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-group,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-price {
    width: 100% !important;
    gap: 8px !important;
  }
}

@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters {
    position: static !important;
    top: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scrollbar-width: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters[data-panel-ready="1"]:not(.is-filter-collapsed) {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 23px 24px !important;
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 16px 23px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-top {
    width: 100% !important;
    min-height: 72px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    height: 24px !important;
    min-height: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head {
    width: 100% !important;
    flex: 0 0 24px !important;
    min-height: 24px !important;
    padding: 0 34px 0 0 !important;
    color: #1b2830 !important;
    font: 700 18px/24px Manrope, sans-serif !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-reset {
    width: 100% !important;
    max-width: none !important;
    height: 36px !important;
    min-height: 36px !important;
    font: 600 12px/17px Manrope, sans-serif !important;
    border-radius: 23px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-reset,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed > :not(.nw-filter-top),
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-reset,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) > :not(.nw-filter-top) {
    display: none !important;
  }
}

/* Figma catalog polish */
.woocommerce .nw-shop-filters {
  padding: 14px 16px 18px;
  border-color: var(--nw-border);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(27, 40, 48, .04);
}

.woocommerce .nw-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.woocommerce .nw-filter-head::after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--nw-brand);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8.75L7 5.25L10.5 8.75' stroke='%232BA8C4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8.75L7 5.25L10.5 8.75' stroke='%232BA8C4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.woocommerce .nw-filter-reset {
  min-height: 30px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
}

.woocommerce .nw-filter-price {
  gap: 8px;
  margin-bottom: 14px;
  padding-top: 12px;
}

.woocommerce .nw-filter-price input {
  height: 34px;
  border-color: var(--nw-border);
  border-radius: 8px;
  color: var(--nw-muted);
  font-size: 12px;
}

.woocommerce .nw-filter-group {
  padding-top: 12px;
  padding-bottom: 10px;
}

.woocommerce .nw-filter-group-title {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: .8px;
}

.woocommerce .nw-filter-terms {
  gap: 6px;
  margin-top: 9px;
}

.woocommerce .nw-filter-term {
  min-height: 30px;
  padding: 0 8px;
  border-radius: 8px;
  color: var(--nw-text);
  font-size: 13px;
  line-height: 17px;
}

.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term {
  gap: 8px;
}

.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--nw-border-accent);
  border-radius: 2px;
  background: #fff;
}

.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term.is-active::before {
  border-color: var(--nw-brand);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.2L6.7 11L12 5.5' stroke='%232BA8C4' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.woocommerce .nw-filter-term:hover,
.woocommerce .nw-filter-term.is-active {
  background: #e5f4f8;
  color: var(--nw-brand);
}

.woocommerce .nw-shop-main .woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  min-width: 223px;
  height: 50px;
  border-color: var(--nw-border);
  border-radius: 12px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%232BA8C4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: var(--nw-muted);
  font-size: 14px;
}

.woocommerce ul.products li.product .nw-card-media {
  height: 264px;
  min-height: 264px;
  flex: 0 0 264px;
}

.woocommerce ul.products li.product .nw-card-purchase {
  min-height: 156px;
  justify-content: flex-start;
}

.woocommerce ul.products li.product .nw-qv-btn {
  background: rgba(247, 252, 253, .78);
  box-shadow: 0 6px 18px rgba(27, 40, 48, .08);
  opacity: 1;
  transform: none;
}

.woocommerce ul.products li.product .nw-card-buttons .add_to_cart_button::before,
.woocommerce ul.products li.product .nw-card-buttons .product_type_simple::before,
.woocommerce ul.products li.product .nw-card-buttons .product_type_variable::before {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666667 0C0.489856 0 0.320286 0.0702379 0.195262 0.195262C0.0702379 0.320286 0 0.489856 0 0.666667C0 0.843478 0.0702379 1.01305 0.195262 1.13807C0.320286 1.2631 0.489856 1.33333 0.666667 1.33333H1.85333C1.95033 1.3331 2.04493 1.36353 2.12359 1.42028C2.20226 1.47704 2.26097 1.55721 2.29133 1.64933L4.48933 8.24467C4.58733 8.538 4.59933 8.85267 4.52467 9.15267L4.344 9.87733C4.078 10.94 4.90533 12 6 12H14C14.1768 12 14.3464 11.9298 14.4714 11.8047C14.5964 11.6797 14.6667 11.5101 14.6667 11.3333C14.6667 11.1565 14.5964 10.987 14.4714 10.8619C14.3464 10.7369 14.1768 10.6667 14 10.6667H6C5.74 10.6667 5.57333 10.4533 5.63667 10.202L5.77333 9.65667C5.79636 9.56443 5.84953 9.48252 5.92441 9.42394C5.9993 9.36536 6.0916 9.33347 6.18667 9.33333H13.3333C13.4734 9.33351 13.61 9.28955 13.7237 9.20769C13.8374 9.12583 13.9224 9.01025 13.9667 8.87733L15.7433 3.544C15.7767 3.44378 15.7858 3.33706 15.7698 3.23264C15.7539 3.12821 15.7133 3.02908 15.6516 2.9434C15.5898 2.85772 15.5085 2.78794 15.4145 2.73983C15.3204 2.69172 15.2163 2.66664 15.1107 2.66667H4.37C4.27289 2.66704 4.17814 2.63668 4.09934 2.57991C4.02055 2.52315 3.96173 2.4429 3.93133 2.35067L3.29933 0.456C3.2551 0.323196 3.17019 0.207684 3.05663 0.125838C2.94308 0.0439928 2.80664 -0.0000336871 2.66667 0H0.666667ZM5.33333 12.6667C4.97971 12.6667 4.64057 12.8071 4.39052 13.0572C4.14048 13.3072 4 13.6464 4 14C4 14.3536 4.14048 14.6928 4.39052 14.9428C4.64057 15.1929 4.97971 15.3333 5.33333 15.3333C5.68696 15.3333 6.02609 15.1929 6.27614 14.9428C6.52619 14.6928 6.66667 14.3536 6.66667 14C6.66667 13.6464 6.52619 13.3072 6.27614 13.0572C6.02609 12.8071 5.68696 12.6667 5.33333 12.6667ZM13.3333 12.6667C12.9797 12.6667 12.6406 12.8071 12.3905 13.0572C12.1405 13.3072 12 13.6464 12 14C12 14.3536 12.1405 14.6928 12.3905 14.9428C12.6406 15.1929 12.9797 15.3333 13.3333 15.3333C13.687 15.3333 14.0261 15.1929 14.2761 14.9428C14.5262 14.6928 14.6667 14.3536 14.6667 14C14.6667 13.6464 14.5262 13.3072 14.2761 13.0572C14.0261 12.8071 13.687 12.6667 13.3333 12.6667Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  -webkit-mask: none;
  mask: none;
}

.woocommerce ul.products li.product .nw-card-quick-alt::before {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2113 15.8627L10.4764 13.1282L9.15069 14.4539C9.03625 14.5683 8.87009 14.6155 8.71169 14.5788C8.63391 14.5605 8.56211 14.5226 8.50314 14.4687C8.44416 14.4147 8.39998 14.3466 8.37478 14.2708L5.72297 6.31575C5.69541 6.23317 5.69138 6.14455 5.71135 6.05981C5.73132 5.97508 5.7745 5.89758 5.83603 5.836C5.961 5.71103 6.14731 5.66525 6.31578 5.72294L14.2708 8.37475C14.3466 8.39994 14.4148 8.44413 14.4687 8.50311C14.5226 8.56208 14.5606 8.63387 14.5789 8.71166C14.5971 8.78942 14.5952 8.87055 14.5733 8.94737C14.5515 9.02419 14.5104 9.09416 14.4539 9.15066L13.1282 10.4763L15.8627 13.2113C16.0458 13.3943 16.0458 13.691 15.8627 13.8741L13.8742 15.8626C13.691 16.0458 13.3944 16.0458 13.2113 15.8627ZM6.09375 3.75C5.83466 3.75 5.625 3.54034 5.625 3.28125V0.46875C5.625 0.209656 5.83466 0 6.09375 0C6.35284 0 6.5625 0.209656 6.5625 0.46875V3.28125C6.5625 3.54034 6.35284 3.75 6.09375 3.75ZM3.77381 4.43666L1.78481 2.44766C1.60172 2.26456 1.60172 1.96791 1.78481 1.78481C1.96791 1.60172 2.26456 1.60172 2.44766 1.78481L4.43663 3.77378C4.61972 3.95688 4.61972 4.25353 4.43663 4.43663C4.25353 4.61975 3.95691 4.61975 3.77381 4.43666ZM1.78481 10.4027C1.60172 10.2196 1.60172 9.92294 1.78481 9.73984L3.77378 7.75087C3.95688 7.56778 4.25353 7.56778 4.43663 7.75087C4.61972 7.93397 4.61972 8.23063 4.43663 8.41372L2.44766 10.4027C2.26456 10.5858 1.96794 10.5858 1.78481 10.4027ZM7.75084 4.43666C7.56775 4.25356 7.56775 3.95691 7.75084 3.77381L9.73981 1.78484C9.92291 1.60175 10.2196 1.60175 10.4027 1.78484C10.5858 1.96794 10.5858 2.26459 10.4027 2.44769L8.41369 4.43666C8.23059 4.61975 7.93397 4.61975 7.75084 4.43666ZM3.28125 6.5625H0.46875C0.209656 6.5625 0 6.35284 0 6.09375C0 5.83466 0.209656 5.625 0.46875 5.625H3.28125C3.54034 5.625 3.75 5.83466 3.75 6.09375C3.75 6.35284 3.54034 6.5625 3.28125 6.5625Z' fill='url(%23paint0_linear_836_4315)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_836_4315' x1='-4.2' y1='-6.4' x2='15' y2='18.4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2370E096'/%3E%3Cstop offset='1' stop-color='%23249F4D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  -webkit-mask: none;
  mask: none;
}

@media (max-width: 640px) {
  .woocommerce ul.products li.product .nw-card-media {
    height: 213px;
    min-height: 213px;
    flex-basis: 213px;
  }

  .woocommerce ul.products li.product .nw-qv-btn {
    display: none !important;
  }

  .woocommerce ul.products li.product .nw-card-purchase {
    min-height: 174px;
  }

  .woocommerce ul.products li.product .nw-card-quick-alt,
  .woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn {
    gap: 7px;
    color: #249f4d !important;
    font-size: 11px !important;
    line-height: 14px;
    padding: 0 8px !important;
  }

  .woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn > span {
    display: inline-flex !important;
    width: auto;
  }
}


/* ==========================================================================
   Component source: catalog-filter.css
   ========================================================================== */
:root {
  --nw-filter-primary: #2ba8c4;
  --nw-filter-text: #1b2830;
  --nw-filter-body: #3b434d;
  --nw-filter-secondary: #64727e;
  --nw-filter-muted: #9aabb4;
  --nw-filter-border: #e7eef2;
  --nw-filter-accent-border: #bfe3ec;
  --nw-filter-active: #e5f4f8;
}

/* Catalog filter component. This file is the final visual contract for filters. */
.woocommerce .nw-shop-filters {
  box-sizing: border-box !important;
  width: 300px !important;
  max-width: 300px !important;
  margin: 0 !important;
  padding: 16px 23px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 24px !important;
  color: var(--nw-filter-body) !important;
  font-family: Manrope, sans-serif !important;
  background: #fff !important;
  border: 1px solid var(--nw-filter-border) !important;
  border-radius: 20px !important;
  box-shadow: 0 6px 22px rgba(20, 40, 58, .04) !important;
}

.woocommerce .nw-filter-top {
  position: relative !important;
  width: 100% !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  gap: 12px !important;
  overflow: visible !important;
  border: 0 !important;
}

.woocommerce .nw-filter-head {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  flex: 0 0 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 34px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  color: var(--nw-filter-text) !important;
  font: 700 18px/24px Manrope, sans-serif !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.woocommerce .nw-filter-head::before,
.woocommerce .nw-filter-head::after {
  content: "" !important;
  position: absolute !important;
  right: 7px !important;
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid var(--nw-filter-primary) !important;
  border-bottom: 2px solid var(--nw-filter-primary) !important;
  transform: rotate(225deg) !important;
  transition: transform .2s ease, top .2s ease !important;
}

.woocommerce .nw-filter-head::before { top: 7px !important; }
.woocommerce .nw-filter-head::after { top: 14px !important; }

.woocommerce .nw-filter-head[aria-expanded="false"]::before,
.woocommerce .nw-filter-head[aria-expanded="false"]::after {
  transform: rotate(45deg) !important;
}
.woocommerce .nw-filter-head[aria-expanded="false"]::before { top: 3px !important; }
.woocommerce .nw-filter-head[aria-expanded="false"]::after { top: 10px !important; }

.woocommerce .nw-filter-reset {
  position: static !important;
  inset: auto !important;
  float: none !important;
  box-sizing: border-box !important;
  flex: 0 0 36px !important;
  width: 100% !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--nw-filter-primary) !important;
  font: 600 12px/17px Manrope, sans-serif !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 1px solid var(--nw-filter-primary) !important;
  border-radius: 23px !important;
  transform: none !important;
  transition: color .18s ease, background-color .18s ease !important;
}

.woocommerce .nw-filter-reset:hover,
.woocommerce .nw-filter-reset:focus-visible {
  color: #fff !important;
  background: var(--nw-filter-primary) !important;
}

.woocommerce .nw-shop-filters.is-filter-collapsed {
  height: 56px !important;
  min-height: 56px !important;
  padding: 16px 23px !important;
  overflow: hidden !important;
}
.woocommerce .nw-shop-filters.is-filter-collapsed .nw-filter-top {
  min-height: 24px !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}
.woocommerce .nw-shop-filters.is-filter-collapsed .nw-filter-reset,
.woocommerce .nw-shop-filters.is-filter-collapsed > :not(.nw-filter-top) {
  display: none !important;
}

.woocommerce .nw-filter-group,
.woocommerce .nw-filter-price {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  border: 0 !important;
  border-top: 1px solid var(--nw-filter-border) !important;
  border-bottom: 0 !important;
}

.woocommerce .nw-filter-group--categories {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  flex: 0 0 auto !important;
  margin-top: 0 !important;
  transform: none !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.woocommerce .nw-filter-group--categories .nw-filter-group-title,
.woocommerce .nw-filter-group--categories.is-collapsible .nw-filter-group-title {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  cursor: default !important;
  pointer-events: none !important;
}

.woocommerce .nw-filter-group--categories .nw-filter-group-title::after,
.woocommerce .nw-filter-group--categories.is-collapsible .nw-filter-group-title::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group-title,
.woocommerce .nw-filter-price::before {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  color: var(--nw-filter-primary) !important;
  font: 700 13px/18px Manrope, sans-serif !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-group-title {
  font: 700 11px/15px Manrope, sans-serif !important;
}

.woocommerce .nw-category-select {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 16px 42px 16px 12px !important;
  display: flex !important;
  align-items: center !important;
  color: var(--nw-filter-body) !important;
  font: 400 14px/24px Manrope, sans-serif !important;
  text-align: left !important;
  background: #fff !important;
  border: 1px solid var(--nw-filter-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.woocommerce .nw-category-select > span:first-child {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.woocommerce .nw-category-select__icon {
  position: absolute !important;
  top: 50% !important;
  right: 17px !important;
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
  transform: translateY(-50%) !important;
  transition: transform .2s ease !important;
}

.woocommerce .nw-category-select__icon::before,
.woocommerce .nw-category-select__icon::after {
  content: "" !important;
  position: absolute !important;
  left: 3px !important;
  box-sizing: border-box !important;
  width: 7px !important;
  height: 7px !important;
  border: 0 !important;
  border-right: 1.5px solid var(--nw-filter-primary) !important;
  border-bottom: 1.5px solid var(--nw-filter-primary) !important;
  transform: rotate(45deg) !important;
}

.woocommerce .nw-category-select__icon::before { top: -1px !important; }
.woocommerce .nw-category-select__icon::after { top: 3px !important; }

.woocommerce .nw-filter-group--categories.is-category-open .nw-category-select__icon {
  transform: translateY(-50%) rotate(180deg) !important;
}

.woocommerce .nw-category-options {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 8px !important;
  display: none !important;
  gap: 2px !important;
  background: #fff !important;
  border: 1px solid var(--nw-filter-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(27, 40, 48, .1) !important;
  transform: none !important;
}

.woocommerce .nw-filter-group--categories .nw-category-options,
.woocommerce .nw-filter-group--categories.is-collapsible .nw-category-options,
.woocommerce .nw-filter-group--categories.is-collapsible.is-open .nw-category-options {
  display: none !important;
}

.woocommerce .nw-shop-filters .nw-filter-group--categories.is-category-open .nw-category-options {
  display: grid !important;
}

.woocommerce .nw-filter-group--categories .nw-filter-term {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  color: var(--nw-filter-body) !important;
  font: 400 14px/19px Manrope, sans-serif !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
}

.woocommerce .nw-filter-group--categories .nw-filter-term::before,
.woocommerce .nw-filter-group--categories .nw-filter-term::after { content: none !important; }

.woocommerce .nw-filter-group--categories .nw-filter-term:hover,
.woocommerce .nw-filter-group--categories .nw-filter-term:focus-visible,
.woocommerce .nw-filter-group--categories .nw-filter-term.is-active {
  color: var(--nw-filter-primary) !important;
  font-weight: 600 !important;
  background: var(--nw-filter-active) !important;
}

.woocommerce .nw-filter-price {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 10px !important;
}
.woocommerce .nw-filter-price::before { content: "Цена, ₽" !important; grid-column: 1 / -1 !important; }

.woocommerce .nw-price-slider {
  position: relative !important;
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  overflow: visible !important;
}
.woocommerce .nw-price-track {
  position: absolute !important;
  top: 0 !important;
  right: 10px !important;
  left: 10px !important;
  height: 6px !important;
  overflow: visible !important;
  background: #edf7f9 !important;
  border: 1px solid var(--nw-filter-accent-border) !important;
  border-radius: 999px !important;
}
.woocommerce .nw-price-fill {
  position: absolute !important;
  top: -1px !important;
  height: 6px !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  border-radius: 999px !important;
}
.woocommerce .nw-price-slider .nw-range {
  position: absolute !important;
  top: -9px !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  appearance: none !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce .nw-price-slider .nw-range::-webkit-slider-runnable-track { height: 6px !important; background: transparent !important; border: 0 !important; }
.woocommerce .nw-price-slider .nw-range::-webkit-slider-thumb {
  width: 20px !important;
  height: 20px !important;
  margin-top: -8px !important;
  appearance: none !important;
  pointer-events: auto !important;
  cursor: grab !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 9px rgba(34, 134, 157, .28) !important;
}
.woocommerce .nw-price-slider .nw-range::-moz-range-track { height: 6px !important; background: transparent !important; border: 0 !important; }
.woocommerce .nw-price-slider .nw-range::-moz-range-thumb {
  width: 20px !important;
  height: 20px !important;
  pointer-events: auto !important;
  cursor: grab !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 9px rgba(34, 134, 157, .28) !important;
}
.woocommerce .nw-price-scale { display: none !important; }

.woocommerce .nw-filter-price label {
  box-sizing: border-box !important;
  min-width: 0 !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 9px 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: var(--nw-filter-muted) !important;
  font: 400 12px/17px Manrope, sans-serif !important;
  background: #fff !important;
  border: 1px solid var(--nw-filter-border) !important;
  border-radius: 10px !important;
}
.woocommerce .nw-filter-price label:nth-of-type(1) { grid-column: 1; grid-row: 3; }
.woocommerce .nw-filter-price label:nth-of-type(2) { grid-column: 2; grid-row: 3; }
.woocommerce .nw-filter-price input[type="number"] {
  width: 100% !important;
  min-width: 0 !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--nw-filter-body) !important;
  font: 500 13px/18px Manrope, sans-serif !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title {
  box-sizing: border-box !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title::after {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  margin-right: 3px !important;
  border-right: 1.5px solid var(--nw-filter-primary) !important;
  border-bottom: 1.5px solid var(--nw-filter-primary) !important;
  transform: rotate(45deg) !important;
  transition: transform .2s ease !important;
}
.woocommerce .nw-filter-group.is-collapsible.is-open .nw-filter-group-title::after { transform: rotate(225deg) !important; }
.woocommerce .nw-filter-group.is-collapsible:not(.is-open) .nw-filter-terms { display: none !important; }

.woocommerce .nw-filter-terms {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  gap: 8px !important;
}
.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 0 0 32px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  color: var(--nw-filter-secondary) !important;
  font: 400 14px/24px Manrope, sans-serif !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
}
.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term::before {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  left: 0 !important;
  box-sizing: border-box !important;
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  opacity: 1 !important;
  background: #fff !important;
  border: 1px solid var(--nw-filter-accent-border) !important;
  border-radius: 2px !important;
  transform: none !important;
}
.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term::after {
  content: "" !important;
  position: absolute !important;
  top: 8px !important;
  left: 5px !important;
  width: 10px !important;
  height: 7px !important;
  display: block !important;
  opacity: 0 !important;
  background: var(--nw-filter-primary) !important;
  border: 0 !important;
  transform: none !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 3.5 3.7 6 9 1' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 3.5 3.7 6 9 1' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}
.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term.is-active::before,
.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term[aria-checked="true"]::before {
  border-color: var(--nw-filter-primary) !important;
}
.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term.is-active::after,
.woocommerce .nw-filter-group:not(.nw-filter-group--categories) .nw-filter-term[aria-checked="true"]::after {
  opacity: 1 !important;
}

@media (min-width: 991px) {
  .woocommerce .nw-shop-filters {
    position: sticky !important;
    top: 18px !important;
    max-height: calc(100vh - 36px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(100, 114, 126, .55) transparent !important;
  }
  .woocommerce .nw-shop-filters::-webkit-scrollbar { width: 6px !important; }
  .woocommerce .nw-shop-filters::-webkit-scrollbar-thumb { background: rgba(100, 114, 126, .55) !important; border-radius: 999px !important; }
}

@media (max-width: 990px) {
  .woocommerce .nw-mobile-filters-toggle {
    box-sizing: border-box !important;
    width: min(100%, 635px) !important;
    min-height: 72px !important;
    padding: 0 72px 0 24px !important;
    color: var(--nw-filter-text) !important;
    font: 800 24px/1.2 Manrope, sans-serif !important;
    text-align: left !important;
    background: #fff !important;
    border: 1px solid var(--nw-filter-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 22px rgba(20, 40, 58, .04) !important;
  }
  .woocommerce .nw-shop-filters {
    width: min(340px, calc(100vw - 24px)) !important;
    max-width: min(340px, calc(100vw - 24px)) !important;
  }
}

@media (max-width: 767px) {
  .woocommerce .nw-shop-layout > .nw-mobile-filters-toggle {
    position: relative !important;
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 60px !important;
    margin: 0 0 6px !important;
    padding: 0 58px 0 20px !important;
    color: var(--nw-filter-text) !important;
    font: 800 18px/1.2 Manrope, sans-serif !important;
    text-align: left !important;
    background: #fff !important;
    border: 1px solid var(--nw-filter-border) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(20, 40, 58, .06) !important;
  }

  .woocommerce .nw-shop-layout > .nw-mobile-filters-toggle::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 22px !important;
    width: 14px !important;
    height: 9px !important;
    background: var(--nw-filter-primary) !important;
    transform: translateY(-50%) !important;
    transition: transform .2s ease !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .woocommerce .nw-shop-layout > .nw-mobile-filters-toggle[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg) !important;
  }

  .woocommerce .nw-mobile-toolbar {
    display: block !important;
    margin-bottom: 8px !important;
  }

  .woocommerce .nw-mobile-sort {
    width: 100% !important;
  }

  .woocommerce .nw-shop-filters {
    width: min(340px, 100vw) !important;
    max-width: 100vw !important;
  }
}


/* ==========================================================================
   Component source: catalog-card.css
   ========================================================================== */
/* Catalog product card. This file is the single source of card geometry. */
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) {
  --nw-card-text: #1b2830;
  --nw-card-body: #3b434d;
  --nw-card-muted: #9aabb4;
  --nw-card-brand: #2ba8c4;
  --nw-card-border: #e7eef2;
  --nw-card-green: #35bf68;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  .nw-shop-main ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  ul.products li.product {
  box-sizing: border-box !important;
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 452px !important;
  min-height: 452px !important;
  margin: 0 !important;
  padding: 1px 0 16px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--nw-card-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(27, 40, 48, .05) !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  ul.products li.product:hover {
  border-color: #bfe3ec !important;
  box-shadow: 0 14px 30px rgba(27, 40, 48, .1) !important;
  transform: translateY(-2px) !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  ul.products li.product .woocommerce-loop-product__link {
  color: inherit !important;
  text-decoration: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  ul.products li.product .nw-card-media {
  box-sizing: border-box !important;
  position: relative !important;
  flex: 0 0 264px !important;
  width: 100% !important;
  height: 264px !important;
  min-height: 264px !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;
  background: #fff !important;
  border-bottom: 1px solid var(--nw-card-border) !important;
  border-radius: 17px 17px 0 0 !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-media-track {
  position: absolute !important;
  inset: 12px !important;
  overflow: hidden !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-image,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  opacity: 1;
  transition: opacity .18s ease !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-image:not(.is-active) {
  opacity: 0 !important;
  visibility: hidden !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-badges {
  position: absolute !important;
  z-index: 5 !important;
  top: 12px !important;
  right: 54px !important;
  left: 12px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  pointer-events: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-badge {
  box-sizing: border-box !important;
  min-height: 25px !important;
  padding: 5px 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font: 800 11px/15px Manrope, sans-serif !important;
  white-space: nowrap !important;
  border: 0 !important;
  border-radius: 8px !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .nw-badge-sale { background: #ef5964 !important; }
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .nw-badge-featured { background: #9747ff !important; }
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .nw-badge-new { background: var(--nw-card-brand) !important; }
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .nw-badge-out { background: #64727e !important; }

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-actions {
  position: absolute !important;
  z-index: 6 !important;
  top: 12px !important;
  right: 12px !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-fav {
  box-sizing: border-box !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  background: #fff !important;
  border: 1px solid #bfe3ec !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 10px rgba(27, 40, 48, .08) !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-fav::before {
  content: "" !important;
  width: 19px !important;
  height: 17px !important;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22' fill='none'%3E%3Cpath d='M20.84 2.61a5.5 5.5 0 0 0-7.78 0L12 3.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 19.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' stroke='%232BA8C4' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-fav.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M20.84 2.61a5.5 5.5 0 0 0-7.78 0L12 3.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 19.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='%23ef5964' stroke='%23ef5964' stroke-width='1.7'/%3E%3C/svg%3E") !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-qv-btn {
  box-sizing: border-box !important;
  position: absolute !important;
  z-index: 7 !important;
  right: 12px !important;
  bottom: 15px !important;
  left: 12px !important;
  width: auto !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--nw-card-brand) !important;
  font: 500 14px/18px Manrope, sans-serif !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid #bfe3ec !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 10px rgba(27, 40, 48, .08) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  backdrop-filter: blur(4px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product:hover .nw-qv-btn,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product:focus-within .nw-qv-btn {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product :is(.ast-woo-product-category, .product-category, .ast-loop-product__category) {
  display: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .woocommerce-loop-product__title {
  box-sizing: border-box !important;
  width: auto !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 16px 16px 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  color: var(--nw-card-body) !important;
  font: 700 16px/20px Manrope, sans-serif !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-purchase {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 104px !important;
  margin: auto 0 0 !important;
  padding: 10px 16px 0 !important;
  display: grid !important;
  grid-template-rows: 34px 40px !important;
  gap: 20px !important;
  background: #fff !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product :is(.nw-card-pricecol, .price) {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  color: var(--nw-card-text) !important;
  text-align: center !important;
  white-space: nowrap !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price ins {
  order: 1 !important;
  color: var(--nw-card-text) !important;
  text-decoration: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price del {
  order: 2 !important;
  color: var(--nw-card-muted) !important;
  opacity: 1 !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price ins .amount,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price ins bdi,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price > .amount,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price > bdi {
  color: var(--nw-card-text) !important;
  font: 800 28px/27px Manrope, sans-serif !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price del :is(.amount, bdi) {
  color: var(--nw-card-muted) !important;
  font: 500 16px/19px Manrope, sans-serif !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price :is(.nw-sale-meta, .nw-discount-pct) {
  display: contents !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .price .nw-discount-pct {
  display: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-buttons {
  width: 100% !important;
  height: 40px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 40px !important;
  gap: 8px !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-buttons :is(.add_to_cart_button, .product_type_simple, .product_type_variable) {
  box-sizing: border-box !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  color: #fff !important;
  font: 700 14px/18px Manrope, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: var(--nw-card-brand) !important;
  border: 0 !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-buttons :is(.add_to_cart_button, .product_type_simple, .product_type_variable)::before {
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M.667 0a.667.667 0 0 0 0 1.333h1.186a.46.46 0 0 1 .438.316l2.198 6.596c.098.293.11.608.036.908l-.181.724C4.078 10.94 4.905 12 6 12h8a.667.667 0 1 0 0-1.333H6c-.26 0-.427-.214-.363-.465l.136-.545a.427.427 0 0 1 .414-.324h7.146a.667.667 0 0 0 .634-.456l1.776-5.333a.667.667 0 0 0-.633-.877H4.37a.46.46 0 0 1-.439-.316L3.3.456A.667.667 0 0 0 2.667 0h-2ZM5.333 12.667a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666Zm8 0a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666Z'/%3E%3C/svg%3E") !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-buttons :is(.nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton, .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) {
  box-sizing: border-box !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #249f4d !important;
  background: #fff !important;
  border: 1px solid var(--nw-card-green) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .nw-card-buttons :is(.nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton, .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) > span {
  display: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product .added_to_cart,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   ul.products li.product :is(.star-rating, .nw-hover-dots, .onsale, .ast-onsale-card) {
  display: none !important;
}

@media (max-width: 1180px) and (min-width: 768px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product {
    height: 405px !important;
    min-height: 405px !important;
    max-width: none !important;
    padding-bottom: 0 !important;
    border-radius: 18px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-media {
    flex-basis: 213px !important;
    height: 213px !important;
    min-height: 213px !important;
    padding: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-media-track {
    inset: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-badges {
    top: 8px !important;
    right: 38px !important;
    left: 8px !important;
    gap: 4px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-badge {
    min-height: 23px !important;
    padding: 4px 8px !important;
    font-size: 10px !important;
    line-height: 14px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) .nw-badge-featured {
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-actions {
    top: 8px !important;
    right: 8px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-fav {
    width: 26px !important;
    height: 26px !important;
    border-radius: 8px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-fav::before {
    width: 15px !important;
    height: 14px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-qv-btn {
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .woocommerce-loop-product__title {
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 8px 8px 0 !important;
    font-size: 11px !important;
    line-height: 14px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-purchase {
    min-height: 126px !important;
    padding: 8px 8px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product :is(.nw-card-pricecol, .price) {
    gap: 4px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .price ins .amount,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .price ins bdi,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .price > .amount,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .price > bdi {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .price del :is(.amount, bdi) {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-buttons :is(.add_to_cart_button, .product_type_simple, .product_type_variable) {
    grid-row: 1 !important;
    order: 1 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-buttons :is(.nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton, .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) {
    grid-row: 2 !important;
    order: 2 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-buttons {
    width: 100% !important;
    height: 84px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-buttons :is(.add_to_cart_button, .product_type_simple, .product_type_variable),
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-buttons :is(.nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton, .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) {
    grid-column: 1 !important;
    flex: 0 0 38px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     ul.products li.product .nw-card-buttons :is(.nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton, .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) > span {
    display: inline !important;
  }
}

@media (max-width: 359px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: minmax(0, 304px) !important;
    justify-content: center !important;
  }
}

/* Final mobile purchase layout. Keep this after legacy catalog rules. */
@media screen and (max-width: 767px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-purchase {
    box-sizing: border-box !important;
    min-height: 130px !important;
    padding: 8px 8px 12px !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-buttons {
    box-sizing: border-box !important;
    display: flex !important;
    flex-flow: column nowrap !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    height: 84px !important;
    min-height: 84px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 6px !important;
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-buttons
    :is(.add_to_cart_button, .product_type_simple, .product_type_variable) {
    position: static !important;
    order: 1 !important;
    grid-area: auto !important;
    flex: 0 0 39px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 39px !important;
    min-height: 39px !important;
    margin: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-buttons
    :is(.nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton, .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) {
    position: static !important;
    order: 2 !important;
    grid-area: auto !important;
    flex: 0 0 39px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 39px !important;
    min-height: 39px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
  }
}


/* ==========================================================================
   Component source: catalog-page.css
   ========================================================================== */
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag) {
  --nw-page-text: #1b2830;
  --nw-page-body: #64727e;
  --nw-page-muted: #9aabb4;
  --nw-page-brand: #2ba8c4;
  --nw-page-border: #e7eef2;
  --nw-page-width: 1600px;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  #content.site-content > .ast-container {
  box-sizing: border-box !important;
  width: calc(100% - 160px) !important;
  max-width: var(--nw-page-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 0 96px !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  #primary,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  .ast-woocommerce-container,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
  .woocommerce-breadcrumb {
  margin: 32px 0 32px !important;
  color: var(--nw-page-body) !important;
  font: 400 14px/20px Manrope, sans-serif !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-catalog-hero {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 238px !important;
  margin: 0 0 34px !important;
  padding: 24px 40px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 1px solid var(--nw-page-border) !important;
  border-radius: 20px !important;
  background-image:
    linear-gradient(95.13deg, #eef8fa -1.15%, #eaf1fb 44.77%, rgba(244, 250, 253, 0) 77.03%),
    url(//notewall.ru/wp-content/themes/astra-child/assets/images/catalog-hero.jpg) !important;
  background-position: center, center !important;
  background-repeat: no-repeat !important;
  background-size: cover, cover !important;
  box-shadow: 0 1px 4px rgba(12, 12, 13, .05), 0 18px 40px rgba(20, 40, 58, .06) !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-catalog-hero__content {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-catalog-hero__title {
  margin: 0 !important;
  color: var(--nw-page-text) !important;
  font: 800 48px/55px Manrope, sans-serif !important;
  letter-spacing: 0 !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-catalog-hero__text {
  width: min(540px, 100%) !important;
  max-width: 540px !important;
  margin: 16px 0 0 !important;
  color: var(--nw-page-body) !important;
  font: 400 18px/24px Manrope, sans-serif !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-layout {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  align-items: start !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-filters {
  width: 300px !important;
  max-width: 300px !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-main {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  column-gap: 24px !important;
  width: 100% !important;
  min-width: 0 !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-main .woocommerce-result-count {
  grid-column: 1 !important;
  align-self: center !important;
  margin: 0 0 16px !important;
  color: var(--nw-page-text) !important;
  font: 400 16px/24px Manrope, sans-serif !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-main .woocommerce-ordering {
  grid-column: 2 !important;
  margin: 0 0 16px !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-main ul.products {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: stretch !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-main ul.products::before,
:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-main ul.products::after {
  display: none !important;
}

:is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
   .nw-shop-main ul.products li.product {
  box-sizing: border-box !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.nw-catalog-consultation {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  min-height: 256px;
  margin: 100px 0 -96px calc(50% - 50vw);
  padding: 54px max(80px, calc((100vw - 1600px) / 2));
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% -25%, rgba(255, 255, 255, .16) 0 210px, transparent 211px),
    radial-gradient(circle at 10% 135%, rgba(255, 255, 255, .12) 0 170px, transparent 171px),
    linear-gradient(105deg, #2da5bf 0%, #55bfd1 100%);
}

.nw-catalog-consultation__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1600px;
  min-height: 190px;
  margin: 0 auto;
  text-align: center;
}

.nw-catalog-consultation__copy {
  width: 100%;
  max-width: 663px;
}

.nw-catalog-consultation h2 {
  margin: 0;
  color: #fff;
  font: 800 34px/38px Manrope, sans-serif;
  letter-spacing: 0;
}

.nw-catalog-consultation p {
  max-width: 645px;
  margin: 10px auto 0;
  color: #fff;
  font: 400 16px/24px Manrope, sans-serif;
}

.nw-catalog-consultation__button {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 244px;
  min-height: 54px;
  padding: 14px 24px;
  color: #22869d !important;
  font: 700 15px/20px Manrope, sans-serif;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(18, 66, 79, .12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.nw-catalog-consultation__button:hover,
.nw-catalog-consultation__button:focus-visible {
  color: #1b7488 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 66, 79, .18);
}

@media (max-width: 1280px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    #content.site-content > .ast-container {
    width: calc(100% - 48px) !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-layout {
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-filters {
    width: 280px !important;
    max-width: 280px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    gap: 16px !important;
  }
}

@media (max-width: 1024px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    #content.site-content > .ast-container {
    width: calc(100% - 40px) !important;
    padding-bottom: 72px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-filters {
    width: min(340px, calc(100vw - 40px)) !important;
    max-width: min(340px, calc(100vw - 40px)) !important;
  }

  .nw-catalog-consultation {
    margin-bottom: -72px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    #content.site-content > .ast-container {
    width: calc(100% - 40px) !important;
    max-width: 335px !important;
    padding: 0 0 64px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .woocommerce-breadcrumb {
    margin: 24px 0 !important;
    font-size: 13px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-catalog-hero {
    min-height: 455px !important;
    margin: 0 0 32px !important;
    padding: 32px 0 !important;
    align-items: flex-start !important;
    background-image:
      linear-gradient(179.5deg, #eef8fa 2.53%, #eaf1fb 41.96%, rgba(244, 250, 253, 0) 74.21%),
      url(//notewall.ru/wp-content/themes/astra-child/assets/images/catalog-hero.jpg) !important;
    background-position: center, center !important;
    background-repeat: no-repeat !important;
    background-size: cover, cover !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-catalog-hero__content {
    padding: 0 16px !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-catalog-hero__title {
    font: 700 30px/36px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-catalog-hero__text {
    margin: 16px auto 0 !important;
    font: 400 16px/24px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-layout > .nw-mobile-filters-toggle {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 12px 48px 12px 23px !important;
    justify-content: flex-start !important;
    border-color: var(--nw-page-border) !important;
    border-radius: 20px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main .woocommerce-result-count {
    grid-column: 1 !important;
    margin: 0 !important;
    text-align: center !important;
    color: var(--nw-page-muted) !important;
    font: 400 14px/19px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main .woocommerce-ordering {
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: 97px minmax(0, 223px) !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main .woocommerce-ordering::before {
    content: "Сортировка:";
    color: var(--nw-page-muted);
    font: 400 14px/18px Manrope, sans-serif;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main .woocommerce-ordering select {
    width: 100% !important;
    min-width: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 7px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product {
    width: 100% !important;
    min-width: 0 !important;
    height: 405px !important;
    min-height: 405px !important;
    max-height: 405px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-media {
    flex: 0 0 213px !important;
    width: 100% !important;
    height: 213px !important;
    min-height: 213px !important;
    padding: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product h2.woocommerce-loop-product__title {
    width: calc(100% - 16px) !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 8px 8px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    font: 800 11px/14px Manrope, sans-serif !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    -webkit-line-clamp: 2 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-purchase {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px 8px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product :is(.nw-card-pricecol, .price) {
    flex: 0 0 27px !important;
    min-height: 27px !important;
    gap: 4px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .price ins :is(.amount, bdi),
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .price > :is(.amount, bdi) {
    font: 800 18px/27px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .price del :is(.amount, bdi) {
    font: 500 12px/18px Manrope, sans-serif !important;
  }

  .nw-catalog-consultation {
    min-height: 330px;
    margin: 64px 0 -64px calc(50% - 50vw);
    padding: 40px 20px;
  }

  .nw-catalog-consultation__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    min-height: 250px;
    text-align: center;
  }

  .nw-catalog-consultation h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .nw-catalog-consultation p {
    margin-top: 16px;
  }

  .nw-catalog-consultation__button {
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 359px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }
}

/* ========================================================================== 
   Canonical responsive contract
   Keep component geometry here instead of adding another catalog stylesheet.
   ========================================================================== */
@media (min-width: 1025px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 7px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-buttons {
    display: flex !important;
    flex-flow: column nowrap !important;
    width: 100% !important;
    height: 84px !important;
    min-height: 84px !important;
    padding: 0 !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-buttons
    :is(.add_to_cart_button, .product_type_simple, .product_type_variable,
        .nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton,
        .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) {
    position: static !important;
    flex: 0 0 38px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 6px !important;
    font: 700 12px/18px Manrope, sans-serif !important;
    white-space: nowrap !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
     .nw-shop-main ul.products li.product .nw-card-buttons
    :is(.nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton,
        .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) > span {
    display: inline !important;
  }
}

/* Mobile catalog: inline collapsed filter, result count, sorting and cards. */
@media (max-width: 767px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    #content.site-content > .ast-container {
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-layout > .nw-mobile-filters-toggle {
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-open {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 16px 22px 24px !important;
    overflow: visible !important;
    border: 1px solid var(--nw-filter-border) !important;
    border-radius: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) > :not(.nw-filter-top) {
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top {
    height: 46px !important;
    min-height: 46px !important;
    justify-content: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head {
    min-height: 46px !important;
    font: 700 18px/24px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    :is(.nw-mobile-filters-head, .nw-mobile-filters-apply),
  .nw-mobile-filters-backdrop {
    display: none !important;
  }

  body.nw-mobile-filters-open {
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .woocommerce-result-count {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    color: var(--nw-page-muted) !important;
    font: 400 16px/22px Manrope, sans-serif !important;
    text-align: left !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .nw-mobile-toolbar {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 32px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 218px) !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering::before {
    content: "\0421\043E\0440\0442\0438\0440\043E\0432\043A\0430:" !important;
    margin: 0 !important;
    color: var(--nw-page-muted) !important;
    font: 400 16px/22px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering select {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 42px 0 16px !important;
    color: var(--nw-page-text) !important;
    font: 400 15px/20px Manrope, sans-serif !important;
    background-color: #fff !important;
    border: 1px solid var(--nw-page-border) !important;
    border-radius: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product :is(.nw-card-pricecol, .price) {
    width: 100% !important;
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price :is(ins, del) {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price ins {
    order: 1 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price del {
    order: 2 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price ins :is(.amount, bdi),
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price > :is(.amount, bdi) {
    font: 800 18px/24px Manrope, sans-serif !important;
    white-space: nowrap !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price del :is(.amount, bdi) {
    font: 500 12px/18px Manrope, sans-serif !important;
    white-space: nowrap !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-media-track {
    inset: 2px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product
    :is(.nw-card-image, .nw-card-media img) {
    transform: scale(1.12) !important;
    transform-origin: center center !important;
  }
}

@media (min-width: 768px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    ul.products li.product .nw-card-media-track {
    inset: 6px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    ul.products li.product
    :is(.nw-card-image, .nw-card-media img) {
    transform: scale(1.08) !important;
    transform-origin: center center !important;
  }
}

/* Tablet catalog: keep the single-column controls readable between mobile and desktop. */
@media (min-width: 768px) and (max-width: 990px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    #content.site-content > .ast-container {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    padding-bottom: 72px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-layout > .nw-mobile-filters-toggle {
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-open {
    grid-column: 1 !important;
    position: static !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 20px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters {
    min-height: 64px !important;
    padding: 0 22px !important;
    box-shadow: 0 10px 24px rgba(20, 40, 58, .05) !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) > :not(.nw-filter-top),
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-reset,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed > :not(.nw-filter-top) {
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters[data-panel-ready="1"]:not(.is-filter-collapsed) {
    padding: 16px 22px 24px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    min-height: 62px !important;
    justify-content: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head {
    min-height: 62px !important;
    padding-right: 46px !important;
    font: 700 18px/24px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main {
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(220px, auto) !important;
    column-gap: 16px !important;
    row-gap: 18px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .woocommerce-result-count {
    grid-column: 1 !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    color: var(--nw-muted) !important;
    font: 400 16px/22px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .woocommerce-ordering {
    grid-column: 2 !important;
    justify-self: end !important;
    display: block !important;
    float: none !important;
    width: min(260px, 100%) !important;
    margin: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .woocommerce-ordering::before {
    content: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .woocommerce-ordering select {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 42px 0 16px !important;
    font: 400 15px/20px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-media {
    min-height: 260px !important;
  }
}

/* Final catalog/filter match for the supplied mobile and filter SVG layouts. */
@media (min-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters {
    width: 300px !important;
    max-width: 300px !important;
  }
}

@media (max-width: 990px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters[data-panel-ready="1"]:not(.is-filter-collapsed) {
    width: 300px !important;
    max-width: min(300px, 100%) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 16px 23px 24px !important;
    gap: 24px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed {
    height: 56px !important;
    min-height: 56px !important;
    padding: 16px 23px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top {
    min-height: 24px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head {
    min-height: 24px !important;
    padding-right: 34px !important;
    font: 700 18px/24px Manrope, sans-serif !important;
  }
}

@media (max-width: 767px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    #content.site-content > .ast-container {
    box-sizing: border-box !important;
    width: calc(100% - 40px) !important;
    max-width: 335px !important;
    padding: 0 0 64px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .woocommerce-breadcrumb {
    margin: 24px 0 32px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-catalog-hero {
    width: 100% !important;
    min-height: 455px !important;
    margin: 0 0 32px !important;
    padding: 32px 0 !important;
    align-items: flex-start !important;
    border-radius: 20px !important;
    background-image:
      linear-gradient(179.5deg, #eef8fa 2.53%, #eaf1fb 41.96%, rgba(244, 250, 253, 0) 74.21%),
      url(//notewall.ru/wp-content/themes/astra-child/assets/images/catalog-hero.jpg) !important;
    background-position: center, center !important;
    background-repeat: no-repeat !important;
    background-size: cover, cover !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-catalog-hero__content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 18px !important;
    gap: 16px !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-catalog-hero__title {
    color: #1b2830 !important;
    font: 700 30px/36px Manrope, sans-serif !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-catalog-hero__text {
    margin: 16px auto 0 !important;
    color: #64727e !important;
    font: 400 16px/24px Manrope, sans-serif !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-layout {
    width: 100% !important;
    gap: 32px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    width: 100% !important;
    max-width: 335px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 12px 23px !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 22px rgba(20, 40, 58, .04) !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    height: 24px !important;
    min-height: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head {
    min-height: 24px !important;
    color: #1b2830 !important;
    font: 700 16px/24px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 8px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .woocommerce-result-count {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 223px !important;
    margin: 0 auto !important;
    color: #9aabb4 !important;
    font: 400 14px/19px Manrope, sans-serif !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .nw-mobile-toolbar {
    width: 100% !important;
    margin: 0 0 32px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering {
    display: grid !important;
    grid-template-columns: 97px minmax(0, 223px) !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering::before {
    content: "\0421\043E\0440\0442\0438\0440\043E\0432\043A\0430:" !important;
    padding-top: 16px !important;
    color: #9aabb4 !important;
    font: 400 14px/18px Manrope, sans-serif !important;
    align-self: start !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering select {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 44px 0 20px !important;
    color: #1b2830 !important;
    font: 400 14px/19px Manrope, sans-serif !important;
    border: 1px solid #e7eef2 !important;
    border-radius: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products {
    display: grid !important;
    grid-template-columns: minmax(0, 167px) minmax(0, 164px) !important;
    gap: 12px 4px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product {
    height: 405px !important;
    min-height: 405px !important;
    max-height: 405px !important;
    border: 1px solid #e7eef2 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-media {
    flex: 0 0 213px !important;
    height: 213px !important;
    min-height: 213px !important;
    padding: 12px !important;
    border-bottom: 1px solid #e7eef2 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-fav {
    width: 26px !important;
    height: 26px !important;
    border-color: #bfe3ec !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(20, 40, 58, .08) !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-purchase {
    height: 191px !important;
    padding: 8px 8px 16px !important;
    gap: 16px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product h2.woocommerce-loop-product__title {
    margin: 0 !important;
    color: #3b434d !important;
    font: 800 11px/14px Manrope, sans-serif !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product :is(.nw-card-category, .ast-woo-product-category) {
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-buttons {
    width: 100% !important;
    min-height: 84px !important;
    gap: 8px !important;
  }

  .nw-catalog-consultation {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 273px !important;
    margin: 64px 0 0 !important;
    padding: 36px 0 !important;
    border-radius: 20px !important;
    background: linear-gradient(90.62deg, #22869d 0%, #2ba8c4 100%) !important;
  }

  .nw-catalog-consultation__inner {
    width: 100% !important;
    min-height: 201px !important;
    gap: 28px !important;
    justify-content: center !important;
  }

  .nw-catalog-consultation h2 {
    font: 700 28px/34px Manrope, sans-serif !important;
  }

  .nw-catalog-consultation p {
    margin-top: 16px !important;
    font: 400 16px/24px Manrope, sans-serif !important;
  }

  .nw-catalog-consultation__button {
    width: 100% !important;
    min-height: 54px !important;
    color: #22869d !important;
    box-shadow: 0 12px 26px rgba(43, 152, 176, .6) !important;
  }
}

/* Mobile catalog refinement: wider work area and denser cards from the target mockup. */
@media (max-width: 767px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    #content.site-content > .ast-container {
    width: min(calc(100vw - 20px), 370px) !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-layout,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .nw-mobile-toolbar,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products {
    width: 100% !important;
    max-width: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-layout {
    gap: 22px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    width: 100% !important;
    max-width: none !important;
    padding: 12px 20px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head {
    justify-content: flex-start !important;
    padding-right: 34px !important;
  }

  .woocommerce .nw-filter-head::before,
  .woocommerce .nw-filter-head::after {
    right: 2px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main {
    row-gap: 14px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main .woocommerce-result-count {
    max-width: none !important;
    margin: 0 auto 10px !important;
    color: #9aabb4 !important;
    font: 400 14px/19px Manrope, sans-serif !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering {
    grid-template-columns: auto minmax(0, 223px) !important;
    justify-content: center !important;
    gap: 16px !important;
    margin: 0 0 30px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering::before {
    padding-top: 16px !important;
    color: #9aabb4 !important;
    font: 400 14px/18px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-mobile-sort .woocommerce-ordering select {
    width: 100% !important;
    height: 50px !important;
    padding: 0 42px 0 20px !important;
    overflow: hidden !important;
    color: #1b2830 !important;
    font: 400 14px/19px Manrope, sans-serif !important;
    text-overflow: ellipsis !important;
    appearance: none !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%232BA8C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%232BA8C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-position: right 14px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 6px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    min-width: 0 !important;
    height: 405px !important;
    min-height: 405px !important;
    max-height: 405px !important;
    border: 1px solid #e7eef2 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-media {
    flex: 0 0 213px !important;
    height: 213px !important;
    min-height: 213px !important;
    padding: 8px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-media-track {
    inset: 6px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product
    :is(.nw-card-image, .nw-card-media img) {
    transform: scale(1.34) !important;
    transform-origin: center center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-badges {
    top: 12px !important;
    right: 48px !important;
    left: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-actions {
    top: 12px !important;
    right: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-fav {
    width: 26px !important;
    height: 26px !important;
    border-radius: 8px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-fav::before {
    width: 16px !important;
    height: 15px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product h2.woocommerce-loop-product__title {
    flex: 0 0 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 8px 10px 0 !important;
    color: #3b434d !important;
    font: 700 11px/13px Manrope, sans-serif !important;
    text-align: center !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-purchase {
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px 8px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product :is(.nw-card-pricecol, .price) {
    flex: 0 0 27px !important;
    min-height: 27px !important;
    justify-content: center !important;
    gap: 4px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price ins :is(.amount, bdi),
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price > :is(.amount, bdi) {
    font: 800 20px/27px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .price del :is(.amount, bdi) {
    font: 500 14px/19px Manrope, sans-serif !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-buttons {
    width: 100% !important;
    height: 84px !important;
    min-height: 84px !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-main ul.products li.product .nw-card-buttons
    :is(.add_to_cart_button, .product_type_simple, .product_type_variable,
        .nw-oneclick-btn, .nw-card-quick-alt, .clickBuyButton,
        .single_add_to_cart_button.button21, .single_add_to_cart_button[data-productid]) {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 8px 6px !important;
    font: 700 12px/18px Manrope, sans-serif !important;
    border-radius: 10px !important;
  }
}

/* Final filter breakpoint override. Keep this after all legacy catalog media rules. */
@media (min-width: 992px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed {
    position: static !important;
    top: auto !important;
    width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 24px 23px 32px !important;
    overflow: visible !important;
    gap: 24px !important;
    scrollbar-width: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top {
    height: 24px !important;
    min-height: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head {
    width: auto !important;
    flex: 1 1 auto !important;
    min-height: 24px !important;
    padding: 0 !important;
    color: #1b2830 !important;
    font: 800 18px/24px Manrope, sans-serif !important;
    text-transform: none !important;
    cursor: default !important;
    pointer-events: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::before,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::after {
    content: none !important;
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-reset,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-reset {
    display: inline-flex !important;
    flex: 0 0 80px !important;
    width: 80px !important;
    max-width: 80px !important;
    height: 24px !important;
    min-height: 24px !important;
    padding: 0 12px !important;
    font: 400 12px/17px Manrope, sans-serif !important;
    border-radius: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed > :not(.nw-filter-top) {
    display: flex !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-price {
    display: grid !important;
  }
}

@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    scrollbar-width: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters[data-panel-ready="1"]:not(.is-filter-collapsed) {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 23px 24px !important;
    overflow: visible !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 16px 23px !important;
    overflow: hidden !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-top {
    min-height: 72px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    height: 24px !important;
    min-height: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head {
    width: 100% !important;
    flex: 0 0 24px !important;
    min-height: 24px !important;
    padding: 0 34px 0 0 !important;
    font: 700 18px/24px Manrope, sans-serif !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-reset {
    width: 100% !important;
    max-width: none !important;
    height: 36px !important;
    min-height: 36px !important;
    font: 600 12px/17px Manrope, sans-serif !important;
    border-radius: 23px !important;
  }
}

/* Ultimate filter component layer: must stay last. */
.woocommerce .nw-filter-group-title {
  pointer-events: none !important;
}

.woocommerce .nw-filter-group.is-collapsible .nw-filter-group-title::after,
.woocommerce .nw-filter-group--checkbox .nw-filter-group-title::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group.is-collapsible:not(.is-open) .nw-filter-terms,
.woocommerce .nw-filter-group--checkbox .nw-filter-terms {
  display: grid !important;
}

.woocommerce .nw-filter-group--select .nw-filter-terms,
.woocommerce .nw-filter-group--select.is-collapsible:not(.is-open) .nw-filter-terms {
  display: none !important;
}

.woocommerce .nw-filter-group--select.is-select-open .nw-filter-terms,
.woocommerce .nw-filter-group--categories.is-category-open .nw-filter-terms {
  display: grid !important;
}

.woocommerce .nw-filter-select,
.woocommerce .nw-category-select {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 42px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  color: #3b434d !important;
  font: 400 14px/24px Manrope, sans-serif !important;
  background: #fff !important;
  border: 1px solid #e7eef2 !important;
  border-radius: 12px !important;
}

.woocommerce .nw-filter-select__icon,
.woocommerce .nw-category-select__icon {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  width: 20px !important;
  height: 20px !important;
  background: #2ba8c4 !important;
  border: 0 !important;
  transform: translateY(-50%) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.woocommerce .nw-filter-select__icon::before,
.woocommerce .nw-filter-select__icon::after,
.woocommerce .nw-category-select__icon::before,
.woocommerce .nw-category-select__icon::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group--select.is-select-open .nw-filter-select__icon,
.woocommerce .nw-filter-group--categories.is-category-open .nw-category-select__icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L10 3.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L14 12.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L10 3.5L14 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.woocommerce .nw-filter-select-options {
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 8px !important;
  gap: 2px !important;
  background: #fff !important;
  border: 1px solid #e7eef2 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(27, 40, 48, .1) !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term,
.woocommerce .nw-filter-group--categories .nw-filter-term {
  min-height: 36px !important;
  padding: 8px !important;
  color: #3b434d !important;
  font: 400 14px/19px Manrope, sans-serif !important;
  border-radius: 10px !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term::before,
.woocommerce .nw-filter-group--select .nw-filter-term::after {
  content: none !important;
  display: none !important;
}

.woocommerce .nw-filter-group--select .nw-filter-term:is(:hover, :focus-visible, .is-active),
.woocommerce .nw-filter-group--categories .nw-filter-term:is(:hover, :focus-visible, .is-active) {
  color: #2ba8c4 !important;
  font-weight: 600 !important;
  background: #e5f4f8 !important;
}

.woocommerce .nw-price-track {
  right: 0 !important;
  left: 0 !important;
  height: 6px !important;
  background: #f7fcfd !important;
  border: .5px solid #bfe3ec !important;
  border-radius: 10px !important;
}

.woocommerce .nw-price-fill {
  background: transparent !important;
}

.woocommerce .nw-price-slider {
  padding: 0 !important;
}

.woocommerce .nw-price-slider .nw-range {
  top: -7px !important;
  right: 0 !important;
  left: 0 !important;
  padding: 0 !important;
}

.woocommerce .nw-price-slider .nw-range::-webkit-slider-thumb {
  width: 19px !important;
  height: 20px !important;
  margin-top: -7px !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .45), 0 2px 6px rgba(34, 134, 157, .18) !important;
}

.woocommerce .nw-price-slider .nw-range::-moz-range-thumb {
  width: 19px !important;
  height: 20px !important;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .45), 0 2px 6px rgba(34, 134, 157, .18) !important;
}

.woocommerce .nw-shop-main .woocommerce-ordering select,
.woocommerce .nw-mobile-sort .woocommerce-ordering select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.5L10 11.5L14 7.5' stroke='%232BA8C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 12.5L10 16.5L14 12.5' stroke='%232BA8C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 14px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

@media (max-width: 991px) {
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-top,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-top {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    display: block !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters.is-filter-collapsed .nw-filter-head,
  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-shop-filters:not([data-panel-ready="1"]) .nw-filter-head {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    background: #fff !important;
    border: 1px solid #e7eef2 !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 22px rgba(20, 40, 58, .04) !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::before {
    content: none !important;
    display: none !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head::after {
    content: "" !important;
    position: static !important;
    inset: auto !important;
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    margin-left: auto !important;
    display: block !important;
    background: #2ba8c4 !important;
    border: 0 !important;
    transform: none !important;
    pointer-events: none !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L12 14L17 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 16L12 21L17 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  :is(body.woocommerce-shop, body.tax-product_cat, body.tax-product_tag)
    .nw-filter-head[aria-expanded="true"]::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15L12 10L17 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8L12 3L17 8' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }
}