/* Custom motocross store header (desktop-first). */
:root {
  --ng-accent: #ff5a00;
  --ng-accent-dark: #e54f00;
  --ng-price-current: #ff476f;
  --ng-price-old: #1f2430;
  --ng-price-old-muted: rgba(31, 36, 48, 0.78);
  --ng-price-style: italic;
  --ng-price-weight: 700;
  --ng-price-line-height: 1.15;
}

/* Keep the orange underline treatment scoped to the header nav only. */

/* Keep full-card overlay links decoration-free. */
.ng-product-card__link-overlay,
.ng-product-card__link-overlay:hover,
.ng-product-card__link-overlay:focus-visible {
  background-image: none !important;
  background-size: 0 0 !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* Hide Betheme off-canvas sidebar switcher (replaced by custom filters UI). */
.mfn-off-canvas-switcher {
  display: none !important;
}

/* Hide Betheme sticky footer menu. */
.mfn-footer-stickymenu {
  display: none !important;
}

/* Hide minimal post navigation block. */
.column.one.post-nav.minimal {
  display: none !important;
}

/* Hide fixed previous/next image navigation blocks. */
.fixed-nav.fixed-nav-next.format-.style-images,
.fixed-nav.fixed-nav-prev.format-.style-images {
  display: none !important;
}

/* Keep custom header menu hover/underline controlled by header-specific rules only. */
#ng-store-header a {
  background-image: none !important;
  background-size: 0 0 !important;
}

#ng-store-header {
  --ng-bg: #1c1c1c;
  --ng-text: #ffffff;
  --ng-line: #000000;
  position: relative;
  z-index: 140;
  font-family: "Poppins", sans-serif;
  color: var(--ng-text);
  padding-bottom: 0;
  transform: translateY(0);
  transition: transform 0.24s ease;
}

body.ng-store-header-hidden #ng-store-header {
  transform: none;
}

.ng-store-header-spacer {
  display: none;
  height: 0;
}

/* Prevent visual snap animations while restoring saved scroll position after filter/sort reloads. */
html.ng-scroll-restoring #ng-store-header,
html.ng-scroll-restoring #ng-store-header *,
html.ng-scroll-restoring #Content .ng-native-sort-toolbar,
html.ng-scroll-restoring #Content .ng-native-sort-toolbar *,
html.ng-scroll-restoring #Content .ng-native-active-filters,
html.ng-scroll-restoring #Content .ng-native-active-filters *,
html.ng-scroll-restoring #Content .ng-native-product-filters,
html.ng-scroll-restoring #Content .ng-native-product-filters *,
html.ng-scroll-restoring #Subheader,
html.ng-scroll-restoring #Subheader *,
html.ng-scroll-restoring .ngf-product-filters-wrap,
html.ng-scroll-restoring .ngf-product-filters-wrap * {
  transition: none !important;
  animation: none !important;
}

/* Keep first content reveal deterministic while loading class is being removed. */
html.ng-products-loading #ng-store-header,
html.ng-products-loading #ng-store-header *,
html.ng-products-loading #Content .ng-native-sort-toolbar,
html.ng-products-loading #Content .ng-native-sort-toolbar *,
html.ng-products-loading #Content .ng-native-active-filters,
html.ng-products-loading #Content .ng-native-active-filters *,
html.ng-products-loading #Content .ng-native-product-filters,
html.ng-products-loading #Content .ng-native-product-filters *,
html.ng-products-loading #Subheader,
html.ng-products-loading #Subheader *,
html.ng-products-loading .ngf-product-filters-wrap,
html.ng-products-loading .ngf-product-filters-wrap *,
html.ng-products-loading #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton),
html.ng-products-settling #ng-store-header,
html.ng-products-settling #ng-store-header *,
html.ng-products-settling #Content .ng-native-sort-toolbar,
html.ng-products-settling #Content .ng-native-sort-toolbar *,
html.ng-products-settling #Content .ng-native-active-filters,
html.ng-products-settling #Content .ng-native-active-filters *,
html.ng-products-settling #Content .ng-native-product-filters,
html.ng-products-settling #Content .ng-native-product-filters *,
html.ng-products-settling #Subheader,
html.ng-products-settling #Subheader *,
html.ng-products-settling .ngf-product-filters-wrap,
html.ng-products-settling .ngf-product-filters-wrap *,
html.ng-products-settling #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton) {
  transition: none !important;
  animation: none !important;
}

html.ng-scroll-restoring #Subheader .title,
html.ng-products-loading #Subheader .title,
html.ng-products-settling #Subheader .title,
html.ng-scroll-restoring #Subheader ul.breadcrumbs,
html.ng-products-loading #Subheader ul.breadcrumbs,
html.ng-products-settling #Subheader ul.breadcrumbs {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Prevent smooth-scroll animation from turning restore scroll into visible drift. */
html.ng-scroll-restoring,
html.ng-scroll-restoring body,
html.ng-products-loading,
html.ng-products-loading body,
html.ng-products-settling,
html.ng-products-settling body {
  scroll-behavior: auto !important;
}

html.ng-scroll-restoring body.woocommerce-shop #Content,
html.ng-scroll-restoring body.post-type-archive-product #Content,
html.ng-scroll-restoring body.tax-product_cat #Content,
html.ng-scroll-restoring body.tax-product_tag #Content {
  overflow-anchor: none;
}

html.ng-products-loading body.woocommerce-shop #Content,
html.ng-products-loading body.post-type-archive-product #Content,
html.ng-products-loading body.tax-product_cat #Content,
html.ng-products-loading body.tax-product_tag #Content,
html.ng-products-settling body.woocommerce-shop #Content,
html.ng-products-settling body.post-type-archive-product #Content,
html.ng-products-settling body.tax-product_cat #Content,
html.ng-products-settling body.tax-product_tag #Content {
  overflow-anchor: none;
}

#ng-store-header .ng-store-inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
}

.ng-mobile-header {
  display: none;
}

/* Keep mobile logo hidden by default; mobile breakpoint enables it. */
#ng-store-header .ng-mobile-logo {
  display: none !important;
}

#ng-store-header .ng-store-header__row--trust {
  background: #121212;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 1;
}

/* Temporary: hide top trust bar */
#ng-store-header .ng-store-header__row--trust {
  display: none;
}

#ng-store-header .ng-store-header__row--trust .ng-store-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ng-store-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.ng-store-trust span+span {
  position: relative;
  padding-left: 16px;
}

.ng-store-trust span+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background: rgba(191, 191, 191, 0.4);
}

.ng-store-trust span:first-child {
  color: var(--ng-accent);
  font-weight: 700;
}

.ng-store-support {
  color: #bfbfbf;
  opacity: 1;
  font-weight: 600;
}

.ng-store-support:hover {
  color: var(--ng-accent);
}

#ng-store-header .ng-store-header__row--main {
  background: #ffffff;
  border-bottom: 1px solid #000000;
  position: relative;
  z-index: 170;
  transition: box-shadow 0.2s ease;
}

#ng-store-header .ng-store-header__row--main .ng-store-inner {
  min-height: 64px;
  height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.ng-store-logo {
  min-width: 0;
  display: inline-flex;
  align-items: center;
}

.ng-store-logo img {
  max-height: 40px;
  width: auto;
  transition: max-height 0.2s ease;
}

.ng-store-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.ng-store-logo__text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111111;
}

.ng-store-search {
  min-width: 0;
  position: relative;
  overflow: visible;
  width: min(640px, 70%);
  max-width: 100%;
  justify-self: center;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper {
  position: relative;
  display: block !important;
  right: auto;
  top: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  overflow: visible;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .form-searchform {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  margin: 0;
  width: 100%;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .form-searchform:focus-within {
  border-color: var(--ng-accent);
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .icon_search {
  order: 2;
  width: 44px;
  min-width: 44px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  border-left: 1px solid #d6dbe4;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .icon_search .path {
  stroke: currentColor;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .icon_search i {
  font-size: 18px;
  line-height: 1;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .field {
  order: 1;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 12px;
  height: 100%;
  min-width: 120px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  color: #111111;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .field::placeholder {
  color: #6d6d6d;
  opacity: 0.9;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .field:focus {
  outline: none;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .display-none,
.ng-store-search .search_wrapper.ng-store-search-wrapper .icon_close {
  display: none !important;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-box {
  position: absolute;
  left: 0 !important;
  right: auto;
  top: calc(100% + 8px);
  z-index: 9999;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(10, 16, 25, 0.14);
  padding: 10px;
  width: min(860px, 92vw) !important;
  min-width: 620px !important;
  max-height: min(78vh, 760px) !important;
  overflow-y: auto !important;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list {
  overflow: visible !important;
  max-height: none !important;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list-shop ul {
  max-height: 320px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #aab4c5 #eef2f7;
  padding-right: 14px;
  box-sizing: border-box;
}

.search_wrapper .mfn-live-search-box .mfn-live-search-list-shop ul {
  max-height: 320px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #aab4c5 #eef2f7;
  padding-right: 14px;
  box-sizing: border-box;
}

.search_wrapper .mfn-live-search-box .mfn-live-search-list-shop ul::-webkit-scrollbar {
  width: 12px;
}

.search_wrapper .mfn-live-search-box .mfn-live-search-list-shop ul::-webkit-scrollbar-track {
  background: #eef2f7;
  border-radius: 999px;
}

.search_wrapper .mfn-live-search-box .mfn-live-search-list-shop ul::-webkit-scrollbar-thumb {
  background: #aab4c5;
  border-radius: 999px;
  border: 2px solid #eef2f7;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list ul li[data-category="info"] {
  padding: 7px 12px;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list ul li:not([data-category="info"]) {
  padding: 9px 12px;
  min-height: 52px;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list ul li img {
  max-height: 38px;
  margin-right: 12px;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list .mfn-live-search-texts p {
  display: none;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-box>a.button.button_theme,
.ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-box>a.button.button_theme {
  margin-top: 8px;
  width: 100%;
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #d7dde8;
  background: linear-gradient(180deg, #f6f8fb 0%, #edf2f7 100%);
  color: #152031;
  font-weight: 700;
  text-transform: none;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  animation: none !important;
  transform: none !important;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-box>a.button.button_theme:not(.hidden),
.ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-box>a.button.button_theme:not(.hidden) {
  display: flex !important;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-box>a.button.button_theme::before,
.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-box>a.button.button_theme::after,
.ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-box>a.button.button_theme::before,
.ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-box>a.button.button_theme::after {
  display: none !important;
  content: none !important;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-box>a.button.button_theme:hover,
.ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-box>a.button.button_theme:hover {
  background: #e8edf5 !important;
  border-color: #cbd4e2 !important;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list-shop ul li.ng-live-search-show-all,
.ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list-shop ul li.ng-live-search-show-all {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list-shop ul li.ng-live-search-show-all a,
.ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list-shop ul li.ng-live-search-show-all a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  padding: 9px 12px;
  background: linear-gradient(180deg, #f6f8fb 0%, #edf2f7 100%);
  color: #152031;
  font-weight: 600;
  text-decoration: none;
}

.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list-categories,
.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list-blog,
.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list-pages,
.ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-list-portfolio {
  display: none !important;
}

@media (max-width: 900px) and (min-width: 960px) {
  .ng-store-search .search_wrapper.ng-store-search-wrapper .mfn-live-search-box {
    min-width: 0 !important;
    width: 92vw !important;
  }
}

.ng-store-search__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #d4d7de;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.ng-store-search__toggle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ng-store-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  min-width: 0;
}

.ng-store-action-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #111111;
  background: #ffffff;
}

.ng-store-action-link,
.ng-store-action-link:hover,
.ng-store-action-link:focus-visible,
.ng-mobile-action-link,
.ng-mobile-action-link:hover,
.ng-mobile-action-link:focus-visible,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish:hover,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish:focus-visible,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish:hover,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish:focus-visible {
  text-decoration: none !important;
  background-image: none !important;
}

.ng-store-action-link::before,
.ng-store-action-link::after,
.ng-mobile-action-link::before,
.ng-mobile-action-link::after,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish::before,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish::after,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish::before,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish::after {
  background-image: none !important;
}

.ng-store-action-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ng-store-action-link:hover {
  border-color: #000000;
  background: #f2f2f2;
}

.ng-store-cart-count {
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--ng-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
  margin-left: 0;
}

#ng-store-header .ng-store-action-link .header-wishlist-count,
#ng-store-header .ng-mobile-action-link .header-wishlist-count {
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--ng-accent);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}

#ng-store-header .ng-store-action-link .header-wishlist-count.mfn-header-icon-0,
#ng-store-header .ng-mobile-action-link .header-wishlist-count.mfn-header-icon-0 {
  opacity: 0.9;
}

.ng-store-cart-total {
  position: static;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  line-height: 1;
}

.ng-store-action-link--cart {
  width: auto;
  min-width: 102px;
  height: 36px;
  padding: 0 10px;
  gap: 6px;
  border-radius: 12px;
  border-color: rgba(0, 0, 0, 0.35);
  background: #ffffff;
  box-shadow: none;
}

.ng-store-action-link--cart:hover {
  border-color: #000000;
  background: #f2f2f2;
  box-shadow: none;
}

.ng-store-action-link--cart svg {
  width: 19px;
  height: 19px;
}

#ng-store-header .ng-store-header__row--nav {
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  position: relative;
  top: auto;
  z-index: 149;
}

#ng-store-header .ng-store-header__row--nav .ng-store-inner {
  min-height: 46px;
  height: 46px;
  display: flex;
  align-items: center;
}

.ng-store-nav,
.ng-store-nav .menu {
  width: 100%;
}

.ng-store-nav-list,
.ng-store-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ng-store-nav-list>li,
.ng-store-nav .menu>li {
  float: none !important;
  margin: 0 !important;
}

.ng-store-nav-list>li>a,
.ng-store-nav .menu>li>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: relative;
  text-decoration: none !important;
  background-image: none !important;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.ng-store-nav-list>li:first-child>a,
.ng-store-nav .menu>li:first-child>a {
  padding-left: 14px;
}

.ng-store-nav-list>li>a:hover,
.ng-store-nav .menu>li>a:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  transform: translateY(-1px);
  text-decoration: none !important;
  background-image: none !important;
}

.ng-store-nav-list>li>a::after,
.ng-store-nav .menu>li>a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--ng-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.ng-store-nav-list>li>a:hover::after,
.ng-store-nav .menu>li>a:hover::after,
.ng-store-nav-list>li.current-menu-item>a::after,
.ng-store-nav .menu>li.current-menu-item>a::after {
  transform: scaleX(1);
}

/* Keep the orange underline animation only on nav menu list items. */
.ng-store-action-link::before,
.ng-store-action-link::after,
.ng-mobile-action-link::before,
.ng-mobile-action-link::after,
.ng-mobile-cart::before,
.ng-mobile-cart::after,
.ng-mobile-logo::before,
.ng-mobile-logo::after,
.ng-mobile-menu-head__brand::before,
.ng-mobile-menu-head__brand::after,
.ng-mobile-menu-actions a::before,
.ng-mobile-menu-actions a::after,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish::before,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish::after,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish::before,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish::after {
  content: none !important;
}

.ng-store-action-link:hover,
.ng-store-action-link:focus-visible,
.ng-mobile-action-link:hover,
.ng-mobile-action-link:focus-visible,
.ng-mobile-cart:hover,
.ng-mobile-cart:focus-visible,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish:hover,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish:focus-visible,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish:hover,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish:focus-visible {
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

@media (min-width: 960px) {
  html.ng-header-hidden-restore #ng-store-header {
    transform: none !important;
  }

  #ng-store-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 140;
    transform: translateY(0);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    will-change: auto;
  }

  .ng-store-header-spacer {
    display: none;
    height: 0;
  }

  body.ng-store-nav-fixed .ng-store-header-spacer {
    display: block;
  }

  body.ng-store-header-scrolled #ng-store-header {
    box-shadow: 0 10px 26px rgba(7, 12, 20, 0.2);
  }

  body.ng-store-header-hidden #ng-store-header {
    transform: none;
  }

  body.admin-bar #ng-store-header {
    top: auto;
  }

  #ng-store-header .ng-store-header__row--nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 149;
    transform: translateY(0);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
  }

  body.ng-store-nav-fixed #ng-store-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 188;
    padding-bottom: 0;
    transform: translateY(0);
    will-change: transform;
  }

  body.admin-bar.ng-store-nav-fixed #ng-store-header {
    top: 32px;
  }

  body.ng-store-nav-fixed.ng-store-header-hidden #ng-store-header {
    transform: translateY(calc(-100% - 2px));
  }

  body.ng-store-nav-fixed #ng-store-header .ng-store-header__row--nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 149;
    background: #000000;
    border-bottom-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    transform: translateY(0);
  }

  body.ng-store-nav-fixed.ng-store-header-hidden #ng-store-header .ng-store-header__row--nav {
    transform: none;
    box-shadow: none;
  }

  body.admin-bar.ng-store-nav-fixed #ng-store-header .ng-store-header__row--nav {
    top: auto;
  }

  body.ng-store-nav-fixed #ng-store-header .ng-store-nav-list>li>a,
  body.ng-store-nav-fixed #ng-store-header .ng-store-nav .menu>li>a {
    color: #ffffff;
  }

  body.ng-store-nav-fixed #ng-store-header .ng-store-nav-list>li>a:hover,
  body.ng-store-nav-fixed #ng-store-header .ng-store-nav .menu>li>a:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: none;
  }

  body.ng-store-nav-fixed #ng-store-header .ng-store-nav-list>li.current-menu-item>a,
  body.ng-store-nav-fixed #ng-store-header .ng-store-nav .menu>li.current-menu-item>a {
    color: #ffffff;
  }

  #mfn-header-template,
  #Header_wrapper>#Header {
    display: none !important;
  }

}

@media (max-width: 959px) {
  .ng-store-header-spacer {
    display: block !important;
    width: 100%;
    height: 66px !important;
  }

  #ng-store-header {
    display: block;
    padding-bottom: 0 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  #ng-store-header .ng-store-header__row--trust,
  #ng-store-header .ng-store-header__row--main,
  #ng-store-header .ng-store-header__row--nav {
    display: none !important;
  }

  #mfn-header-template,
  #Header_wrapper>#Header {
    display: none !important;
  }

  .ng-mobile-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 180;
    background: #fff;
    border-bottom: 1px solid #e6eaf0;
    transform: translateY(0);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
  }

  body.ng-store-header-hidden .ng-mobile-header {
    transform: translateY(calc(-100% - 2px));
  }

  body.ng-mobile-menu-open .ng-mobile-header,
  body.ng-native-filters-open .ng-mobile-header {
    transform: translateY(0) !important;
  }

  body.ng-mobile-menu-open .ng-mobile-header {
    /* Allow the mobile menu drawer (fixed child) to anchor to the viewport. */
    transform: none !important;
  }

  body.admin-bar .ng-mobile-header {
    top: 46px;
  }

  .ng-mobile-header__bar {
    min-height: 66px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    justify-content: stretch;
    position: relative;
    overflow: visible;
  }

  .ng-mobile-logo {
    display: inline-flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: #10161f;
    text-decoration: none;
    line-height: 1;
    min-width: 0;
    max-width: 160px;
    overflow: hidden;
  }

  .ng-mobile-logo img {
    max-height: 34px;
    max-width: 150px;
    width: auto;
    display: block;
  }

  #ng-store-header .ng-mobile-logo {
    display: inline-flex !important;
  }

  .ng-mobile-search-toggle,
  .ng-mobile-action-link,
  .ng-mobile-cart,
  .ng-mobile-menu-toggle {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #d8dee8;
    background: #fff;
    color: #1f2530;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 38px;
  }

  .ng-mobile-search-toggle {
    display: none !important;
  }

  .ng-mobile-action-link svg,
  .ng-mobile-search-toggle svg,
  .ng-mobile-cart svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
  }

  .ng-mobile-menu-toggle {
    border: 0;
    border-right: 1px solid #e1e6ee;
    border-radius: 0;
    width: 42px;
    height: 42px;
    margin-right: 2px;
    padding: 0;
    flex-direction: column;
    gap: 3px;
    background: transparent;
  }

  .ng-mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    background: #1f2530;
    border-radius: 2px;
    display: block;
  }

  .ng-mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-self: end;
    min-width: 0;
  }

  .ng-mobile-header .ng-store-cart-count {
    position: absolute;
    right: -4px;
    top: -4px;
    margin-left: 0;
  }

  .ng-mobile-search {
    display: block;
    border-top: 0;
    padding: 0;
    background: transparent;
    min-width: 0;
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .ng-mobile-search.is-open {
    display: block;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper {
    position: relative;
    display: block !important;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    right: auto;
    top: auto;
    overflow: visible;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .form-searchform {
    height: 44px;
    border: 1px solid #1d2635;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .icon_search {
    order: 2;
    width: 46px;
    min-width: 46px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #dbe2ec;
    color: #131b27;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .field {
    order: 1;
    flex: 1;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0 12px;
    margin: 0;
    min-width: 0;
    color: #111723;
    font-size: 14px;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .field::placeholder {
    color: #808898;
    opacity: 1;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .display-none,
  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .icon_close {
    display: none !important;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-box {
    position: absolute;
    left: 0 !important;
    right: auto;
    top: calc(100% + 8px);
    width: 100% !important;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    border: 1px solid #dfe3ea;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(10, 16, 25, 0.12);
    max-height: min(56vh, 600px) !important;
    overflow-y: auto !important;
    padding: 8px;
    z-index: 184;
    background: #ffffff;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list {
    max-height: none !important;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list-shop ul {
    max-height: 220px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: auto;
    scrollbar-color: #aab4c5 #eef2f7;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .ng-mobile-search-wrapper .mfn-live-search-box .mfn-live-search-list-shop ul {
    max-height: 220px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: auto;
    scrollbar-color: #aab4c5 #eef2f7;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list ul li[data-category="info"] {
    padding: 7px 10px;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list ul li:not([data-category="info"]) {
    padding: 10px;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list ul li img {
    max-height: 34px;
    margin-right: 10px;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list .mfn-live-search-texts p {
    display: none;
  }

  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list-categories,
  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list-blog,
  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list-pages,
  .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .mfn-live-search-list-portfolio {
    display: none !important;
  }

  .ng-mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 16, 25, 0.45);
    z-index: 181;
  }

  .ng-mobile-menu-panel {
    position: fixed;
    top: 0;
    left: -100%;
    right: auto;
    width: min(86vw, 360px);
    height: 100vh;
    background: #fff;
    z-index: 182;
    transition: left 0.25s ease;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.24);
  }

  body.admin-bar .ng-mobile-menu-panel {
    top: 46px;
    height: calc(100vh - 46px);
  }

  .ng-mobile-menu-head {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 14px;
    border-bottom: 1px solid #ecf0f5;
  }

  .ng-mobile-menu-head__brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    min-height: 72px;
    color: #10161f;
    text-decoration: none;
    line-height: 1;
    padding-right: 12px;
    flex: 1 1 auto;
  }

  .ng-mobile-menu-head__brand img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 36px;
  }

  .ng-mobile-menu-head__brand-text {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: inherit;
  }

  .ng-mobile-menu-close {
    width: 76px;
    height: 72px;
    flex: 0 0 76px;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #e1e6ee;
    background: transparent;
    color: #1d2430;
    font-size: 42px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .ng-mobile-nav {
    overflow-y: auto;
    padding: 10px 0;
    flex: 1;
  }

  .ng-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ng-mobile-menu-list li {
    margin: 0;
  }

  .ng-mobile-menu-list li a {
    display: block;
    padding: 12px 16px;
    color: #1b2330;
    text-decoration: none;
    border-bottom: 1px solid #f1f4f8;
    font-weight: 600;
  }

  .ng-mobile-menu-list li.menu-item-has-children>.sub-menu li a {
    padding-left: 28px;
    font-weight: 500;
  }

  .ng-mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #edf1f6;
    background: #fafcff;
  }

  .ng-mobile-menu-actions a {
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #d8dee8;
    border-radius: 10px;
    color: #152031;
    font-weight: 600;
    text-decoration: none;
  }

  body.ng-mobile-menu-open {
    overflow: hidden;
  }

  body.ng-mobile-menu-open .ng-mobile-menu-overlay {
    display: block;
  }

  body.ng-mobile-menu-open .ng-mobile-menu-panel {
    left: 0;
  }

  @media (max-width: 767px) {
    #ng-store-header {
      padding-bottom: 0;
    }

    .ng-store-header-spacer {
      height: 132px !important;
    }

    .ng-mobile-menu-panel {
      top: 0;
      bottom: 0;
      left: -100vw;
      right: auto;
      width: 100vw !important;
      max-width: 100vw !important;
      min-width: 100vw;
      height: auto;
      min-height: 0;
      max-height: 100svh;
      border-radius: 0;
    }

    body.admin-bar .ng-mobile-menu-panel {
      top: 46px;
      bottom: 0;
      height: auto;
      min-height: 0;
      max-height: calc(100svh - 46px);
    }

    body.ng-mobile-menu-open .ng-mobile-menu-panel {
      top: 0 !important;
      bottom: 0 !important;
      left: 0;
      right: 0;
      height: auto !important;
      min-height: 0 !important;
      max-height: 100svh !important;
    }

    body.admin-bar.ng-mobile-menu-open .ng-mobile-menu-panel {
      top: 46px !important;
      bottom: 0 !important;
      max-height: calc(100svh - 46px) !important;
    }

    body.admin-bar.ng-mobile-menu-open .ng-mobile-header {
      top: 46px;
    }

    .ng-mobile-header__bar {
      min-height: auto;
      padding: 0;
      gap: 0;
      grid-template-columns: 54px auto minmax(0, 1fr) auto;
      grid-template-rows: 66px auto;
      align-items: stretch;
    }

    .ng-mobile-menu-toggle {
      width: 54px;
      height: 66px;
      flex: 0 0 54px;
      margin-right: 0;
    }

    .ng-mobile-logo {
      min-height: 66px;
      padding-left: 10px;
      padding-right: 8px;
      align-self: center;
    }

    .ng-mobile-actions {
      min-height: 66px;
      padding-right: 8px;
      align-self: center;
    }

    .ng-mobile-search {
      grid-column: 1 / -1;
      grid-row: 2;
      border-top: 1px solid #e6eaf0;
      padding: 8px 10px 10px;
      background: #ffffff;
    }

    .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .form-searchform {
      height: 46px;
      border-radius: 10px;
    }
  }

  @media (max-width: 640px) {
    .ng-mobile-logo img {
      max-width: 120px;
      max-height: 30px;
    }

    .ng-mobile-header__bar {
      gap: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .field {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  @media (max-width: 520px) {
    .ng-mobile-search .search_wrapper.ng-mobile-search-wrapper .icon_search {
      width: 42px;
      min-width: 42px;
    }
  }
}

@media (max-width: 1240px) and (min-width: 960px) {
  #ng-store-header .ng-store-inner {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ng-store-trust {
    gap: 10px;
  }

  .ng-store-nav-list>li>a,
  .ng-store-nav .menu>li>a {
    padding: 0 10px;
    font-size: 13px;
  }

  .ng-store-nav-list>li:first-child>a,
  .ng-store-nav .menu>li:first-child>a {
    padding-left: 10px;
  }

  #ng-store-header .ng-store-header__row--main .ng-store-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .ng-store-action-link--cart {
    min-width: 92px;
    padding: 0 10px 0 8px;
    gap: 6px;
  }

  .ng-store-cart-total {
    font-size: 13px;
  }
}

@media (max-width: 1080px) and (min-width: 960px) {
  #ng-store-header .ng-store-header__row--main .ng-store-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .ng-store-search .search_wrapper.ng-store-search-wrapper .icon_search {
    width: 40px;
    min-width: 40px;
  }

  .ng-store-search .search_wrapper.ng-store-search-wrapper .field {
    font-size: 14px;
    padding-right: 10px;
  }

  .ng-store-actions {
    gap: 6px;
  }

  .ng-store-action-link {
    width: 40px;
    height: 40px;
  }

  .ng-store-action-link--cart {
    min-width: 78px;
    padding: 0 8px;
  }

  .ng-store-cart-total {
    font-size: 12px;
  }

}

@media (max-width: 1000px) and (min-width: 960px) {
  .ng-store-action-link--cart {
    min-width: 48px;
    padding: 0 10px;
  }

  .ng-store-cart-total {
    display: none;
  }
}

/* Shop layout tokens: keep controls, cards, and filter box visually aligned */
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  --ng-shop-ui-border-color: #cfd6e2;
  --ng-shop-ui-radius: 10px;
  --ng-shop-products-side-gap: 1%;
}

@media (min-width: 1240px) {
  body.woocommerce-shop,
  body.post-type-archive-product,
  body.tax-product_cat,
  body.tax-product_tag {
    --ng-shop-products-side-gap: 0.5%;
  }
}

/* Product cards: larger tiles, no image background */
.woocommerce ul.products li.product,
.woocommerce .products.related ul.products li.product,
.woocommerce .products.upsells.up-sells ul.products li.product {
  text-align: left !important;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0;
  cursor: pointer;
}

@media (min-width: 1240px) {

  .woocommerce ul.products li.product,
  .woocommerce .products.related ul.products li.product,
  .woocommerce .products.upsells.up-sells ul.products li.product {
    width: 24% !important;
    margin: 0 var(--ng-shop-products-side-gap) 30px !important;
  }

  .woocommerce ul.products li.product:nth-child(4n+1),
  .woocommerce .products.related ul.products li.product:nth-child(4n+1),
  .woocommerce .products.upsells.up-sells ul.products li.product:nth-child(4n+1) {
    clear: both !important;
  }

  .woocommerce ul.products li.product:nth-child(5n+1),
  .woocommerce .products.related ul.products li.product:nth-child(5n+1),
  .woocommerce .products.upsells.up-sells ul.products li.product:nth-child(5n+1),
  .woocommerce ul.products li.product:nth-child(3n+1),
  .woocommerce .products.related ul.products li.product:nth-child(3n+1),
  .woocommerce .products.upsells.up-sells ul.products li.product:nth-child(3n+1) {
    clear: none !important;
  }
}

@media (max-width: 1365px) and (min-width: 981px) {

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce .products.related ul.products.columns-4 li.product,
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product {
    width: 31.333% !important;
    margin: 0 1% 28px !important;
    clear: none !important;
  }

  .woocommerce ul.products.columns-4 li.product:nth-child(3n+1),
  .woocommerce .products.related ul.products.columns-4 li.product:nth-child(3n+1),
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product:nth-child(3n+1) {
    clear: both !important;
  }

  .woocommerce ul.products.columns-4 li.product:nth-child(4n+1),
  .woocommerce .products.related ul.products.columns-4 li.product:nth-child(4n+1),
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product:nth-child(4n+1),
  .woocommerce ul.products.columns-4 li.product:nth-child(5n+1),
  .woocommerce .products.related ul.products.columns-4 li.product:nth-child(5n+1),
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product:nth-child(5n+1) {
    clear: none !important;
  }
}

@media (max-width: 980px) {

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce .products.related ul.products.columns-4 li.product,
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product {
    width: 48% !important;
    margin: 0 1% 22px !important;
    clear: none !important;
  }

  .woocommerce ul.products.columns-4 li.product:nth-child(2n+1),
  .woocommerce .products.related ul.products.columns-4 li.product:nth-child(2n+1),
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product:nth-child(2n+1) {
    clear: both !important;
  }

  .woocommerce ul.products.columns-4 li.product:nth-child(3n+1),
  .woocommerce .products.related ul.products.columns-4 li.product:nth-child(3n+1),
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product:nth-child(3n+1),
  .woocommerce ul.products.columns-4 li.product:nth-child(4n+1),
  .woocommerce .products.related ul.products.columns-4 li.product:nth-child(4n+1),
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product:nth-child(4n+1),
  .woocommerce ul.products.columns-4 li.product:nth-child(5n+1),
  .woocommerce .products.related ul.products.columns-4 li.product:nth-child(5n+1),
  .woocommerce .products.upsells.up-sells ul.products.columns-4 li.product:nth-child(5n+1) {
    clear: none !important;
  }
}

/* List mode for native view switch */
.woocommerce ul.products.list li.product,
.woocommerce-page ul.products.list li.product {
  width: 100% !important;
  margin: 0 0 22px !important;
  clear: both !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
}

.woocommerce .content_wrapper .column_shop_products ul.products.columns-1.list li.product,
.woocommerce-page .content_wrapper .column_shop_products ul.products.columns-1.list li.product {
  display: block !important;
  padding-left: 0 !important;
  justify-content: flex-start !important;
}

.woocommerce .content_wrapper .column_shop_products ul.products.columns-1.list,
.woocommerce-page .content_wrapper .column_shop_products ul.products.columns-1.list {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce .content_wrapper .column_shop_products ul.products.columns-1.list li.product>div:not(.mfn-li-product-row-image),
.woocommerce-page .content_wrapper .column_shop_products ul.products.columns-1.list li.product>div:not(.mfn-li-product-row-image) {
  width: 100% !important;
}

.woocommerce ul.products.list li.product .ng-product-card--v2,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 {
  display: grid !important;
  grid-template-columns: clamp(150px, 18vw, 220px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 14px 18px 14px 12px;
  border: 1px solid #d5dcea !important;
  border-radius: var(--ng-shop-ui-radius);
  box-shadow: 0 1px 3px rgba(15, 24, 38, 0.04);
  width: 100% !important;
  min-height: 180px;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__image,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__image {
  position: static;
  display: grid;
  width: 100%;
  max-width: 220px;
  min-height: 120px;
  aspect-ratio: 1 / 1;
  height: auto !important;
  border-radius: var(--ng-shop-ui-radius);
  margin: 0 auto;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__image::after,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__image::after {
  display: none;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__image img,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__image img {
  position: static;
  inset: auto;
  grid-area: 1 / 1;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta {
  width: 100%;
  min-width: 0;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  grid-template-areas:
    "title price"
    "description old"
    "colors ."
    "reviews .";
  column-gap: 26px;
  row-gap: 8px;
  align-items: start;
  align-self: stretch;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-row,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old,
.woocommerce ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__description,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-color-count,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-row,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__description,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-color-count {
  min-height: 0 !important;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-row,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-row {
  grid-area: price;
  justify-self: end;
  justify-content: flex-end;
  align-self: start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  text-align: right;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old {
  grid-area: old;
  justify-self: end;
  text-align: right;
  margin: 0;
  align-self: start;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__description,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__description {
  grid-area: description;
  margin: 2px 0 0;
  color: #5d6470;
  font-size: 15px;
  line-height: 1.45;
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__description.is-empty,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__description.is-empty {
  display: none;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title {
  grid-area: title;
  font-size: clamp(20px, 1.65vw, 40px);
  line-height: 1.2;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
  align-self: start;
  max-width: 100%;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-current,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-current {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
  font-style: normal;
  font-weight: 800;
  margin: 0;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-prefix,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-prefix,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-amount,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-amount {
  font-style: normal;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-prefix,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-prefix {
  font-size: 0.42em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__discount--placeholder,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__discount--placeholder {
  display: none;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-color-count,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-color-count {
  grid-area: colors;
  margin: 0;
  align-self: start;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews {
  grid-area: reviews;
  margin: 0;
  align-self: end;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__wish,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__wish {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  z-index: 14;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-color-count,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-color-count,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews {
  padding-right: 56px;
}

.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews,
.woocommerce ul.products.list li.product .ng-product-card--v2 .ng-color-count,
.woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-color-count {
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .woocommerce ul.products.list li.product .ng-product-card--v2,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 {
    grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
    gap: 16px;
    min-height: 160px;
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta {
    column-gap: 18px;
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title {
    font-size: clamp(18px, 2vw, 32px);
  }
}

@media (max-width: 980px) {
  .woocommerce ul.products.list li.product .ng-product-card--v2,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 {
    grid-template-columns: minmax(115px, 150px) minmax(0, 1fr);
    gap: 10px;
    min-height: 130px;
    padding: 10px 12px 10px 10px;
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__image,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__image {
    min-height: 100px;
    max-width: 150px;
    aspect-ratio: 1 / 1;
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__meta {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
      "title"
      "price"
      "old"
      "description"
      "colors"
      "reviews";
    row-gap: 6px;
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-row,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-row,
  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__price-old {
    justify-self: start;
    text-align: left;
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .mfn-woo-product-title {
    font-size: clamp(16px, 2.5vw, 24px);
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__wish,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__wish {
    right: 12px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-color-count,
  .woocommerce ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-color-count,
  .woocommerce-page ul.products.list li.product .ng-product-card--v2 .ng-product-card__reviews {
    padding-right: 52px;
  }
}

.woocommerce ul.products li.product .product-loop-thumb {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent !important;
  border: 0;
}

.woocommerce ul.products li.product .product-loop-thumb .image_wrapper,
.woocommerce ul.products li.product .product-loop-thumb .image_frame {
  background: transparent !important;
}

.woocommerce ul.products li.product .product-loop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.woocommerce ul.products li.product:hover .product-loop-thumb img {
  transform: scale(1.02);
}

.woocommerce ul.products li.product .desc {
  padding: 10px 0 0;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.woocommerce ul.products li.product .mfn-woo-product-title {
  margin: 0 0 6px;
  font-size: clamp(20px, 1.35vw, 32px);
  line-height: 1.22;
  font-weight: 700;
  color: #222830;
  text-align: left !important;
}

.woocommerce ul.products li.product .mfn-woo-product-title,
.woocommerce ul.products li.product .ng-product-category,
.woocommerce ul.products li.product .ng-color-count,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .mfn-li-product-row-button {
  width: 100%;
  margin-top: 0 !important;
  text-align: left !important;
}

.woocommerce ul.products li.product .desc>* {
  width: 100%;
  text-align: left !important;
}

.woocommerce ul.products li.product .mfn-woo-product-title {
  order: 1 !important;
}

.woocommerce ul.products li.product .mfn-li-product-row-title {
  order: 1 !important;
  margin-top: 0 !important;
}

.woocommerce ul.products li.product .ng-product-category {
  order: 2 !important;
}

.woocommerce ul.products li.product .ng-color-count {
  order: 3 !important;
}

.woocommerce ul.products li.product .price {
  order: 4 !important;
}

.woocommerce ul.products li.product .mfn-li-product-row-price {
  order: 4 !important;
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

.woocommerce ul.products li.product .ng-product-category,
.woocommerce ul.products li.product .ng-color-count {
  margin: 0 0 4px;
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 500;
  color: #6f737a;
  line-height: 1.3;
}

.woocommerce ul.products li.product .price {
  margin: 10px 0 8px;
  font-size: clamp(24px, 1.5vw, 38px);
  line-height: 1.12;
  font-weight: 700;
  color: #111722;
}

.woocommerce ul.products li.product .mfn-li-product-row-button {
  order: 5 !important;
  display: none !important;
}

.woocommerce ul.products li.product .mfn-li-product-row-description,
.woocommerce ul.products li.product .mfn-li-product-row-variations,
.woocommerce ul.products li.product .mfn-after-shop-loop-item-title,
.woocommerce ul.products li.product .star-rating {
  display: none !important;
}

/* Final product card template layout */
.woocommerce ul.products li.product .ng-product-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-align: left !important;
}

.woocommerce ul.products li.product .ng-product-card__image {
  display: block;
  width: 100%;
  line-height: 0;
  text-align: left !important;
  background: transparent !important;
}

.woocommerce ul.products li.product .ng-product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.woocommerce ul.products li.product .ng-product-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left !important;
  padding-top: 10px;
}

.woocommerce ul.products li.product .ng-product-card__meta .mfn-woo-product-title {
  margin: 0 0 6px;
  width: 100%;
  text-align: left !important;
  font-size: clamp(20px, 1.35vw, 32px);
  line-height: 1.22;
  font-weight: 700;
  color: #222830;
}

.woocommerce ul.products li.product .ng-product-card__meta .mfn-woo-product-title a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product .mfn-woo-product-title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  pointer-events: none;
  color: inherit !important;
  text-decoration: none !important;
  background-image: none !important;
  background-size: 0 0 !important;
}

.woocommerce ul.products li.product .ng-product-card__meta .ng-product-category,
.woocommerce ul.products li.product .ng-product-card__meta .ng-color-count {
  margin: 0 0 4px;
  width: 100%;
  text-align: left !important;
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 1.3;
  font-weight: 500;
  color: #6f737a;
}

.woocommerce ul.products li.product .ng-product-card__meta .price {
  margin: 10px 0 8px;
  width: 100%;
  text-align: left !important;
  font-size: clamp(24px, 1.5vw, 38px);
  line-height: 1.12;
  font-weight: 700;
  color: #111722;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.mfn-equal-heights li.product,
.woocommerce ul.products.mfn-equal-heights li.product .desc,
.woocommerce ul.products.mfn-equal-heights li.product .mfn-woo-product-title,
.woocommerce ul.products.mfn-equal-heights li.product .price {
  text-align: left !important;
}

@media (max-width: 980px) {
  .woocommerce ul.products li.product .mfn-woo-product-title {
    font-size: 24px;
  }

  .woocommerce ul.products li.product .ng-product-category,
  .woocommerce ul.products li.product .ng-color-count {
    font-size: 14px;
  }

  .woocommerce ul.products li.product .price {
    font-size: 28px;
  }
}

/* Scratch card design v2 */
.woocommerce ul.products li.product .ng-product-card--v2 {
  display: flex !important;
  flex-direction: column !important;
  position: relative;
  width: 100%;
  text-align: left !important;
  border: 0 !important;
  border-radius: var(--ng-shop-ui-radius);
  overflow: hidden;
  background: #ffffff;
  box-shadow: none !important;
  transition: box-shadow 0.22s ease;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__link-overlay {
  position: absolute;
  inset: 0;
  z-index: 9;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0;
  text-align: left !important;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(120, 128, 140, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 2;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
  transition: opacity 0.26s ease, transform 0.34s ease, filter 0.22s ease;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__image-main {
  z-index: 1;
  opacity: 1;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__image-secondary {
  z-index: 2;
  opacity: 0;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 1px solid #cfd6df;
  border-radius: 11px;
  background: #ffffff;
  color: #11161f;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(15, 24, 38, 0.06);
  z-index: 12;
  transition: transform 0.16s ease;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish svg,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish svg {
  width: 24px;
  height: 24px;
  display: block;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish .path,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish .path {
  stroke: currentColor !important;
}

@media (hover: hover) {

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish:hover,
  .woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish:hover {
    transform: translateY(-2px);
  }
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish:focus-visible,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish:focus-visible {
  outline: 2px solid #11161f;
  outline-offset: 2px;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish.loved,
.woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish.loved {
  background: #ffffff;
  border-color: #cfd6df;
  color: #11161f !important;
}

@media (max-width: 980px) {

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__image,
  .woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__image {
    overflow: visible;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish,
  .woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish {
    right: 12px;
    bottom: -11px;
    width: 46px;
    height: 46px;
    border-radius: 11px;
    z-index: 13;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__meta,
  .woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__meta {
    padding-top: 18px;
  }
}

@media (max-width: 767px) {

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish,
  .woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish {
    width: 44px;
    height: 44px;
    right: 11px;
    bottom: -10px;
    border-radius: 11px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__wish svg,
  .woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__wish svg {
    width: 22px;
    height: 22px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__meta,
  .woocommerce-page ul.products li.product .ng-product-card--v2 .ng-product-card__meta {
    padding-top: 17px;
  }
}

@media (hover: hover) {

  .woocommerce ul.products li.product:hover .ng-product-card--v2,
  .woocommerce ul.products li.product .ng-product-card--v2:focus-within {
    box-shadow: 0 6px 16px rgba(15, 24, 38, 0.08) !important;
  }

  .woocommerce ul.products li.product .ng-product-card--v2:hover .ng-product-card__image::after {
    opacity: 1;
  }
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__sale-chip {
  display: none !important;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__meta {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left !important;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__eyebrow {
  display: none !important;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__description {
  display: none;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews {
  display: none;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-height: 24px;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-current {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--ng-price-current);
  font-size: 18px;
  line-height: var(--ng-price-line-height);
  font-weight: var(--ng-price-weight);
  font-style: var(--ng-price-style);
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-prefix {
  color: var(--ng-price-old);
  font-size: 0.62em;
  font-style: var(--ng-price-style);
  font-weight: var(--ng-price-weight);
  letter-spacing: 0.01em;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-amount {
  color: var(--ng-price-current);
  font-size: 1em;
  font-weight: var(--ng-price-weight);
  font-style: var(--ng-price-style);
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  min-width: 76px;
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid #f6b3c4;
  color: var(--ng-price-current);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__discount--placeholder {
  visibility: hidden;
  border-color: transparent;
  background: transparent;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-old {
  margin: 3px 0 8px;
  color: var(--ng-price-old);
  font-size: 13px;
  line-height: 1.2;
  min-height: 1.2em;
  font-style: var(--ng-price-style);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-old.is-empty {
  color: transparent;
  text-decoration: none;
}

.woocommerce ul.products li.ng-row-no-discount .ng-product-card--v2 .ng-product-card__price-old.is-empty {
  display: block;
  margin: 0 0 4px !important;
  min-height: 6px !important;
  line-height: 6px !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .ng-product-card--v2 .mfn-woo-product-title {
  margin: 0 0 3px;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #20252f;
  text-align: left !important;
  order: 3;
}

.woocommerce ul.products li.product .ng-product-card--v2 .mfn-woo-product-title a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 20px;
  margin: 0 0 2px;
  order: 4;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-stars {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-stars-base,
.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-stars-fill {
  display: block;
  white-space: nowrap;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-stars-base {
  color: #cdbb8e;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #bf8a10;
  text-shadow: 0 0 0.2px rgba(72, 50, 0, 0.45);
  pointer-events: none;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-count {
  color: #2a2f39;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-product-category {
  display: none !important;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-color-count {
  margin: 0 0 2px;
  width: 100%;
  color: #6d727c;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left !important;
  order: 5;
}

.woocommerce ul.products li.product .ng-product-card--v2 .ng-color-count.is-empty {
  visibility: hidden;
}

@media (max-width: 1440px) {
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-current {
    font-size: 17px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-old {
    font-size: 13px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .mfn-woo-product-title {
    font-size: 15px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-count {
    font-size: 11px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-category,
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-color-count {
    font-size: 13px;
  }
}

@media (max-width: 959px) {
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-current {
    font-size: 16px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__discount {
    font-size: 11px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-old {
    font-size: 12px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .mfn-woo-product-title {
    font-size: 14px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-stars,
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-count {
    font-size: 10px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-category,
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-color-count {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-current {
    font-size: 15px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__discount {
    font-size: 11px;
    min-height: 22px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__price-old {
    font-size: 12px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .mfn-woo-product-title {
    font-size: 13px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-stars,
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-card__reviews-count {
    font-size: 10px;
  }

  .woocommerce ul.products li.product .ng-product-card--v2 .ng-product-category,
  .woocommerce ul.products li.product .ng-product-card--v2 .ng-color-count {
    font-size: 12px;
  }
}

/* Full-width shop and product category/tag archives */
body.woocommerce-shop #Content .content_wrapper,
body.post-type-archive-product #Content .content_wrapper,
body.tax-product_cat #Content .content_wrapper,
body.tax-product_tag #Content .content_wrapper {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
  body.woocommerce-shop #Content .content_wrapper,
  body.post-type-archive-product #Content .content_wrapper,
  body.tax-product_cat #Content .content_wrapper,
  body.tax-product_tag #Content .content_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body.woocommerce-shop #Content .sections_group,
body.post-type-archive-product #Content .sections_group,
body.tax-product_cat #Content .sections_group,
body.tax-product_tag #Content .sections_group {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.woocommerce-shop #Content .sidebar,
body.post-type-archive-product #Content .sidebar,
body.tax-product_cat #Content .sidebar,
body.tax-product_tag #Content .sidebar {
  display: none !important;
}

body.woocommerce-shop #Content .section_wrapper,
body.woocommerce-shop #Content .default-woo-list,
body.post-type-archive-product #Content .section_wrapper,
body.tax-product_cat #Content .section_wrapper,
body.tax-product_tag #Content .section_wrapper,
body.post-type-archive-product #Content .default-woo-list,
body.tax-product_cat #Content .default-woo-list,
body.tax-product_tag #Content .default-woo-list {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.woocommerce-shop #Content .ng-shop-main-section,
body.post-type-archive-product #Content .ng-shop-main-section,
body.tax-product_cat #Content .ng-shop-main-section,
body.tax-product_tag #Content .ng-shop-main-section {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}

body.woocommerce-shop #Content .ng-shop-products-area,
body.post-type-archive-product #Content .ng-shop-products-area,
body.tax-product_cat #Content .ng-shop-products-area,
body.tax-product_tag #Content .ng-shop-products-area {
  position: relative;
  min-height: 280px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton,
body.post-type-archive-product #Content .ng-shop-products-skeleton,
body.tax-product_cat #Content .ng-shop-products-skeleton,
body.tax-product_tag #Content .ng-shop-products-skeleton {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

html.ng-products-loading body.woocommerce-shop #Content .ng-shop-products-skeleton,
html.ng-products-loading body.post-type-archive-product #Content .ng-shop-products-skeleton,
html.ng-products-loading body.tax-product_cat #Content .ng-shop-products-skeleton,
html.ng-products-loading body.tax-product_tag #Content .ng-shop-products-skeleton {
  display: block;
}

body.woocommerce-shop #Content .ng-shop-products-area.is-loading .ng-shop-products-skeleton,
body.post-type-archive-product #Content .ng-shop-products-area.is-loading .ng-shop-products-skeleton,
body.tax-product_cat #Content .ng-shop-products-area.is-loading .ng-shop-products-skeleton,
body.tax-product_tag #Content .ng-shop-products-area.is-loading .ng-shop-products-skeleton {
  display: block;
}

html.ng-products-loading body.woocommerce-shop #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton),
html.ng-products-loading body.post-type-archive-product #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton),
html.ng-products-loading body.tax-product_cat #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton),
html.ng-products-loading body.tax-product_tag #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton) {
  visibility: hidden;
  opacity: 0;
}

body.woocommerce-shop #Content .ng-shop-products-area.is-loading>*:not(.ng-shop-products-skeleton),
body.post-type-archive-product #Content .ng-shop-products-area.is-loading>*:not(.ng-shop-products-skeleton),
body.tax-product_cat #Content .ng-shop-products-area.is-loading>*:not(.ng-shop-products-skeleton),
body.tax-product_tag #Content .ng-shop-products-area.is-loading>*:not(.ng-shop-products-skeleton) {
  visibility: hidden;
  opacity: 0;
}

body.woocommerce-shop #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton),
body.post-type-archive-product #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton),
body.tax-product_cat #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton),
body.tax-product_tag #Content .ng-shop-products-area>*:not(.ng-shop-products-skeleton) {
  opacity: 1;
  transition: opacity 0.18s ease;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-grid,
body.post-type-archive-product #Content .ng-shop-products-skeleton-grid,
body.tax-product_cat #Content .ng-shop-products-skeleton-grid,
body.tax-product_tag #Content .ng-shop-products-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-card,
body.post-type-archive-product #Content .ng-shop-products-skeleton-card,
body.tax-product_cat #Content .ng-shop-products-skeleton-card,
body.tax-product_tag #Content .ng-shop-products-skeleton-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-content,
body.post-type-archive-product #Content .ng-shop-products-skeleton-content,
body.tax-product_cat #Content .ng-shop-products-skeleton-content,
body.tax-product_tag #Content .ng-shop-products-skeleton-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-image,
body.post-type-archive-product #Content .ng-shop-products-skeleton-image,
body.tax-product_cat #Content .ng-shop-products-skeleton-image,
body.tax-product_tag #Content .ng-shop-products-skeleton-image,
body.woocommerce-shop #Content .ng-shop-products-skeleton-line,
body.post-type-archive-product #Content .ng-shop-products-skeleton-line,
body.tax-product_cat #Content .ng-shop-products-skeleton-line,
body.tax-product_tag #Content .ng-shop-products-skeleton-line {
  display: block;
  border-radius: 8px;
  background: linear-gradient(90deg, #eef2f7 20%, #f7f9fc 35%, #eef2f7 50%);
  background-size: 220% 100%;
  animation: ngProductsSkeletonPulse 1.15s linear infinite;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-image,
body.post-type-archive-product #Content .ng-shop-products-skeleton-image,
body.tax-product_cat #Content .ng-shop-products-skeleton-image,
body.tax-product_tag #Content .ng-shop-products-skeleton-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-line--price,
body.post-type-archive-product #Content .ng-shop-products-skeleton-line--price,
body.tax-product_cat #Content .ng-shop-products-skeleton-line--price,
body.tax-product_tag #Content .ng-shop-products-skeleton-line--price {
  width: 48%;
  height: 18px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-line--title,
body.post-type-archive-product #Content .ng-shop-products-skeleton-line--title,
body.tax-product_cat #Content .ng-shop-products-skeleton-line--title,
body.tax-product_tag #Content .ng-shop-products-skeleton-line--title {
  width: 86%;
  height: 16px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton-line--meta,
body.post-type-archive-product #Content .ng-shop-products-skeleton-line--meta,
body.tax-product_cat #Content .ng-shop-products-skeleton-line--meta,
body.tax-product_tag #Content .ng-shop-products-skeleton-line--meta {
  width: 52%;
  height: 14px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid,
body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid,
body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid,
body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card,
body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card,
body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card,
body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card {
  display: grid;
  grid-template-columns: minmax(120px, 170px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid #d5dcea;
  border-radius: var(--ng-shop-ui-radius);
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 24, 38, 0.06);
}

body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-content,
body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-content,
body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-content,
body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-content {
  min-width: 0;
  gap: 8px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image,
body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image,
body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image,
body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image {
  width: 100%;
  max-width: 170px;
  aspect-ratio: 1 / 1;
  border-radius: var(--ng-shop-ui-radius);
}

body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--price,
body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--price,
body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--price,
body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--price {
  width: 38%;
  height: 16px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--title,
body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--title,
body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--title,
body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--title {
  width: 74%;
  height: 14px;
}

body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--meta,
body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--meta,
body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--meta,
body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-line--meta {
  width: 30%;
  height: 13px;
}

@keyframes ngProductsSkeletonPulse {
  0% {
    background-position: 100% 50%;
  }

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

/* Native filters layout: sidebar left, products right */
body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters,
body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters,
body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters,
body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters {
  display: grid;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters,
body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters,
body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters,
body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters {
  grid-column: 1;
}

body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>*:not(.ng-native-product-filters),
body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>*:not(.ng-native-product-filters),
body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>*:not(.ng-native-product-filters),
body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>*:not(.ng-native-product-filters) {
  grid-column: 2;
}

body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>*,
body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>*,
body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>*,
body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>* {
  min-width: 0;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters {
  border: 1px solid var(--ng-shop-ui-border-color);
  border-radius: var(--ng-shop-ui-radius);
  padding: 17px 16px 18px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(16, 26, 44, 0.08);
  transform: none;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters::after,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters::after,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters::after,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters::after {
  content: none;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters>*,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters>*,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters>*,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters>* {
  position: relative;
  z-index: 1;
}

@media (min-width: 981px) {

  body.woocommerce-shop,
  body.post-type-archive-product,
  body.tax-product_cat,
  body.tax-product_tag {
    --ng-filter-sticky-top: 126px;
  }

  body.admin-bar.woocommerce-shop,
  body.admin-bar.post-type-archive-product,
  body.admin-bar.tax-product_cat,
  body.admin-bar.tax-product_tag {
    --ng-filter-sticky-top: 158px;
  }

  body.ng-store-nav-fixed.woocommerce-shop,
  body.ng-store-nav-fixed.post-type-archive-product,
  body.ng-store-nav-fixed.tax-product_cat,
  body.ng-store-nav-fixed.tax-product_tag {
    --ng-filter-sticky-top: 126px;
  }

  body.admin-bar.ng-store-nav-fixed.woocommerce-shop,
  body.admin-bar.ng-store-nav-fixed.post-type-archive-product,
  body.admin-bar.ng-store-nav-fixed.tax-product_cat,
  body.admin-bar.ng-store-nav-fixed.tax-product_tag {
    --ng-filter-sticky-top: 158px;
  }

  body.ng-store-nav-fixed.ng-store-header-hidden.woocommerce-shop,
  body.ng-store-nav-fixed.ng-store-header-hidden.post-type-archive-product,
  body.ng-store-nav-fixed.ng-store-header-hidden.tax-product_cat,
  body.ng-store-nav-fixed.ng-store-header-hidden.tax-product_tag {
    --ng-filter-sticky-top: 60px;
  }

  body.admin-bar.ng-store-nav-fixed.ng-store-header-hidden.woocommerce-shop,
  body.admin-bar.ng-store-nav-fixed.ng-store-header-hidden.post-type-archive-product,
  body.admin-bar.ng-store-nav-fixed.ng-store-header-hidden.tax-product_cat,
  body.admin-bar.ng-store-nav-fixed.ng-store-header-hidden.tax-product_tag {
    --ng-filter-sticky-top: 92px;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters {
    position: sticky;
    top: var(--ng-filter-sticky-top, 126px);
    max-height: calc(100vh - var(--ng-filter-sticky-top, 126px) - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: auto;
    overscroll-behavior-x: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #a6b2c4 #edf2f8;
    padding-bottom: 100px;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar {
    width: 10px;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-track,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-track,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-track,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-track {
    background: #edf2f8;
    border-radius: 999px;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-thumb,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-thumb,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-thumb,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg, #b7c2d1 0%, #9eabbe 100%);
    border: 2px solid #edf2f8;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters:hover::-webkit-scrollbar-thumb,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters:hover::-webkit-scrollbar-thumb,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters:hover::-webkit-scrollbar-thumb,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters>.ng-native-product-filters:hover::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #a9b6c8 0%, #8e9bb0 100%);
  }
}

  /* Scroll-fade mask: top/bottom fades only when content continues in that direction (driven by JS). */
  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black var(--ngf-fade-top, 0px), black calc(100% - var(--ngf-fade-bottom, 0px)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0px, black var(--ngf-fade-top, 0px), black calc(100% - var(--ngf-fade-bottom, 0px)), transparent 100%);
  }

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters form,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters form,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters form,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters fieldset,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters fieldset,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters fieldset,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters fieldset {
  margin: 0;
  padding: 10px 0;
  border: 0;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters fieldset+fieldset,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters fieldset+fieldset,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters fieldset+fieldset,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters fieldset+fieldset {
  margin-top: 4px;
  padding-top: 12px;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters legend,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters legend,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters legend,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters legend {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #151c28;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters label:not(.ngf-price-entry),
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters label:not(.ngf-price-entry),
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters label:not(.ngf-price-entry),
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters label:not(.ngf-price-entry) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  min-height: 30px;
  padding: 2px 0;
  margin-bottom: 2px;
  cursor: pointer;
}

#Content .ng-shop-archive-layout .ng-native-product-filters label:not(.ngf-price-entry)>input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
  accent-color: #101a2c;
}

#Content .ng-shop-archive-layout .ng-native-product-filters label:not(.ngf-price-entry)>span {
  font-size: inherit;
  line-height: inherit;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0 12px 0 !important;
  min-height: 0;
  border-top: 0;
  border-bottom: 1px solid #d9dfe8;
  margin: 0 0 6px !important;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar.no-active-filters,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar.no-active-filters,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar.no-active-filters,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar.no-active-filters {
  border-bottom: 0;
}

body.woocommerce-shop #Content .default-woo-list>.ng-shop-archive-layout,
body.post-type-archive-product #Content .default-woo-list>.ng-shop-archive-layout,
body.tax-product_cat #Content .default-woo-list>.ng-shop-archive-layout,
body.tax-product_tag #Content .default-woo-list>.ng-shop-archive-layout {
  width: 100%;
  flex: 0 0 100%;
}

#Content .ng-native-filters-drawer-backdrop {
  display: none;
}

#Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ng-shop-ui-border-color);
  border-radius: var(--ng-shop-ui-radius);
  background: #ffffff;
  color: #1b2433;
  height: 44px;
  padding: 0 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

#Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle:hover {
  background: #f7f9fc;
}

#Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 18px;
}

#Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle-text {
  display: inline-block;
}

#Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #101a2c;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

#Content .ng-native-filters-floating-toggle {
  display: none;
}

#Content .ng-native-filters-floating-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#Content .ng-native-filters-floating-toggle__count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #f9b515;
  color: #11161f;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
}

#Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-header {
  display: none;
}

#Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #161d29;
}

#Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #182130;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-close:hover {
  background: #f3f6fb;
}

#Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-actions {
  display: none;
}

#Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-action {
  background-image: none !important;
  text-decoration: none !important;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__count,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__count,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__count,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__count {
  color: #636e80;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 196px;
  min-width: 196px;
  border: 1px solid var(--ng-shop-ui-border-color);
  border-radius: var(--ng-shop-ui-radius);
  background: #ffffff;
  padding: 8px 10px 4px !important;
  margin: 0 !important;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort {
  width: 196px;
  min-width: 196px;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page {
  width: 80px;
  min-width: 80px;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__label,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__label,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__label,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__label {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  transform: translateY(-56%);
  background: #ffffff;
  padding: 0 5px;
  color: #313a49;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  pointer-events: none;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select {
  min-width: 0;
  width: 100%;
  height: 32px;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
  padding: 4px 24px 3px 2px;
  margin: 0 !important;
  font-size: 12px;
  font-weight: 700;
  color: #1b2433;
  background-color: transparent;
  box-shadow: none;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #d2d8e3;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  color: #9aa5b8;
  background: transparent;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn:hover,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn:hover,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn:hover,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn:hover {
  color: #283347;
  background: #f3f6fb;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn.is-active,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn.is-active,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn.is-active,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn.is-active {
  color: #1b2433;
  background: #eef3f9;
  pointer-events: none;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn svg,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn svg,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn svg,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn+.ng-native-sort-toolbar__view-btn,
body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn+.ng-native-sort-toolbar__view-btn,
body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn+.ng-native-sort-toolbar__view-btn,
body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view-btn+.ng-native-sort-toolbar__view-btn {
  margin-left: 5px;
  padding-left: 8px;
  border-left: 1px solid #d8dee9;
  border-radius: 0;
}

body.woocommerce-shop #Content .default-woo-list>.ng-native-active-filters,
body.post-type-archive-product #Content .default-woo-list>.ng-native-active-filters,
body.tax-product_cat #Content .default-woo-list>.ng-native-active-filters,
body.tax-product_tag #Content .default-woo-list>.ng-native-active-filters {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  flex: 0 0 100%;
  padding: 8px 0 10px;
  margin: 0 0 8px;
  border-bottom: 0;
}

body.woocommerce-shop #Content .ng-native-active-filters__list,
body.post-type-archive-product #Content .ng-native-active-filters__list,
body.tax-product_cat #Content .ng-native-active-filters__list,
body.tax-product_tag #Content .ng-native-active-filters__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

body.woocommerce-shop #Content .ng-native-active-filters__item,
body.post-type-archive-product #Content .ng-native-active-filters__item,
body.tax-product_cat #Content .ng-native-active-filters__item,
body.tax-product_tag #Content .ng-native-active-filters__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
}

body.woocommerce-shop #Content .ng-native-active-filters__chip-group,
body.post-type-archive-product #Content .ng-native-active-filters__chip-group,
body.tax-product_cat #Content .ng-native-active-filters__chip-group,
body.tax-product_tag #Content .ng-native-active-filters__chip-group {
  position: static;
  transform: none;
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #2b3444;
  pointer-events: none;
}

body.woocommerce-shop #Content .ng-native-active-filters__chip,
body.post-type-archive-product #Content .ng-native-active-filters__chip,
body.tax-product_cat #Content .ng-native-active-filters__chip,
body.tax-product_tag #Content .ng-native-active-filters__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 8px;
  background: #eceef2;
  color: #1f2836;
  padding: 4px 8px;
  line-height: 1;
  min-height: 28px;
}

body.woocommerce-shop #Content .ng-native-active-filters__chip-label,
body.post-type-archive-product #Content .ng-native-active-filters__chip-label,
body.tax-product_cat #Content .ng-native-active-filters__chip-label,
body.tax-product_tag #Content .ng-native-active-filters__chip-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #1f2836;
}

body.woocommerce-shop #Content .ng-native-active-filters__chip-remove,
body.post-type-archive-product #Content .ng-native-active-filters__chip-remove,
body.tax-product_cat #Content .ng-native-active-filters__chip-remove,
body.tax-product_tag #Content .ng-native-active-filters__chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  color: #3b4556;
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.woocommerce-shop #Content .ng-native-active-filters__chip-remove:hover,
body.post-type-archive-product #Content .ng-native-active-filters__chip-remove:hover,
body.tax-product_cat #Content .ng-native-active-filters__chip-remove:hover,
body.tax-product_tag #Content .ng-native-active-filters__chip-remove:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #1f2836;
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

body.woocommerce-shop #Content .ng-native-active-filters__clear,
body.post-type-archive-product #Content .ng-native-active-filters__clear,
body.tax-product_cat #Content .ng-native-active-filters__clear,
body.tax-product_tag #Content .ng-native-active-filters__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-height: 30px;
  border: 1px solid #cfd6e2;
  border-radius: 8px;
  background: #ffffff;
  color: #1a2332;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0 10px;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  background-image: none !important;
}

body.woocommerce-shop #Content .ng-native-active-filters__clear:hover,
body.post-type-archive-product #Content .ng-native-active-filters__clear:hover,
body.tax-product_cat #Content .ng-native-active-filters__clear:hover,
body.tax-product_tag #Content .ng-native-active-filters__clear:hover {
  background: #f7f9fc;
  border-color: #c0cad9;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters input[type="search"],
body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters input[type="number"],
body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters select,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters input[type="search"],
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters input[type="number"],
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters select,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters input[type="search"],
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters input[type="number"],
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters select,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters input[type="search"],
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters input[type="number"],
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters select {
  width: 100%;
  box-sizing: border-box;
}

body.woocommerce-shop #Content .ng-native-pagination-bar,
body.post-type-archive-product #Content .ng-native-pagination-bar,
body.tax-product_cat #Content .ng-native-pagination-bar,
body.tax-product_tag #Content .ng-native-pagination-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
  padding-top: 0;
  border-top: 0;
}

body.woocommerce-shop #Content .ng-native-pagination-bar__meta,
body.post-type-archive-product #Content .ng-native-pagination-bar__meta,
body.tax-product_cat #Content .ng-native-pagination-bar__meta,
body.tax-product_tag #Content .ng-native-pagination-bar__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 12px;
  color: #606a7b;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  width: 100%;
  order: 2;
}

body.woocommerce-shop #Content .ng-native-pagination-bar__page,
body.post-type-archive-product #Content .ng-native-pagination-bar__page,
body.tax-product_cat #Content .ng-native-pagination-bar__page,
body.tax-product_tag #Content .ng-native-pagination-bar__page {
  color: #202938;
  font-weight: 700;
}

body.woocommerce-shop #Content .ng-native-pagination-bar__controls,
body.post-type-archive-product #Content .ng-native-pagination-bar__controls,
body.tax-product_cat #Content .ng-native-pagination-bar__controls,
body.tax-product_tag #Content .ng-native-pagination-bar__controls {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  order: 1;
}

body.woocommerce-shop #Content .ng-native-pagination__link,
body.post-type-archive-product #Content .ng-native-pagination__link,
body.tax-product_cat #Content .ng-native-pagination__link,
body.tax-product_tag #Content .ng-native-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #ccd5e3;
  border-radius: 8px;
  color: #1e2736;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  background-image: none !important;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

body.woocommerce-shop #Content .ng-native-pagination__link--edge,
body.post-type-archive-product #Content .ng-native-pagination__link--edge,
body.tax-product_cat #Content .ng-native-pagination__link--edge,
body.tax-product_tag #Content .ng-native-pagination__link--edge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: auto;
  width: auto;
  height: 34px;
  padding: 0 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  transform: none;
}

body.woocommerce-shop #Content .ng-native-pagination__link--edge:hover,
body.post-type-archive-product #Content .ng-native-pagination__link--edge:hover,
body.tax-product_cat #Content .ng-native-pagination__link--edge:hover,
body.tax-product_tag #Content .ng-native-pagination__link--edge:hover {
  border: 0;
  background: transparent;
}

body.woocommerce-shop #Content .ng-native-pagination__link:visited,
body.post-type-archive-product #Content .ng-native-pagination__link:visited,
body.tax-product_cat #Content .ng-native-pagination__link:visited,
body.tax-product_tag #Content .ng-native-pagination__link:visited {
  color: #1e2736;
}

body.woocommerce-shop #Content .ng-native-pagination__link:hover,
body.post-type-archive-product #Content .ng-native-pagination__link:hover,
body.tax-product_cat #Content .ng-native-pagination__link:hover,
body.tax-product_tag #Content .ng-native-pagination__link:hover {
  border-color: #d3d8df;
  background: #f6f7f9;
  color: #1b2433;
}

body.woocommerce-shop #Content .ng-native-pagination__link.is-disabled,
body.post-type-archive-product #Content .ng-native-pagination__link.is-disabled,
body.tax-product_cat #Content .ng-native-pagination__link.is-disabled,
body.tax-product_tag #Content .ng-native-pagination__link.is-disabled,
body.woocommerce-shop #Content .ng-native-pagination__link[aria-disabled="true"],
body.post-type-archive-product #Content .ng-native-pagination__link[aria-disabled="true"],
body.tax-product_cat #Content .ng-native-pagination__link[aria-disabled="true"],
body.tax-product_tag #Content .ng-native-pagination__link[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

body.woocommerce-shop #Content .ng-native-pagination-bar__nav .woocommerce-pagination,
body.post-type-archive-product #Content .ng-native-pagination-bar__nav .woocommerce-pagination,
body.tax-product_cat #Content .ng-native-pagination-bar__nav .woocommerce-pagination,
body.tax-product_tag #Content .ng-native-pagination-bar__nav .woocommerce-pagination {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 !important;
}

body.woocommerce-shop #Content .ng-native-pagination-bar .woocommerce nav.woocommerce-pagination,
body.post-type-archive-product #Content .ng-native-pagination-bar .woocommerce nav.woocommerce-pagination,
body.tax-product_cat #Content .ng-native-pagination-bar .woocommerce nav.woocommerce-pagination,
body.tax-product_tag #Content .ng-native-pagination-bar .woocommerce nav.woocommerce-pagination,
body.woocommerce-shop #Content .ng-native-pagination-bar nav.woocommerce-pagination,
body.post-type-archive-product #Content .ng-native-pagination-bar nav.woocommerce-pagination,
body.tax-product_cat #Content .ng-native-pagination-bar nav.woocommerce-pagination,
body.tax-product_tag #Content .ng-native-pagination-bar nav.woocommerce-pagination {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 !important;
  justify-content: center;
}

body.woocommerce-shop #Content .woocommerce nav.woocommerce-pagination,
body.post-type-archive-product #Content .woocommerce nav.woocommerce-pagination,
body.tax-product_cat #Content .woocommerce nav.woocommerce-pagination,
body.tax-product_tag #Content .woocommerce nav.woocommerce-pagination,
body.woocommerce-shop #Content nav.woocommerce-pagination,
body.post-type-archive-product #Content nav.woocommerce-pagination,
body.tax-product_cat #Content nav.woocommerce-pagination,
body.tax-product_tag #Content nav.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 22px 0 0 !important;
  padding: 0;
  border: 0;
  clear: both;
}

body.woocommerce-shop #Content .woocommerce nav.woocommerce-pagination ul,
body.post-type-archive-product #Content .woocommerce nav.woocommerce-pagination ul,
body.tax-product_cat #Content .woocommerce nav.woocommerce-pagination ul,
body.tax-product_tag #Content .woocommerce nav.woocommerce-pagination ul,
body.woocommerce-shop #Content nav.woocommerce-pagination ul,
body.post-type-archive-product #Content nav.woocommerce-pagination ul,
body.tax-product_cat #Content nav.woocommerce-pagination ul,
body.tax-product_tag #Content nav.woocommerce-pagination ul {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

body.woocommerce-shop #Content .woocommerce nav.woocommerce-pagination ul li,
body.post-type-archive-product #Content .woocommerce nav.woocommerce-pagination ul li,
body.tax-product_cat #Content .woocommerce nav.woocommerce-pagination ul li,
body.tax-product_tag #Content .woocommerce nav.woocommerce-pagination ul li,
body.woocommerce-shop #Content nav.woocommerce-pagination ul li,
body.post-type-archive-product #Content nav.woocommerce-pagination ul li,
body.tax-product_cat #Content nav.woocommerce-pagination ul li,
body.tax-product_tag #Content nav.woocommerce-pagination ul li {
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
}

body.woocommerce-shop #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers,
body.post-type-archive-product #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers,
body.tax-product_cat #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers,
body.tax-product_tag #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers,
body.woocommerce-shop #Content nav.woocommerce-pagination ul li .page-numbers,
body.post-type-archive-product #Content nav.woocommerce-pagination ul li .page-numbers,
body.tax-product_cat #Content nav.woocommerce-pagination ul li .page-numbers,
body.tax-product_tag #Content nav.woocommerce-pagination ul li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #ccd5e3;
  border-radius: 8px;
  background: #ffffff;
  color: #1b2433;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  background-image: none !important;
}

body.woocommerce-shop #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:visited,
body.post-type-archive-product #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:visited,
body.tax-product_cat #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:visited,
body.tax-product_tag #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:visited,
body.woocommerce-shop #Content nav.woocommerce-pagination ul li a.page-numbers:visited,
body.post-type-archive-product #Content nav.woocommerce-pagination ul li a.page-numbers:visited,
body.tax-product_cat #Content nav.woocommerce-pagination ul li a.page-numbers:visited,
body.tax-product_tag #Content nav.woocommerce-pagination ul li a.page-numbers:visited {
  color: #1b2433;
}

body.woocommerce-shop #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
body.post-type-archive-product #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
body.tax-product_cat #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
body.tax-product_tag #Content .woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
body.woocommerce-shop #Content nav.woocommerce-pagination ul li .page-numbers.current,
body.post-type-archive-product #Content nav.woocommerce-pagination ul li .page-numbers.current,
body.tax-product_cat #Content nav.woocommerce-pagination ul li .page-numbers.current,
body.tax-product_tag #Content nav.woocommerce-pagination ul li .page-numbers.current {
  border-color: #1b2433;
  background: #1b2433;
  color: #ffffff;
}

body.woocommerce-shop #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
body.post-type-archive-product #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
body.tax-product_cat #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
body.tax-product_tag #Content .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
body.woocommerce-shop #Content nav.woocommerce-pagination ul li a.page-numbers:hover,
body.post-type-archive-product #Content nav.woocommerce-pagination ul li a.page-numbers:hover,
body.tax-product_cat #Content nav.woocommerce-pagination ul li a.page-numbers:hover,
body.tax-product_tag #Content nav.woocommerce-pagination ul li a.page-numbers:hover {
  background: #f6f7f9;
  border-color: #d3d8df;
  color: #1b2433;
}

#Content .ng-native-pagination-bar {
  padding-top: 0 !important;
  border-top: 0 !important;
}

#Content .ng-native-pagination-bar__controls {
  order: 1 !important;
  min-height: 34px !important;
  align-items: center !important;
}

#Content .ng-native-pagination-bar__nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
}

#Content .ng-native-pagination-bar__meta {
  order: 2 !important;
}

#Content .ng-native-pagination__link {
  height: 34px !important;
  line-height: 1 !important;
}

#Content .ng-native-pagination__link--edge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  min-width: auto !important;
  width: auto !important;
  padding: 0 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  height: 34px !important;
  line-height: 34px !important;
  transform: none !important;
}

#Content .default-woo-list .pager_wrapper {
  padding-top: 0 !important;
  border-top: 0 !important;
}

#Content .ng-native-pagination-bar__nav .pager .pages,
#Content .default-woo-list .pager_wrapper .pager .pages {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#Content .ng-native-pagination-bar__nav .pager .pages a,
#Content .ng-native-pagination-bar__nav .pager .pages span.page,
#Content .ng-native-pagination-bar__nav .pager a.prev_page,
#Content .ng-native-pagination-bar__nav .pager a.next_page,
#Content .default-woo-list .pager_wrapper .pager .pages a,
#Content .default-woo-list .pager_wrapper .pager .pages span.page,
#Content .default-woo-list .pager_wrapper .pager a.prev_page,
#Content .default-woo-list .pager_wrapper .pager a.next_page {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 1 !important;
}

#Content .ng-native-pagination-bar__nav .pager .pages a,
#Content .ng-native-pagination-bar__nav .pager .pages span.page,
#Content .default-woo-list .pager_wrapper .pager .pages a,
#Content .default-woo-list .pager_wrapper .pager .pages span.page {
  padding: 0 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

#Content .ng-native-pagination-bar__nav .pager a.prev_page,
#Content .ng-native-pagination-bar__nav .pager a.next_page,
#Content .default-woo-list .pager_wrapper .pager a.prev_page,
#Content .default-woo-list .pager_wrapper .pager a.next_page {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  min-width: auto !important;
  width: auto !important;
  height: 34px !important;
  padding: 0 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  transform: none !important;
}

#Content .ng-native-pagination-bar__nav .pager a.prev_page:hover,
#Content .ng-native-pagination-bar__nav .pager a.next_page:hover,
#Content .default-woo-list .pager_wrapper .pager a.prev_page:hover,
#Content .default-woo-list .pager_wrapper .pager a.next_page:hover {
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set {
  --ngf-range-start: 0%;
  --ngf-range-end: 100%;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set legend,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set legend,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set legend,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-set legend {
  margin-bottom: 10px;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-row,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-row,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-row,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  border: 1px solid #cfd6e2;
  border-radius: 10px;
  background: #ffffff;
  padding: 0 28px 0 10px;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"],
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"],
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"],
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"] {
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #222b3a;
  padding: 0;
  margin: 0;
  width: 100%;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-outer-spin-button,
body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-inner-spin-button,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-outer-spin-button,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-inner-spin-button,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-outer-spin-button,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-inner-spin-button,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-outer-spin-button,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"],
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"],
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"],
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry input[type="number"] {
  -moz-appearance: textfield;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-currency,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-currency,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-currency,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-entry-currency {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #606a7c;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track {
  position: relative;
  height: 20px;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track::before,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track::before,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track::before,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(to right, #e0e5ee 0%, #e0e5ee var(--ngf-range-start), #101a2c var(--ngf-range-start), #101a2c var(--ngf-range-end), #e0e5ee var(--ngf-range-end), #e0e5ee 100%);
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"],
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"],
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"],
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-runnable-track,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-runnable-track,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-runnable-track,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border: 0;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-thumb,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-thumb,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-thumb,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border-radius: 50%;
  background: #101a2c;
  border: 0;
  pointer-events: auto;
  cursor: pointer;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-track,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-track,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-track,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
  border: 0;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-progress,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-progress,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-progress,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-progress {
  height: 4px;
  background: transparent;
}

body.woocommerce-shop #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-thumb,
body.post-type-archive-product #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-thumb,
body.tax-product_cat #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-thumb,
body.tax-product_tag #Content .ng-shop-archive-layout .ng-native-product-filters .ngf-price-slider-track input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #101a2c;
  border: 0;
  pointer-events: auto;
  cursor: pointer;
}

@media (max-width: 1365px) and (min-width: 981px) {

  body.woocommerce-shop #Content .ng-shop-products-skeleton-grid,
  body.post-type-archive-product #Content .ng-shop-products-skeleton-grid,
  body.tax-product_cat #Content .ng-shop-products-skeleton-grid,
  body.tax-product_tag #Content .ng-shop-products-skeleton-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {

  body.woocommerce-shop #Content .ng-shop-products-skeleton-grid,
  body.post-type-archive-product #Content .ng-shop-products-skeleton-grid,
  body.tax-product_cat #Content .ng-shop-products-skeleton-grid,
  body.tax-product_tag #Content .ng-shop-products-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid,
  body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid,
  body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid,
  body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-grid {
    gap: 14px;
  }

  body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card,
  body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card,
  body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card,
  body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.woocommerce-shop #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image,
  body.post-type-archive-product #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image,
  body.tax-product_cat #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image,
  body.tax-product_tag #Content .ng-shop-products-skeleton.is-list .ng-shop-products-skeleton-image {
    max-width: none;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters > *:not(.ng-native-product-filters),
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters > *:not(.ng-native-product-filters),
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters > *:not(.ng-native-product-filters),
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters > *:not(.ng-native-product-filters) {
    grid-column: auto;
  }

  body.woocommerce-shop #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters {
    display: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.ng-native-filters-open {
    overflow: hidden;
  }

  body.ng-native-filters-open #Content {
    position: relative;
    z-index: 100010;
  }

  body.ng-native-filters-open #ng-store-header {
    z-index: 100000;
  }

  body.ng-native-filters-open .ng-mobile-header {
    pointer-events: none;
  }

  body.ng-native-filters-open .ng-mobile-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 24, 38, 0.24);
    pointer-events: none;
  }

  body.ng-native-filters-open #Content .ng-native-filters-drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100000;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(15, 24, 38, 0.44);
    cursor: pointer;
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.ng-native-filters-open.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.ng-native-filters-open.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
  body.ng-native-filters-open.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: min(420px, calc(100vw - 28px));
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    border-radius: 0 16px 16px 0;
    z-index: 100001;
    overflow: hidden;
    overscroll-behavior: contain;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.24);
    scrollbar-width: auto;
    transform: translateX(0);
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 auto;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f2;
    background: #ffffff;
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters form {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 16px 0;
    gap: 8px;
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    position: sticky;
    bottom: 0;
    margin: auto -16px 0;
    padding: 14px 16px 12px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: #ffffff;
    border-top: 1px solid #e2e8f2;
    box-shadow: 0 -8px 18px rgba(16, 24, 40, 0.06);
    z-index: 2;
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-action {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #ced6e2;
    background: #ffffff;
    color: #182130;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 0 12px;
    cursor: pointer;
    box-sizing: border-box;
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-action--clear:hover {
    background: #f6f8fb;
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-action--apply {
    border-color: #071426;
    background: #071426;
    color: #ffffff;
  }

  body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-action--apply:hover {
    background: #0b1c32;
    border-color: #0b1c32;
  }

  @media (max-width: 767px) {
    body.ng-native-filters-open #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
    body.ng-native-filters-open.post-type-archive-product #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
    body.ng-native-filters-open.tax-product_cat #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters,
    body.ng-native-filters-open.tax-product_tag #Content .ng-shop-archive-layout.has-ng-filters > .ng-native-product-filters {
      width: 100vw;
      max-width: none;
      border-radius: 0;
      box-shadow: 0 16px 36px rgba(16, 24, 40, 0.2);
    }

    body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-header {
      min-height: 72px;
      padding: 0 0 0 16px;
      border-bottom-color: #dfe5ee;
    }

    body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-title {
      flex: 1 1 auto;
      text-align: center;
      padding-right: 16px;
      font-size: 18px;
    }

    body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-close {
      width: 76px;
      height: 72px;
      flex: 0 0 76px;
      border-left: 1px solid #dfe5ee;
      border-radius: 0;
      font-size: 42px;
    }

    body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters form {
      padding: 10px 14px 0;
    }

    body.ng-native-filters-open #Content .ng-shop-archive-layout .ng-native-product-filters .ng-native-product-filters__drawer-actions {
      margin: auto -14px 0;
      padding-left: 14px;
      padding-right: 14px;
      grid-template-columns: 1fr 1fr;
    }

    body.woocommerce-shop #Content .ng-native-filters-floating-toggle,
    body.post-type-archive-product #Content .ng-native-filters-floating-toggle,
    body.tax-product_cat #Content .ng-native-filters-floating-toggle,
    body.tax-product_tag #Content .ng-native-filters-floating-toggle {
      right: 12px;
      bottom: calc(108px + env(safe-area-inset-bottom, 0px));
      width: 54px;
      height: 54px;
    }
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar,
  body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar,
  body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 0 !important;
    gap: 10px 12px;
  }

  body.woocommerce-shop #Content .ng-native-filters-floating-toggle,
  body.post-type-archive-product #Content .ng-native-filters-floating-toggle,
  body.tax-product_cat #Content .ng-native-filters-floating-toggle,
  body.tax-product_tag #Content .ng-native-filters-floating-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 14px;
    bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 999px;
    background: #071426;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(8, 14, 24, 0.24);
    cursor: pointer;
    z-index: 99990;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(0.96);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
    padding: 0;
  }

  body.woocommerce-shop #Content .ng-native-filters-floating-toggle.is-visible,
  body.post-type-archive-product #Content .ng-native-filters-floating-toggle.is-visible,
  body.tax-product_cat #Content .ng-native-filters-floating-toggle.is-visible,
  body.tax-product_tag #Content .ng-native-filters-floating-toggle.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

  body.ng-native-filters-open #Content .ng-native-filters-floating-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) scale(0.96) !important;
  }

  body.woocommerce-shop #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle,
  body.post-type-archive-product #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle,
  body.tax-product_cat #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle,
  body.tax-product_tag #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__filters-toggle {
    display: inline-flex;
    order: 1;
    flex: 0 0 auto;
  }

  body.woocommerce-shop #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__count,
  body.post-type-archive-product #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__count,
  body.tax-product_cat #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__count,
  body.tax-product_tag #Content .default-woo-list > .ng-native-sort-toolbar .ng-native-sort-toolbar__count {
    order: 3;
    flex: 1 0 100%;
    width: 100%;
    margin-top: 2px;
    margin-left: 0;
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form,
  body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form,
  body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    width: auto;
    order: 1;
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select,
  body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select,
  body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form select {
    min-width: 0;
    width: 100%;
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label,
  body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label,
  body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form label {
    width: auto;
    min-width: 0;
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort,
  body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort,
  body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--sort {
    flex: 0 1 168px;
    min-width: 148px;
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page,
  body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page,
  body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__form .ng-native-sort-toolbar__field--per-page {
    display: none;
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view,
  body.tax-product_cat #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view,
  body.tax-product_tag #Content .default-woo-list>.ng-native-sort-toolbar .ng-native-sort-toolbar__view {
    order: 2;
    margin-left: 6px;
    padding-left: 0;
    border-left: 0;
  }

  body.woocommerce-shop #Content .default-woo-list>.ng-native-active-filters,
  body.post-type-archive-product #Content .default-woo-list>.ng-native-active-filters,
  body.tax-product_cat #Content .default-woo-list>.ng-native-active-filters,
  body.tax-product_tag #Content .default-woo-list>.ng-native-active-filters {
    flex-direction: column;
    align-items: flex-start;
  }

  body.woocommerce-shop #Content .ng-native-active-filters__clear,
  body.post-type-archive-product #Content .ng-native-active-filters__clear,
  body.tax-product_cat #Content .ng-native-active-filters__clear,
  body.tax-product_tag #Content .ng-native-active-filters__clear {
    display: none;
  }

  body.woocommerce-shop #Content .ng-native-pagination-bar,
  body.post-type-archive-product #Content .ng-native-pagination-bar,
  body.tax-product_cat #Content .ng-native-pagination-bar,
  body.tax-product_tag #Content .ng-native-pagination-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  body.woocommerce-shop #Content .ng-native-pagination-bar__controls,
  body.post-type-archive-product #Content .ng-native-pagination-bar__controls,
  body.tax-product_cat #Content .ng-native-pagination-bar__controls,
  body.tax-product_tag #Content .ng-native-pagination-bar__controls {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    gap: 8px;
  }

  body.woocommerce-shop #Content .ng-native-pagination-bar__nav,
  body.post-type-archive-product #Content .ng-native-pagination-bar__nav,
  body.tax-product_cat #Content .ng-native-pagination-bar__nav,
  body.tax-product_tag #Content .ng-native-pagination-bar__nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 980px) {

  body.woocommerce-shop #Content .ng-shop-main-section,
  body.post-type-archive-product #Content .ng-shop-main-section,
  body.tax-product_cat #Content .ng-shop-main-section,
  body.tax-product_tag #Content .ng-shop-main-section {
    padding-bottom: 64px !important;
  }

  body.woocommerce-shop #Content .ng-shop-products-skeleton-grid,
  body.post-type-archive-product #Content .ng-shop-products-skeleton-grid,
  body.tax-product_cat #Content .ng-shop-products-skeleton-grid,
  body.tax-product_tag #Content .ng-shop-products-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.woocommerce-shop #Content .content_wrapper,
  body.post-type-archive-product #Content .content_wrapper,
  body.tax-product_cat #Content .content_wrapper,
  body.tax-product_tag #Content .content_wrapper {
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

}

/* Keep Woo breadcrumbs visible with custom full-width archive layout */
body.woocommerce #Subheader.ng-shop-subheader,
body.woocommerce-shop #Subheader,
body.post-type-archive-product #Subheader,
body.tax-product_cat #Subheader,
body.tax-product_tag #Subheader {
  display: block !important;
}

/* Hide temporary coming soon footer banner globally */
#coming-soon-footer-banner {
  display: none !important;
}

body.woocommerce-shop #Subheader ul.breadcrumbs,
body.post-type-archive-product #Subheader ul.breadcrumbs,
body.tax-product_cat #Subheader ul.breadcrumbs,
body.tax-product_tag #Subheader ul.breadcrumbs {
  display: block !important;
}

/* Woo archive/category breadcrumb + title block style */
body.woocommerce #Subheader.ng-shop-subheader,
body.woocommerce-shop #Subheader,
body.post-type-archive-product #Subheader,
body.tax-product_cat #Subheader,
body.tax-product_tag #Subheader {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  padding: 14px 0 10px;
  border-bottom: 0;
}

body.woocommerce #Subheader.ng-shop-subheader::after,
body.woocommerce-shop #Subheader::after,
body.post-type-archive-product #Subheader::after,
body.tax-product_cat #Subheader::after,
body.tax-product_tag #Subheader::after {
  display: none;
}

body.woocommerce #Subheader.ng-shop-subheader .container,
body.woocommerce-shop #Subheader .container,
body.post-type-archive-product #Subheader .container,
body.tax-product_cat #Subheader .container,
body.tax-product_tag #Subheader .container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  background: #ffffff !important;
}

body.woocommerce #Subheader.ng-shop-subheader .column.one {
  background: #ffffff !important;
}

body.woocommerce-shop #Subheader .column.one,
body.post-type-archive-product #Subheader .column.one,
body.tax-product_cat #Subheader .column.one,
body.tax-product_tag #Subheader .column.one {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

body.woocommerce-shop #Subheader ul.breadcrumbs,
body.post-type-archive-product #Subheader ul.breadcrumbs,
body.tax-product_cat #Subheader ul.breadcrumbs,
body.tax-product_tag #Subheader ul.breadcrumbs {
  float: none;
  width: auto;
  margin: 0 0 2px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  text-align: left;
  font-size: 13px !important;
  line-height: 1.35;
}

body.woocommerce-shop #Subheader ul.breadcrumbs li,
body.post-type-archive-product #Subheader ul.breadcrumbs li,
body.tax-product_cat #Subheader ul.breadcrumbs li,
body.tax-product_tag #Subheader ul.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: #677284;
}

body.woocommerce-shop #Subheader ul.breadcrumbs li a,
body.post-type-archive-product #Subheader ul.breadcrumbs li a,
body.tax-product_cat #Subheader ul.breadcrumbs li a,
body.tax-product_tag #Subheader ul.breadcrumbs li a {
  color: #5b6678;
}

body.woocommerce-shop #Subheader ul.breadcrumbs li:last-child,
body.post-type-archive-product #Subheader ul.breadcrumbs li:last-child,
body.tax-product_cat #Subheader ul.breadcrumbs li:last-child,
body.tax-product_tag #Subheader ul.breadcrumbs li:last-child {
  color: #1f2530;
  font-weight: 600;
}

body.woocommerce-shop #Subheader ul.breadcrumbs li span,
body.post-type-archive-product #Subheader ul.breadcrumbs li span,
body.tax-product_cat #Subheader ul.breadcrumbs li span,
body.tax-product_tag #Subheader ul.breadcrumbs li span {
  margin: 0 6px;
  opacity: 0.45;
}

body.woocommerce-shop #Subheader .title,
body.post-type-archive-product #Subheader .title,
body.tax-product_cat #Subheader .title,
body.tax-product_tag #Subheader .title {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  color: #111723;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.woocommerce-shop #Subheader .title::after,
body.post-type-archive-product #Subheader .title::after,
body.tax-product_cat #Subheader .title::after,
body.tax-product_tag #Subheader .title::after {
  display: none !important;
}

body.woocommerce-shop #Subheader .title .ng-shop-subheader-count,
body.post-type-archive-product #Subheader .title .ng-shop-subheader-count,
body.tax-product_cat #Subheader .title .ng-shop-subheader-count,
body.tax-product_tag #Subheader .title .ng-shop-subheader-count {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.48em;
  line-height: 1;
  color: #7a8392;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {

  body.woocommerce-shop #Subheader,
  body.post-type-archive-product #Subheader,
  body.tax-product_cat #Subheader,
  body.tax-product_tag #Subheader {
    padding: 12px 0 10px;
  }

  body.woocommerce-shop #Subheader .container,
  body.post-type-archive-product #Subheader .container,
  body.tax-product_cat #Subheader .container,
  body.tax-product_tag #Subheader .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.woocommerce-shop #Subheader .column.one,
  body.post-type-archive-product #Subheader .column.one,
  body.tax-product_cat #Subheader .column.one,
  body.tax-product_tag #Subheader .column.one {
    gap: 8px;
  }

  body.woocommerce-shop #Subheader ul.breadcrumbs,
  body.post-type-archive-product #Subheader ul.breadcrumbs,
  body.tax-product_cat #Subheader ul.breadcrumbs,
  body.tax-product_tag #Subheader ul.breadcrumbs {
    font-size: 12px !important;
    padding: 0;
    margin-bottom: 1px;
  }
}

@media (max-width: 1240px) and (min-width: 768px) {

  body.post-type-archive-product #Content .content_wrapper,
  body.tax-product_cat #Content .content_wrapper,
  body.tax-product_tag #Content .content_wrapper,
  body.woocommerce-shop #Subheader .container,
  body.post-type-archive-product #Subheader .container,
  body.tax-product_cat #Subheader .container,
  body.tax-product_tag #Subheader .container {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Align single-product breadcrumbs/title like shop/category pages (left-start). */
body.single-product #Subheader {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  padding: 14px 0 10px;
  border-bottom: 0;
}

body.single-product #Subheader::after {
  display: none !important;
}

body.single-product #Subheader .container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  background: #ffffff !important;
}

body.single-product #Subheader .column.one {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

body.single-product #Subheader ul.breadcrumbs {
  float: none !important;
  width: auto !important;
  margin: 0 0 2px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  text-align: left !important;
  align-self: flex-start;
  font-size: 13px !important;
  line-height: 1.35;
}

body.single-product #Subheader .title {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  text-align: left !important;
  align-self: flex-start;
}

@media (max-width: 767px) {
  body.single-product #Subheader {
    padding: 12px 0 10px;
  }

  body.single-product #Subheader .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.single-product #Subheader ul.breadcrumbs {
    font-size: 12px !important;
    margin-bottom: 1px;
  }
}

@media (max-width: 1240px) and (min-width: 768px) {
  body.single-product #Subheader .container {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Global shell width + shared horizontal gutter (header and content stay aligned). */
body.ng-site-full-width {
  --ng-site-shell-width: 80%;
  --ng-site-gutter: 14px;
}

@media (max-width: 980px) {
  body.ng-site-full-width {
    --ng-site-shell-width: 100%;
    --ng-site-gutter: 10px;
  }
}

body.ng-site-full-width,
body.ng-site-full-width #Wrapper,
body.ng-site-full-width #Content {
  background: #ffffff;
}

body.ng-site-full-width #Wrapper {
  width: var(--ng-site-shell-width) !important;
  max-width: var(--ng-site-shell-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.ng-site-full-width #ng-store-header .ng-store-inner,
body.ng-site-full-width #Subheader .container,
body.ng-site-full-width #Content .content_wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: var(--ng-site-gutter) !important;
  padding-right: var(--ng-site-gutter) !important;
  box-sizing: border-box;
}

body.ng-site-full-width #Content .sections_group,
body.ng-site-full-width #Content .section_wrapper,
body.ng-site-full-width #Content .default-woo-list {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Keep only footer full width while site shell stays constrained. */
body.ng-site-full-width #Footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Unified store pricing system: reuse the archive-card price treatment across WooCommerce pages. */
body.woocommerce .product div.entry-summary .price,
body.woocommerce .product .single_variation .price,
body.woocommerce .product .summary .woocommerce-variation-price .price,
body.woocommerce .wishlist .wishlist-row .price,
body.woocommerce .widget_shopping_cart .woocommerce-Price-amount,
body.woocommerce .widget_shopping_cart .amount,
body.woocommerce .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price,
body.woocommerce .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price .woocommerce-Price-amount,
body.woocommerce .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info p.price,
body.woocommerce table.shop_table td.product-price,
body.woocommerce table.shop_table td.product-subtotal,
body.woocommerce table.shop_table td.product-price .woocommerce-Price-amount,
body.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount,
body.woocommerce table.shop_table td.product-total .woocommerce-Price-amount,
body.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-total,
body.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
body.woocommerce table.shop_table .cart-subtotal .woocommerce-Price-amount,
body.woocommerce table.shop_table .order-total .woocommerce-Price-amount,
body.woocommerce table.woocommerce-table--order-details .woocommerce-Price-amount,
body.woocommerce table.woocommerce-checkout-review-order-table .woocommerce-Price-amount,
body.woocommerce .cart_totals .woocommerce-Price-amount,
body.woocommerce .woocommerce-order-overview .woocommerce-Price-amount,
body.woocommerce .woocommerce-order-details .woocommerce-Price-amount,
body.woocommerce-page .product div.entry-summary .price,
body.woocommerce-page .product .single_variation .price,
body.woocommerce-page .product .summary .woocommerce-variation-price .price,
body.woocommerce-page .wishlist .wishlist-row .price,
body.woocommerce-page .widget_shopping_cart .woocommerce-Price-amount,
body.woocommerce-page .widget_shopping_cart .amount,
body.woocommerce-page .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price,
body.woocommerce-page .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price .woocommerce-Price-amount,
body.woocommerce-page .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info p.price,
body.woocommerce-page table.shop_table td.product-price,
body.woocommerce-page table.shop_table td.product-subtotal,
body.woocommerce-page table.shop_table td.product-price .woocommerce-Price-amount,
body.woocommerce-page table.shop_table td.product-subtotal .woocommerce-Price-amount,
body.woocommerce-page table.shop_table td.product-total .woocommerce-Price-amount,
body.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-total,
body.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
body.woocommerce-page table.shop_table .cart-subtotal .woocommerce-Price-amount,
body.woocommerce-page table.shop_table .order-total .woocommerce-Price-amount,
body.woocommerce-page table.woocommerce-table--order-details .woocommerce-Price-amount,
body.woocommerce-page table.woocommerce-checkout-review-order-table .woocommerce-Price-amount,
body.woocommerce-page .cart_totals .woocommerce-Price-amount,
body.woocommerce-page .woocommerce-order-overview .woocommerce-Price-amount,
body.woocommerce-page .woocommerce-order-details .woocommerce-Price-amount {
  color: var(--ng-price-current) !important;
  font-style: var(--ng-price-style);
  font-weight: var(--ng-price-weight);
  line-height: var(--ng-price-line-height);
  letter-spacing: 0.01em;
}

body.woocommerce .product div.entry-summary .price ins,
body.woocommerce .product .single_variation .price ins,
body.woocommerce .product .summary .woocommerce-variation-price .price ins,
body.woocommerce .wishlist .wishlist-row .price ins,
body.woocommerce .mfn-cart-holder .price ins,
body.woocommerce .widget_shopping_cart ins,
body.woocommerce table.shop_table ins,
body.woocommerce-page .product div.entry-summary .price ins,
body.woocommerce-page .product .single_variation .price ins,
body.woocommerce-page .product .summary .woocommerce-variation-price .price ins,
body.woocommerce-page .wishlist .wishlist-row .price ins,
body.woocommerce-page .mfn-cart-holder .price ins,
body.woocommerce-page .widget_shopping_cart ins,
body.woocommerce-page table.shop_table ins {
  color: var(--ng-price-current) !important;
  text-decoration: none;
  background: transparent;
}

body.woocommerce .product div.entry-summary .price del,
body.woocommerce .product .single_variation .price del,
body.woocommerce .product .summary .woocommerce-variation-price .price del,
body.woocommerce .wishlist .wishlist-row .price del,
body.woocommerce .mfn-cart-holder .price del,
body.woocommerce .widget_shopping_cart del,
body.woocommerce table.shop_table del,
body.woocommerce-page .product div.entry-summary .price del,
body.woocommerce-page .product .single_variation .price del,
body.woocommerce-page .product .summary .woocommerce-variation-price .price del,
body.woocommerce-page .wishlist .wishlist-row .price del,
body.woocommerce-page .mfn-cart-holder .price del,
body.woocommerce-page .widget_shopping_cart del,
body.woocommerce-page table.shop_table del {
  color: var(--ng-price-old-muted) !important;
  opacity: 1;
  font-style: var(--ng-price-style);
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

body.woocommerce .product div.entry-summary .price del .woocommerce-Price-amount,
body.woocommerce .product .single_variation .price del .woocommerce-Price-amount,
body.woocommerce .product .summary .woocommerce-variation-price .price del .woocommerce-Price-amount,
body.woocommerce .wishlist .wishlist-row .price del .woocommerce-Price-amount,
body.woocommerce .mfn-cart-holder .price del .woocommerce-Price-amount,
body.woocommerce .widget_shopping_cart del .woocommerce-Price-amount,
body.woocommerce table.shop_table del .woocommerce-Price-amount,
body.woocommerce-page .product div.entry-summary .price del .woocommerce-Price-amount,
body.woocommerce-page .product .single_variation .price del .woocommerce-Price-amount,
body.woocommerce-page .product .summary .woocommerce-variation-price .price del .woocommerce-Price-amount,
body.woocommerce-page .wishlist .wishlist-row .price del .woocommerce-Price-amount,
body.woocommerce-page .mfn-cart-holder .price del .woocommerce-Price-amount,
body.woocommerce-page .widget_shopping_cart del .woocommerce-Price-amount,
body.woocommerce-page table.shop_table del .woocommerce-Price-amount {
  color: var(--ng-price-old) !important;
  font-style: var(--ng-price-style);
  font-weight: 600;
}

body.woocommerce .product div.entry-summary .price del,
body.woocommerce .product .single_variation .price del,
body.woocommerce .product .summary .woocommerce-variation-price .price del,
body.woocommerce-page .product div.entry-summary .price del,
body.woocommerce-page .product .single_variation .price del,
body.woocommerce-page .product .summary .woocommerce-variation-price .price del {
  margin-right: 10px;
}

body.woocommerce .widget_shopping_cart p.total strong,
body.woocommerce-page .widget_shopping_cart p.total strong,
body.woocommerce table.shop_table tr.order-total th,
body.woocommerce-page table.shop_table tr.order-total th,
body.woocommerce table.woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-page table.woocommerce-table--order-details tfoot tr:last-child th {
  color: var(--ng-price-old);
  font-weight: 700;
}

/* Single-product detail accordion: clean divider layout inspired by the store reference UI. */
body.single-product.woocommerce div.product .ng-product-detail-accordion,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion {
  margin-top: 40px;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .mfn-acc,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .mfn-acc {
  display: block;
  border-top: 1px solid rgba(17, 22, 31, 0.1);
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 22, 31, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question:hover,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question:hover,
body.single-product.woocommerce div.product .ng-product-detail-accordion .question.active,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question.active {
  border-color: rgba(17, 22, 31, 0.12);
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title {
  position: relative;
  display: block;
  min-height: 0;
  margin: 0;
  padding: 26px 54px 26px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #20242d !important;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title::before,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title::before {
  content: none;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question.active > .title,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question.active > .title {
  color: #11161f !important;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus,
body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #20242d !important;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  opacity: 0.9;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus::before,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus::before,
body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus::before,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus::before {
  display: block;
  width: auto;
  margin: 0;
  text-align: center;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus::before,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus::before {
  content: "\e867";
  font-family: "mfn-icons";
  font-size: 18px;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus::before,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus::before {
  content: "\e945";
  font-family: "mfn-icons";
  font-size: 18px;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus {
  opacity: 0;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question.active > .title > .acc-icon-plus,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question.active > .title > .acc-icon-plus {
  opacity: 0;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question.active > .title > .acc-icon-minus,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question.active > .title > .acc-icon-minus {
  opacity: 1;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .answer,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .answer {
  padding: 0 0 28px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #4b5563;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .answer > *:last-child,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .answer > *:last-child {
  margin-bottom: 0;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .answer p,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .answer p,
body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .answer li,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .answer li {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.76;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .answer ul,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .answer ul {
  margin: 0;
  padding-left: 18px;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr {
  border-bottom: 1px solid rgba(17, 22, 31, 0.08);
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr:last-child,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr:last-child {
  border-bottom: 0;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes th,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes th,
body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes td,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes td {
  padding: 16px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  vertical-align: top;
  text-align: left;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes th,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes th {
  width: 220px;
  padding-right: 24px;
  color: #20242d;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes td,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes td {
  color: #5f6271;
  font-size: 16px;
  line-height: 1.7;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes td span,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes td span {
  display: inline;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes td span::before,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes td span::before {
  content: none;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes td p,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes td p {
  display: block;
  margin: 0;
  color: inherit;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .woocommerce-Reviews,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .woocommerce-Reviews {
  max-width: 100%;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .woocommerce-Reviews-title,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .woocommerce-Reviews-title,
body.single-product.woocommerce div.product .ng-product-detail-accordion #reply-title,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion #reply-title {
  color: #20242d;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion #reviews #comments .woocommerce-noreviews,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion #reviews #comments .woocommerce-noreviews {
  margin: 0;
  padding: 16px 0 4px;
  border: 0;
  background: transparent;
  color: #5f6271;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion #review_form_wrapper,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion #review_form_wrapper {
  margin-top: 26px;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(17, 22, 31, 0.08);
  border-radius: 0;
  background: transparent;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion .comment-form-rating label,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion .comment-form-rating label {
  color: #20242d;
  font-weight: 600;
}

body.single-product.woocommerce div.product .ng-product-detail-accordion p.stars a,
body.single-product.woocommerce-page div.product .ng-product-detail-accordion p.stars a {
  color: #20242d;
}

@media (max-width: 959px) {
  body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title {
    padding: 24px 44px 24px 0;
    font-size: 17px;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes th,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes th {
    width: 180px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  body.single-product.woocommerce div.product .ng-product-detail-accordion,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion {
    margin-top: 30px;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title {
    padding: 20px 34px 20px 0;
    font-size: 16px;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus,
  body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-plus,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .title > .acc-icon-minus {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    font-size: 16px;
    line-height: 18px;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion .question > .answer,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion .question > .answer {
    padding-bottom: 22px;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes,
  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes tbody,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes tbody,
  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr,
  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes th,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes th,
  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes td,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes td {
    display: block;
    width: 100%;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes tr {
    padding: 14px 0;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes th,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes th {
    padding: 0 0 6px;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion table.woocommerce-product-attributes td,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion table.woocommerce-product-attributes td {
    padding: 0;
    font-size: 15px;
  }

  body.single-product.woocommerce div.product .ng-product-detail-accordion .woocommerce-Reviews-title,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion .woocommerce-Reviews-title,
  body.single-product.woocommerce div.product .ng-product-detail-accordion #reply-title,
  body.single-product.woocommerce-page div.product .ng-product-detail-accordion #reply-title {
    font-size: 19px;
  }
}

/* Single-product detail tabs: clean, neutral, and closer to the store UI language. */
body.single-product.woocommerce div.product .ng-product-tabs,
body.single-product.woocommerce-page div.product .ng-product-tabs {
  margin-top: 38px;
  border: 0 !important;
  background: transparent !important;
  overflow: visible;
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
  border: 0;
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li::after,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li::after,
body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li a::after,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li a::after {
  content: none !important;
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li a,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid rgba(17, 22, 31, 0.08);
  border-radius: 16px;
  background: #f7f8fa;
  color: #5f6271;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li a:hover,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li a:hover {
  background: #ffffff;
  border-color: rgba(17, 22, 31, 0.14);
  color: #11161f;
  transform: translateY(-1px);
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li.ui-state-active a,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li.ui-state-active a,
body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li.ui-tabs-selected a,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li.ui-tabs-selected a {
  background: #ffffff;
  border-color: rgba(0, 137, 247, 0.18);
  color: #11161f !important;
  box-shadow: 0 12px 30px rgba(17, 22, 31, 0.06);
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-panel,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-panel {
  padding: 30px 32px 32px;
  border: 1px solid rgba(17, 22, 31, 0.08);
  border-radius: 24px;
  background: #ffffff;
  background-image: none !important;
  box-shadow: 0 20px 46px rgba(17, 22, 31, 0.06);
  overflow: visible;
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-panel > *:last-child,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-panel > *:last-child {
  margin-bottom: 0;
}

body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-panel p,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-panel p,
body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-panel li,
body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-panel li {
  color: #5f6271;
  line-height: 1.72;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes tr,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes tr {
  border-bottom: 1px solid rgba(17, 22, 31, 0.08);
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes tr:last-child,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes tr:last-child {
  border-bottom: 0;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes th,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes th,
body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes td,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes td {
  padding: 18px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  vertical-align: top;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes th,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes th {
  width: 190px;
  padding-right: 24px;
  color: #11161f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes td,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes td {
  padding-left: 0;
  color: #5f6271;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes td span,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes td span {
  display: inline;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes td span::before,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes td span::before {
  content: none;
}

body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes td p,
body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes td p {
  margin: 0;
  display: block;
}

body.single-product.woocommerce div.product .ng-product-tabs .woocommerce-Reviews-title,
body.single-product.woocommerce-page div.product .ng-product-tabs .woocommerce-Reviews-title,
body.single-product.woocommerce div.product .ng-product-tabs #reply-title,
body.single-product.woocommerce-page div.product .ng-product-tabs #reply-title {
  color: #11161f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.single-product.woocommerce div.product .ng-product-tabs #reviews #comments .woocommerce-noreviews,
body.single-product.woocommerce-page div.product .ng-product-tabs #reviews #comments .woocommerce-noreviews {
  margin: 0;
  padding: 18px 22px;
  border: 1px solid rgba(17, 22, 31, 0.08);
  border-radius: 18px;
  background: #f7f8fa;
  color: #5f6271;
}

body.single-product.woocommerce div.product .ng-product-tabs #review_form_wrapper,
body.single-product.woocommerce-page div.product .ng-product-tabs #review_form_wrapper {
  margin-top: 22px;
  padding: 24px 26px;
  border: 1px solid rgba(17, 22, 31, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
}

body.single-product.woocommerce div.product .ng-product-tabs .comment-form-rating label,
body.single-product.woocommerce-page div.product .ng-product-tabs .comment-form-rating label {
  color: #11161f;
  font-weight: 600;
}

body.single-product.woocommerce div.product .ng-product-tabs p.stars a,
body.single-product.woocommerce-page div.product .ng-product-tabs p.stars a {
  color: #0089f7;
}

@media (max-width: 959px) {
  body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-panel,
  body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-panel,
  body.single-product.woocommerce div.product .ng-product-tabs #review_form_wrapper,
  body.single-product.woocommerce-page div.product .ng-product-tabs #review_form_wrapper {
    padding: 24px;
  }

  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes th,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes th {
    width: 150px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  body.single-product.woocommerce div.product .ng-product-tabs {
    margin-top: 30px;
  }

  body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav,
  body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav {
    gap: 10px;
    margin-bottom: 14px;
  }

  body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li,
  body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li {
    width: calc(50% - 5px);
  }

  body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-nav li a,
  body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-nav li a {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 15px;
  }

  body.single-product.woocommerce div.product .ng-product-tabs .ui-tabs-panel,
  body.single-product.woocommerce-page div.product .ng-product-tabs .ui-tabs-panel,
  body.single-product.woocommerce div.product .ng-product-tabs #review_form_wrapper,
  body.single-product.woocommerce-page div.product .ng-product-tabs #review_form_wrapper {
    padding: 18px;
    border-radius: 20px;
  }

  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes,
  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes tbody,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes tbody,
  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes tr,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes tr,
  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes th,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes th,
  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes td,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes td {
    display: block;
    width: 100%;
  }

  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes tr,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes tr {
    padding: 14px 0;
  }

  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes th,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes th {
    padding: 0 0 6px;
  }

  body.single-product.woocommerce div.product .ng-product-tabs table.woocommerce-product-attributes td,
  body.single-product.woocommerce-page div.product .ng-product-tabs table.woocommerce-product-attributes td {
    padding: 0 0 16px;
    font-size: 15px;
  }

  body.single-product.woocommerce div.product .ng-product-tabs .woocommerce-Reviews-title,
  body.single-product.woocommerce-page div.product .ng-product-tabs .woocommerce-Reviews-title,
  body.single-product.woocommerce div.product .ng-product-tabs #reply-title,
  body.single-product.woocommerce-page div.product .ng-product-tabs #reply-title {
    font-size: 20px;
  }
}
