/* Category page: industrial layout + neumorphic category sidebar (#product-category) */
#product-category {
  --cat-anthracite: #1a1a1a;
  --cat-silver: #f5f5f5;
  --cat-base: #e8eaef;
  --cat-surface: #eef0f4;
  --cat-border: #dde1e8;
  --cat-muted: #6b7280;
  font-family: "Montserrat", Inter, "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 40px;
}

#product-category .breadcrumb {
  margin: 14px 0 18px;
  padding: 12px 16px;
  background: var(--cat-surface);
  border: 1px solid var(--cat-border);
  border-radius: 0;
  box-shadow: 4px 4px 10px rgba(15, 23, 42, 0.06),
    -3px -3px 8px rgba(255, 255, 255, 0.85);
}

#product-category .breadcrumb > li,
#product-category .breadcrumb a {
  color: var(--cat-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#product-category .breadcrumb li:last-child,
#product-category .breadcrumb li:last-child a {
  color: var(--cat-anthracite);
  font-weight: 600;
}

/* Refine search — text-only tabs */
#product-category .category-refine-tabs {
  margin: 8px 0 24px;
}

#product-category .category-refine-tabs__heading {
  font-family: "Montserrat", Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cat-anthracite);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--cat-border);
}

#product-category .category-refine-tabs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: stretch;
}

#product-category .category-refine-tabs__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

#product-category .category-refine-tabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  font-family: "Montserrat", Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--cat-anthracite);
  background: var(--cat-surface);
  border: 1px solid var(--cat-border);
  box-shadow: 3px 3px 8px rgba(15, 23, 42, 0.06),
    -2px -2px 6px rgba(255, 255, 255, 0.9);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
  max-width: 100%;
}

#product-category .category-refine-tabs__tab:hover,
#product-category .category-refine-tabs__tab:focus {
  text-decoration: none;
  color: #fff;
  background: var(--cat-anthracite);
  border-color: var(--cat-anthracite);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
}

/* Filter toolbar */
#product-category .filter-wrapper {
  margin: 20px 0 8px;
  padding: 14px 16px;
  background: var(--cat-surface);
  border: 1px solid var(--cat-border);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.7),
    inset -1px -1px 2px rgba(15, 23, 42, 0.04),
    4px 4px 12px rgba(15, 23, 42, 0.05);
  align-items: flex-end;
}

#product-category .filter-wrapper .btn-group .btn {
  border-radius: 0;
  border: 1px solid var(--cat-border);
  background: #f3f4f7;
  color: var(--cat-anthracite);
  box-shadow: 2px 2px 4px rgba(15, 23, 42, 0.06),
    -1px -1px 3px rgba(255, 255, 255, 0.9);
}

#product-category .filter-wrapper .btn-group .btn.active,
#product-category .filter-wrapper .btn-group .btn:hover {
  background: var(--cat-anthracite);
  color: #fff;
  border-color: var(--cat-anthracite);
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}

#product-category .filter-wrapper .form-control,
#product-category .filter-wrapper .input-group-addon {
  border-radius: 0;
  border-color: var(--cat-border);
  font-size: 12px;
  box-shadow: inset 2px 2px 4px rgba(15, 23, 42, 0.04);
}

#product-category .filter-wrapper #compare-total {
  color: var(--cat-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#product-category .filter-wrapper #compare-total:hover {
  color: var(--cat-anthracite);
}

/* ——— Neumorphic category sidebar (#column-left; vars local so it works on any layout) ——— */
#column-left .category-sidebar-neo {
  --cat-anthracite: #1a1a1a;
  --cat-surface: #eef0f4;
  --cat-base: #e8eaef;
  --cat-border: #dde1e8;
  --cat-muted: #6b7280;
  padding: 4px;
  background: var(--cat-base);
  border-radius: 2px;
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255, 0.65),
    inset -2px -2px 8px rgba(15, 23, 42, 0.08);
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
}

#column-left .category-sidebar-neo__title {
  margin: 0;
  padding: 16px 18px 14px;
  font-family: "Montserrat", Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cat-anthracite);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

#column-left .category-sidebar-neo__nav {
  list-style: none;
  padding: 12px 10px 16px;
  margin: 0;
  background: transparent;
}

/* Grid: title + chevron stay on one row (long labels no longer push toggle below) */
#column-left .category-sidebar-neo__nav > li.panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  column-gap: 6px;
  row-gap: 0;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

#column-left .category-sidebar-neo__nav > li.panel:has(> a.toggle-icon) {
  grid-template-columns: minmax(0, 1fr) 28px;
}

#column-left .category-sidebar-neo__nav > li.panel > a.category-href {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 12px 14px 12px 16px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Montserrat", Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--cat-anthracite);
  text-decoration: none;
  background: var(--cat-surface);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 10px rgba(15, 23, 42, 0.07),
    -3px -3px 8px rgba(255, 255, 255, 0.85);
  transition: box-shadow 0.3s ease, transform 0.25s ease;
}

#column-left .category-sidebar-neo__nav > li.panel:not(:has(> a.toggle-icon)) > a.category-href {
  grid-column: 1 / -1;
}

#column-left .category-sidebar-neo__nav > li.panel > a.category-href:before {
  display: none;
}

#column-left .category-sidebar-neo__nav > li.panel > a.category-href:hover {
  box-shadow: 5px 5px 12px rgba(15, 23, 42, 0.09),
    -2px -2px 6px rgba(255, 255, 255, 0.9);
}

#column-left .category-sidebar-neo__nav > li.panel.active > a.category-href {
  color: #fff;
  background: linear-gradient(145deg, #2a2a2a, var(--cat-anthracite));
  border-color: #0f0f0f;
  box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.35),
    inset -1px -1px 4px rgba(255, 255, 255, 0.06);
}

#column-left .category-sidebar-neo__nav > li.panel > a.toggle-icon {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  float: none;
  position: static;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  color: var(--cat-muted);
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(15, 23, 42, 0.06),
    -1px -1px 3px rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

#column-left .category-sidebar-neo__nav > li.panel.active > a.toggle-icon {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.1);
}

#column-left .category-sidebar-neo__nav > li.panel > ul.panel-collapse {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin: 8px 0 0;
  padding: 8px 8px 8px 12px;
  list-style: none;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: inset 2px 2px 6px rgba(15, 23, 42, 0.05),
    inset -1px -1px 4px rgba(255, 255, 255, 0.6);
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  padding: 8px 4px;
  margin: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li:has(> a.toggle-icon) {
  grid-template-columns: minmax(0, 1fr) 26px;
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li:last-child {
  border-bottom: none;
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li > a:not(.toggle-icon) {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-family: "Montserrat", Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--cat-muted);
  padding-left: 4px;
  text-decoration: none;
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li > a:not(.toggle-icon):hover {
  color: var(--cat-anthracite);
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li > a.toggle-icon {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  float: none;
  position: static;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  color: var(--cat-muted);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(15, 23, 42, 0.05),
    -1px -1px 2px rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li > ul.panel-collapse {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin: 6px 0 0;
  padding: 6px 6px 6px 10px;
  list-style: none;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: inset 1px 1px 4px rgba(15, 23, 42, 0.04);
}

#column-left .category-sidebar-neo__nav ul.panel-collapse > li.active > a:not(.toggle-icon) {
  color: var(--cat-anthracite);
  font-weight: 700;
  padding-left: 8px;
  border-left: 3px solid var(--cat-anthracite);
  margin-left: -4px;
}

#product-category .category-empty-state {
  margin-top: 8px;
  padding: 40px 28px 44px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--cat-border);
  box-shadow: 5px 5px 14px rgba(15, 23, 42, 0.06),
    -3px -3px 10px rgba(255, 255, 255, 0.95);
}

#product-category .category-empty-state__icon {
  font-size: 36px;
  color: var(--cat-border);
  margin-bottom: 16px;
  line-height: 1;
}

#product-category .category-empty-state__title {
  font-family: "Montserrat", Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cat-anthracite);
  margin: 0 0 12px;
}

#product-category .category-empty-state__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--cat-muted);
  max-width: 420px;
  margin: 0 auto 28px;
}

#product-category .category-empty-state__actions {
  display: flex;
  justify-content: center;
}

#product-category .category-empty-state__btn {
  display: inline-block;
  min-width: 200px;
  padding: 14px 28px;
  font-family: "Montserrat", Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--cat-anthracite);
  background: transparent;
  border: 1.5px solid var(--cat-anthracite);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.35s cubic-bezier(0.83, 0, 0.17, 1);
}

#product-category .category-empty-state__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 120%;
  height: 100%;
  background-color: var(--cat-anthracite);
  z-index: -1;
  transform: skewX(-18deg);
  transition: left 0.45s cubic-bezier(0.83, 0, 0.17, 1);
}

#product-category .category-empty-state__btn:hover,
#product-category .category-empty-state__btn:focus {
  color: #fff;
  text-decoration: none;
}

#product-category .category-empty-state__btn:hover::before,
#product-category .category-empty-state__btn:focus-visible::before {
  left: -10%;
}

/* —— List view: industrial row (category / search / manufacturer) —— */
#product-category .xsrupb-list-fixed,
#product-search .xsrupb-list-fixed,
#product-manufacturer .xsrupb-list-fixed,
#product-special .xsrupb-list-fixed {
  --list-anthracite: #1a1a1a;
  --list-muted: #888;
  --list-border: #f0f0f0;
  font-family: "Montserrat", Inter, "Open Sans", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0 8px;
  background: #fff;
  color: var(--list-anthracite);
  -webkit-font-smoothing: antialiased;
}

#product-category .xsrupb-list-fixed .product-wrapper .product-layout.product-list,
#product-search .xsrupb-list-fixed .product-wrapper .product-layout.product-list,
#product-manufacturer .xsrupb-list-fixed .product-wrapper .product-layout.product-list,
#product-special .xsrupb-list-fixed .product-wrapper .product-layout.product-list {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  float: none;
}

#product-category .fixed-list-item,
#product-search .fixed-list-item,
#product-manufacturer .fixed-list-item,
#product-special .fixed-list-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 36px 0;
  border-bottom: 1px dashed var(--list-border);
  transition: background 0.3s ease;
}

#product-category .fixed-list-item:last-child,
#product-search .fixed-list-item:last-child,
#product-manufacturer .fixed-list-item:last-child,
#product-special .fixed-list-item:last-child {
  border-bottom: none;
}

#product-category .fixed-list-item:hover,
#product-search .fixed-list-item:hover,
#product-manufacturer .fixed-list-item:hover,
#product-special .fixed-list-item:hover {
  background: #fbfbfb;
}

#product-category .fixed-image-wrapper,
#product-search .fixed-image-wrapper,
#product-manufacturer .fixed-image-wrapper,
#product-special .fixed-image-wrapper {
  width: 220px;
  min-width: 220px;
  min-height: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}

#product-category .fixed-image-link,
#product-search .fixed-image-link,
#product-manufacturer .fixed-image-link,
#product-special .fixed-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#product-category .fixed-image-wrapper img,
#product-search .fixed-image-wrapper img,
#product-manufacturer .fixed-image-wrapper img,
#product-special .fixed-image-wrapper img {
  max-width: 90%;
  max-height: 150px;
  width: auto;
  height: auto;
  opacity: 0.92;
}

#product-category .fixed-item-main,
#product-search .fixed-item-main,
#product-manufacturer .fixed-item-main,
#product-special .fixed-item-main {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  min-width: 0;
  padding-left: 36px;
  gap: 24px;
}

#product-category .fixed-item-details,
#product-search .fixed-item-details,
#product-manufacturer .fixed-item-details,
#product-special .fixed-item-details {
  flex: 1;
  min-width: 0;
  padding-right: 12px;
}

#product-category .fixed-sku,
#product-search .fixed-sku,
#product-manufacturer .fixed-sku,
#product-special .fixed-sku {
  font-size: 9px;
  font-weight: 800;
  color: #c4c4c4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#product-category .fixed-rating-wrap,
#product-search .fixed-rating-wrap,
#product-manufacturer .fixed-rating-wrap,
#product-special .fixed-rating-wrap {
  margin-bottom: 10px;
}

#product-category .fixed-inline-rating.rating .fa-stack,
#product-search .fixed-inline-rating.rating .fa-stack,
#product-manufacturer .fixed-inline-rating.rating .fa-stack,
#product-special .fixed-inline-rating.rating .fa-stack {
  font-size: 12px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-right: 2px;
}

#product-category .fixed-inline-rating.rating .fa-stack .fa-star,
#product-search .fixed-inline-rating.rating .fa-stack .fa-star,
#product-manufacturer .fixed-inline-rating.rating .fa-stack .fa-star,
#product-special .fixed-inline-rating.rating .fa-stack .fa-star {
  font-size: 12px;
  color: var(--list-anthracite);
}

#product-category .fixed-inline-rating.rating .fa-stack .fa-star.off,
#product-search .fixed-inline-rating.rating .fa-stack .fa-star.off,
#product-manufacturer .fixed-inline-rating.rating .fa-stack .fa-star.off,
#product-special .fixed-inline-rating.rating .fa-stack .fa-star.off {
  color: #d1d5db;
}

#product-category .fixed-title,
#product-search .fixed-title,
#product-manufacturer .fixed-title,
#product-special .fixed-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--list-anthracite);
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#product-category .fixed-title-link,
#product-search .fixed-title-link,
#product-manufacturer .fixed-title-link,
#product-special .fixed-title-link {
  color: inherit;
  text-decoration: none;
}

#product-category .fixed-title-link:hover,
#product-search .fixed-title-link:hover,
#product-manufacturer .fixed-title-link:hover,
#product-special .fixed-title-link:hover {
  color: var(--list-anthracite);
  text-decoration: none;
  opacity: 0.85;
}

#product-category .fixed-desc,
#product-search .fixed-desc,
#product-manufacturer .fixed-desc,
#product-special .fixed-desc {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--list-muted);
  margin: 0;
  max-width: 520px;
}

#product-category .fixed-tags,
#product-search .fixed-tags,
#product-manufacturer .fixed-tags,
#product-special .fixed-tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

#product-category .fixed-tag,
#product-search .fixed-tag,
#product-manufacturer .fixed-tag,
#product-special .fixed-tag {
  font-size: 9px;
  font-weight: 700;
  border: 1px solid #eee;
  color: #aaa;
  padding: 4px 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#product-category .fixed-spec-block,
#product-search .fixed-spec-block,
#product-manufacturer .fixed-spec-block,
#product-special .fixed-spec-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  max-width: 560px;
}

#product-category .fixed-spec-heading,
#product-search .fixed-spec-heading,
#product-manufacturer .fixed-spec-heading,
#product-special .fixed-spec-heading {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--list-anthracite);
  margin: 0 0 12px;
  padding: 0;
  border: none;
}

#product-category .fixed-spec-dl,
#product-search .fixed-spec-dl,
#product-manufacturer .fixed-spec-dl,
#product-special .fixed-spec-dl {
  margin: 0;
}

#product-category .fixed-spec-row,
#product-search .fixed-spec-row,
#product-manufacturer .fixed-spec-row,
#product-special .fixed-spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 11px;
  line-height: 1.5;
}

#product-category .fixed-spec-row:last-child,
#product-search .fixed-spec-row:last-child,
#product-manufacturer .fixed-spec-row:last-child,
#product-special .fixed-spec-row:last-child {
  border-bottom: none;
}

#product-category .fixed-spec-name,
#product-search .fixed-spec-name,
#product-manufacturer .fixed-spec-name,
#product-special .fixed-spec-name {
  flex: 0 0 38%;
  max-width: 200px;
  margin: 0;
  font-weight: 600;
  color: #9ca3af;
  letter-spacing: 0.04em;
}

#product-category .fixed-spec-value,
#product-search .fixed-spec-value,
#product-manufacturer .fixed-spec-value,
#product-special .fixed-spec-value {
  margin: 0;
  flex: 1;
  min-width: 120px;
  color: var(--list-anthracite);
  font-weight: 500;
}

#product-category .fixed-list-tools,
#product-search .fixed-list-tools,
#product-manufacturer .fixed-list-tools,
#product-special .fixed-list-tools {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}

#product-category .fixed-tool-btn,
#product-search .fixed-tool-btn,
#product-manufacturer .fixed-tool-btn,
#product-special .fixed-tool-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: var(--list-anthracite);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

#product-category .fixed-tool-btn:hover,
#product-search .fixed-tool-btn:hover,
#product-manufacturer .fixed-tool-btn:hover,
#product-special .fixed-tool-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

#product-category .fixed-item-actions,
#product-search .fixed-item-actions,
#product-manufacturer .fixed-item-actions,
#product-special .fixed-item-actions {
  width: 200px;
  min-width: 180px;
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 4px;
}

#product-category .fixed-price,
#product-search .fixed-price,
#product-manufacturer .fixed-price,
#product-special .fixed-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--list-anthracite);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#product-category .fixed-price-old,
#product-search .fixed-price-old,
#product-manufacturer .fixed-price-old,
#product-special .fixed-price-old {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
  margin-top: 6px;
  letter-spacing: 0;
}

#product-category .fixed-price-tax,
#product-search .fixed-price-tax,
#product-manufacturer .fixed-price-tax,
#product-special .fixed-price-tax {
  font-size: 10px;
  color: #9ca3af;
  margin: -8px 0 12px;
}

#product-category .fixed-btn-inquiry,
#product-search .fixed-btn-inquiry,
#product-manufacturer .fixed-btn-inquiry,
#product-special .fixed-btn-inquiry {
  display: inline-block;
  background: var(--list-anthracite);
  color: #fff !important;
  padding: 14px 28px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none !important;
  transition: opacity 0.3s ease, background 0.25s ease;
  border: 1px solid var(--list-anthracite);
}

#product-category .fixed-btn-inquiry:hover,
#product-search .fixed-btn-inquiry:hover,
#product-manufacturer .fixed-btn-inquiry:hover,
#product-special .fixed-btn-inquiry:hover {
  opacity: 0.88;
  color: #fff !important;
}

@media (max-width: 991px) {
  #product-category .fixed-item-main,
  #product-search .fixed-item-main,
  #product-manufacturer .fixed-item-main,
  #product-special .fixed-item-main {
    flex-direction: column;
    padding-left: 20px;
  }

  #product-category .fixed-item-actions,
  #product-search .fixed-item-actions,
  #product-manufacturer .fixed-item-actions,
  #product-special .fixed-item-actions {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }
}

@media (max-width: 768px) {
  #product-category .fixed-list-item,
  #product-search .fixed-list-item,
  #product-manufacturer .fixed-list-item,
  #product-special .fixed-list-item {
    flex-direction: column;
    align-items: stretch;
    padding: 28px 0;
  }

  #product-category .fixed-image-wrapper,
  #product-search .fixed-image-wrapper,
  #product-manufacturer .fixed-image-wrapper,
  #product-special .fixed-image-wrapper {
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin-bottom: 16px;
    justify-content: flex-start;
  }

  #product-category .fixed-item-main,
  #product-search .fixed-item-main,
  #product-manufacturer .fixed-item-main,
  #product-special .fixed-item-main {
    padding-left: 0;
  }

  #product-category .fixed-desc,
  #product-search .fixed-desc,
  #product-manufacturer .fixed-desc,
  #product-special .fixed-desc {
    max-width: none;
  }
}
