:root {
  --nw-text: #0f1f28;
  --nw-muted: #6b7280;
  --nw-border: #e5e7eb;
  --nw-bg: #ffffff;
  --nw-panel: #f3f4f6;
  --nw-green: #16a34a;
  --nw-green-hover: #15803d;
  --nw-red: #e11d48;
}

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: calc(100% - 40px) !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: 18px;
  margin-bottom: 22px;
}

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: 600;
}

.site-content .ast-container .woocommerce {
  width: 100% !important;
}

.woocommerce .nw-shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

.woocommerce .nw-mobile-filters-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--nw-green);
  border-radius: 10px;
  background: #fff;
  color: var(--nw-green);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.woocommerce .nw-mobile-filters-toggle[aria-expanded="true"] {
  background: var(--nw-green);
  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: 16px;
  background: var(--nw-panel);
  border: 1px solid var(--nw-border);
  border-radius: 12px;
  padding: 14px;
  box-shadow: none;
}

.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: 10px;
  border: 1px solid var(--nw-green);
  background: var(--nw-green);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce .nw-empty-reset:hover {
  border-color: var(--nw-green-hover);
  background: var(--nw-green-hover);
  color: #fff;
}

.woocommerce .nw-filter-head {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--nw-text);
}

.woocommerce .nw-filter-price {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) minmax(110px, 1fr);
  gap: 8px;
  margin: 0 0 10px;
}

.woocommerce .nw-filter-price label {
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
}

.woocommerce .nw-filter-price input {
  width: 100% !important;
  min-width: 110px;
  box-sizing: border-box;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  text-align: left;
}

.woocommerce .nw-filter-price .nw-filter-apply,
.woocommerce .nw-filter-apply {
  grid-column: 1 / -1;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nw-green) !important;
  border-radius: 8px;
  background: var(--nw-green) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  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-green-hover) !important;
  border-color: var(--nw-green-hover) !important;
}

.woocommerce .nw-filter-group {
  border-top: 1px solid #e5e7eb;
  margin-top: 10px;
  padding-top: 10px;
}

.woocommerce .nw-filter-group-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--nw-text);
  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-wrap: wrap;
  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: 28px;
  padding: 0 10px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: var(--nw-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce .nw-filter-term:hover {
  border-color: #86efac;
  color: #14532d;
}

.woocommerce .nw-filter-term.is-active {
  background: #dcfce7;
  border-color: #86efac;
  color: #14532d;
}

.woocommerce .nw-filter-reset {
  display: inline-flex;
  margin-top: 12px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.woocommerce .nw-shop-main .woocommerce-result-count,
.woocommerce .nw-shop-main .woocommerce-ordering {
  float: none !important;
  margin: 0 0 12px !important;
}

.woocommerce .nw-shop-main .woocommerce-result-count {
  display: inline-block;
}

.woocommerce .nw-shop-main .woocommerce-ordering {
  display: inline-block;
  float: right !important;
}

.woocommerce .nw-shop-main .woocommerce-ordering select {
  min-height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  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: #9ca3af;
  background: #f8fafc;
}

.woocommerce .nw-shop-main .woocommerce-ordering select:focus,
.woocommerce .nw-shop-main .woocommerce-ordering select:focus-visible {
  outline: none;
  border-color: var(--nw-green);
  box-shadow: 0 0 0 2px rgba(22, 163, 74, .16);
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !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 #e6edf2;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  padding: 10px;
  min-height: 0;
  height: 100%;
  transition: border-color .2s ease;
}

.woocommerce ul.products li.product:hover {
  transform: none;
  border-color: #d7e3ea;
}

.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: 300px;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 0;
  background: #fff;
  overflow: hidden;
}

.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: 8px;
  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: 8px;
  left: 8px;
  z-index: 3;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  max-width: calc(100% - 86px);
}

.woocommerce ul.products li.product .nw-badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  border: 0;
}

.woocommerce ul.products li.product .nw-badge-sale { background: #ef4444; }
.woocommerce ul.products li.product .nw-badge-featured { background: #4339cf; }
.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: 8px;
  right: 8px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.woocommerce ul.products li.product .nw-card-icon {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.95);
  border: 1px solid #e5e7eb;
  font-size: 18px;
  cursor: pointer;
}

.woocommerce ul.products li.product .nw-card-fav {
  width: 42px;
}

.woocommerce ul.products li.product .nw-card-fav::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  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='%236b7280' stroke-width='1.8' 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: 10px;
  right: 10px;
  bottom: 8px;
  z-index: 5;
  height: 32px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 8px;
  filter: none;
  background: rgba(255,255,255,.48);
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  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: #d1d5db;
}

.woocommerce .nw-price-fill {
  position: absolute;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: var(--nw-green);
}

.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: var(--nw-green);
  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: var(--nw-green);
  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 0 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--nw-text);
  min-height: 58px;
  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: flex-start !important;
  justify-content: flex-start !important;
  gap: 2px 6px;
  margin: 0;
  color: var(--nw-text);
  line-height: 1.1;
  min-height: 64px;
  text-align: left;
}

.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: 1;
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
  opacity: 1;
}

.woocommerce ul.products li.product .price .nw-sale-meta {
  order: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}

.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 {
  order: 1;
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  border-radius: 4px;
  background: var(--nw-red);
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.woocommerce ul.products li.product .price ins {
  order: 2;
  width: 100%;
  margin-top: 1px;
  text-decoration: none;
  text-align: left;
}

.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;
  font-weight: 600;
  color: #111827;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.woocommerce ul.products li.product .nw-card-purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  gap: 12px;
  align-items: end;
  margin-top: auto;
}

.woocommerce ul.products li.product .nw-card-pricecol {
  min-width: 0;
  transform: translateY(-4px);
}

.woocommerce ul.products li.product .nw-card-buttons {
  display: grid;
  gap: 8px;
  align-self: stretch;
}

.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: 8px;
  border: 1px solid var(--nw-green) !important;
  background: var(--nw-green) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 0 12px;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
}

.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-green-hover) !important;
  border-color: var(--nw-green-hover) !important;
  color: #fff !important;
}

.woocommerce ul.products li.product .add_to_cart_button.is-in-cart {
  background: #dcfce7 !important;
  border-color: #86efac !important;
  color: #14532d !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: center;
}

.woocommerce ul.products li.product .nw-card-pricecol {
  transform: none;
  display: flex;
  align-items: center;
  min-height: 88px;
}

.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: translateY(-3px);
}

.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: 100%;
  min-height: 40px;
  margin: 0;
  border: 1px solid #0ea5e9 !important;
  border-radius: 8px;
  background: #0ea5e9 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0 12px;
  opacity: 1;
  transform: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background .18s ease, border-color .18s ease;
}

.woocommerce ul.products li.product .nw-card-quick-alt:hover {
  background: #0284c7 !important;
  border-color: #0284c7 !important;
}

.woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn {
  width: 100% !important;
  min-height: 40px;
}

.woocommerce ul.products li.product .nw-card-buttons .nw-oneclick-btn > span {
  display: inline-flex;
  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: 250px minmax(0, 1fr);
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .woocommerce .nw-shop-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .woocommerce .nw-mobile-filters-toggle {
    display: inline-flex;
    width: fit-content;
  }

  .woocommerce .nw-shop-filters {
    position: static;
    max-height: none;
    display: none;
  }

  .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: 12px !important;
  }

  .woocommerce ul.products li.product {
    min-height: 0;
  }

  .woocommerce ul.products li.product .nw-card-media {
    min-height: 320px;
  }

  .woocommerce ul.products li.product .nw-card-purchase {
    grid-template-columns: minmax(0, 1fr) 144px;
  }

  .woocommerce ul.products li.product .nw-card-media .nw-qv-btn {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .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: 24px;
    padding: 0 18px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--nw-green);
    font-size: 13px;
    font-weight: 600;
    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='%2316a34a' 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: 8px;
    border-color: var(--nw-green);
    background: var(--nw-green);
    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: 0;
    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: 800;
    color: #111827;
    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-green);
    border-radius: 12px;
    background: var(--nw-green);
    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: 1fr !important;
  }

  .woocommerce ul.products li.product {
    min-height: 0;
  }

  .woocommerce ul.products li.product .nw-card-media {
    min-height: 280px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .woocommerce ul.products li.product .nw-card-purchase {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .woocommerce ul.products li.product .nw-card-buttons {
    gap: 10px;
  }

  .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 .nw-card-pricecol .price .nw-discount-pct,
  .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: 100% !important;
    display: block;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .woocommerce ul.products li.product .nw-card-pricecol .price .nw-discount-pct {
    width: auto !important;
    display: inline-flex;
  }

  .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;
  }
}