body.rppe-product-polish-enabled.single-product {
  --rppe-dark: #0d141c;
  --rppe-dark-2: #151c24;
  --rppe-red: #e73337;
  --rppe-blue: #187db3;
  --rppe-border: #d9dee3;
  --rppe-soft: #f3f5f7;
  --rppe-text: #20262d;
}

body.rppe-product-polish-enabled.single-product .summary,
body.rppe-product-polish-enabled.single-product .entry-summary {
  position: relative;
}

body.rppe-product-polish-enabled.single-product .product_title,
body.rppe-product-polish-enabled.single-product .summary .product_title {
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin-bottom: 14px;
}

body.rppe-product-polish-enabled.single-product .summary .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--rppe-border);
}

body.rppe-product-polish-enabled.single-product .summary .price ins,
body.rppe-product-polish-enabled.single-product .summary .price .amount,
body.rppe-product-polish-enabled.single-product .summary .price bdi {
  color: var(--rppe-red);
  font-weight: 800;
}

body.rppe-product-polish-enabled.single-product .summary .price del,
body.rppe-product-polish-enabled.single-product .summary .price del .amount,
body.rppe-product-polish-enabled.single-product .summary .price del bdi {
  color: #9aa1a9;
  font-weight: 500;
}

.rppe-maker-badge {
  float: right;
  width: 132px;
  min-height: 62px;
  margin: 0 0 12px 22px;
  padding: 12px 14px;
  border: 1px solid #e4e7ea;
  background: linear-gradient(135deg, #fff, #f5f7f9);
  box-shadow: 0 8px 28px rgba(9, 18, 28, 0.06);
  text-align: left;
}

.rppe-maker-badge .rppe-maker-kicker,
.rppe-maker-badge span {
  display: block;
  font-size: 9px;
  line-height: 1.25;
  color: #77808a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rppe-maker-badge strong {
  display: block;
  margin: 4px 0;
  color: var(--rppe-dark);
  font-size: 13px;
  letter-spacing: -0.01em;
}

.rppe-product-info-box,
.rppe-technical-data-box {
  position: relative;
  clear: both;
  margin: 18px 0;
  padding: 22px 24px;
  border: 1px solid var(--rppe-border);
  background:
    linear-gradient(90deg, rgba(24,125,179,0.08), rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #fff, #f9fafb);
  box-shadow: 0 14px 36px rgba(12, 22, 34, 0.07);
  overflow: hidden;
}

.rppe-product-info-box::before,
.rppe-technical-data-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.20;
  background-image:
    linear-gradient(to right, rgba(10,20,30,.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10,20,30,.14) 1px, transparent 1px);
  background-size: 32px 32px;
}

.rppe-product-info-box > *,
.rppe-technical-data-box > * {
  position: relative;
  z-index: 1;
}

.rppe-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rppe-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.rppe-section-label::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--rppe-red);
}

.rppe-product-info-box h2,
.rppe-technical-data-box h2 {
  margin: 0 0 12px;
  color: var(--rppe-dark);
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.rppe-product-info-content {
  color: #4f5963;
  font-size: 14px;
  line-height: 1.75;
}

.rppe-product-info-content ul,
.rppe-product-info-content ol {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}

.rppe-product-info-content li {
  position: relative;
  padding-left: 22px;
  margin: 6px 0;
}

.rppe-product-info-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rppe-blue);
  font-weight: 900;
}

.rppe-tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.rppe-tech-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(24,125,179,0.24);
  background: rgba(24,125,179,0.075);
  color: #172838;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.rppe-technical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rppe-technical-item {
  min-height: 58px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.84);
  border: 1px solid #e0e4e8;
}

.rppe-technical-item span {
  display: block;
  margin-bottom: 4px;
  color: #6c747d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rppe-technical-item strong {
  color: var(--rppe-dark);
  font-size: 13px;
  line-height: 1.35;
}

body.rppe-hide-summary-attribute-tables.single-product .summary table.shop_attributes,
body.rppe-hide-summary-attribute-tables.single-product .entry-summary table.shop_attributes,
body.rppe-hide-summary-attribute-tables.single-product .summary .woocommerce-product-attributes,
body.rppe-hide-summary-attribute-tables.single-product .entry-summary .woocommerce-product-attributes {
  display: none !important;
}

body.rppe-product-polish-enabled.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: 18px;
  padding: 18px;
  background: var(--rppe-dark);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 42px rgba(9,18,28,0.20);
}

body.rppe-product-polish-enabled.single-product form.cart::before {
  content: "Sofort bestellbar";
  flex: 0 0 100%;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

body.rppe-product-polish-enabled.single-product form.cart .quantity {
  margin: 0 !important;
}

body.rppe-product-polish-enabled.single-product form.cart .quantity input,
body.rppe-product-polish-enabled.single-product form.cart .quantity .minus,
body.rppe-product-polish-enabled.single-product form.cart .quantity .plus {
  min-height: 46px;
  border-color: rgba(255,255,255,0.16) !important;
}

body.rppe-product-polish-enabled.single-product form.cart .single_add_to_cart_button,
body.rppe-product-polish-enabled.single-product .single_add_to_cart_button.button {
  min-height: 46px;
  padding-left: 24px !important;
  padding-right: 24px !important;
  background: var(--rppe-red) !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(231,51,55,0.28);
}

body.rppe-product-polish-enabled.single-product .product .onsale,
body.rppe-product-polish-enabled.single-product .product-labels .onsale,
body.rppe-product-polish-enabled.single-product .product-label.onsale {
  background: var(--rppe-red) !important;
  color: #fff !important;
  font-weight: 900;
}

body.rppe-product-polish-enabled.single-product .woocommerce-product-gallery {
  position: relative;
}

body.rppe-product-polish-enabled.single-product .woocommerce-product-gallery img {
  background: #eef1f3;
}

@media (max-width: 768px) {
  .rppe-maker-badge {
    float: none;
    width: auto;
    margin: 0 0 14px;
  }
  .rppe-product-info-box,
  .rppe-technical-data-box {
    padding: 18px 16px;
  }
  .rppe-technical-grid {
    grid-template-columns: 1fr;
  }
  body.rppe-product-polish-enabled.single-product form.cart {
    padding: 14px;
  }
}

/* v0.1.1 — archive/category product list polish */
body.rppe-archive-polish-enabled {
  --rppe-dark: #0d141c;
  --rppe-dark-2: #151c24;
  --rppe-red: #e73337;
  --rppe-blue: #187db3;
  --rppe-border: #d9dee3;
  --rppe-soft: #f3f5f7;
  --rppe-text: #20262d;
}

body.rppe-archive-polish-enabled .products .product,
body.rppe-archive-polish-enabled .wd-products .wd-product,
body.rppe-archive-polish-enabled .product-grid-item {
  --rppe-card-bg: #ffffff;
}

body.rppe-archive-polish-enabled .product-list-item .product-wrapper,
body.rppe-archive-polish-enabled .products .product.product-list-item,
body.rppe-archive-polish-enabled .wd-product.product-list-item .product-wrapper,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .product-wrapper {
  position: relative;
  padding: 18px 18px 18px 20px;
  border: 1px solid #e2e7ec;
  background:
    linear-gradient(90deg, rgba(24,125,179,0.055), rgba(255,255,255,0) 38%),
    linear-gradient(180deg, #ffffff, #fbfcfd);
  box-shadow: 0 12px 30px rgba(10, 18, 28, 0.055);
  overflow: hidden;
}

body.rppe-archive-polish-enabled .product-list-item .product-wrapper::before,
body.rppe-archive-polish-enabled .products .product.product-list-item::before,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .product-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image:
    linear-gradient(to right, rgba(10,20,30,.16) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10,20,30,.16) 1px, transparent 1px);
  background-size: 32px 32px;
}

body.rppe-archive-polish-enabled .product-list-item .product-wrapper > *,
body.rppe-archive-polish-enabled .products .product.product-list-item > *,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .product-wrapper > * {
  position: relative;
  z-index: 1;
}

body.rppe-archive-polish-enabled .product-list-item .product-element-top,
body.rppe-archive-polish-enabled .product-list-item .product-image-link,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .product-element-top {
  background:
    linear-gradient(180deg, #eef1f3, #e3e7eb),
    repeating-linear-gradient(0deg, rgba(10,20,30,.10) 0, rgba(10,20,30,.10) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(90deg, rgba(10,20,30,.10) 0, rgba(10,20,30,.10) 1px, transparent 1px, transparent 24px);
  border: 1px solid #dce2e8;
}

body.rppe-archive-polish-enabled .product-list-item .product-element-top img,
body.rppe-archive-polish-enabled .product-list-item .product-image-link img,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .product-element-top img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

body.rppe-archive-polish-enabled .product-list-item .product-title,
body.rppe-archive-polish-enabled .product-list-item .wd-entities-title,
body.rppe-archive-polish-enabled .wd-products.list .product-title,
body.rppe-archive-polish-enabled .wd-products.list .wd-entities-title {
  margin-bottom: 7px;
  color: var(--rppe-dark);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

body.rppe-archive-polish-enabled .product-list-item .price,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .price {
  margin: 0 0 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e4e9ee;
}

body.rppe-archive-polish-enabled .product-list-item .price ins,
body.rppe-archive-polish-enabled .product-list-item .price .amount,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .price ins,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .price .amount {
  color: var(--rppe-red);
  font-weight: 900;
}

.rppe-loop-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 7px 0 8px;
}

.rppe-loop-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 7px;
  border: 1px solid rgba(24,125,179,0.24);
  background: rgba(24,125,179,0.07);
  color: #172838;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.rppe-archive-polish-enabled .product-list-item table.shop_attributes,
body.rppe-archive-polish-enabled .wd-products.list table.shop_attributes,
body.rppe-archive-polish-enabled .product-list-item .woocommerce-product-attributes,
body.rppe-archive-polish-enabled .wd-products.list .woocommerce-product-attributes {
  width: 100%;
  margin: 10px 0 12px;
  border: 1px solid #e2e7ec;
  background: rgba(255,255,255,.82);
  font-size: 11px;
}

body.rppe-archive-polish-enabled .product-list-item table.shop_attributes tr,
body.rppe-archive-polish-enabled .wd-products.list table.shop_attributes tr,
body.rppe-archive-polish-enabled .product-list-item .woocommerce-product-attributes tr,
body.rppe-archive-polish-enabled .wd-products.list .woocommerce-product-attributes tr {
  border-bottom: 1px solid #edf0f3;
}

body.rppe-archive-polish-enabled .product-list-item table.shop_attributes th,
body.rppe-archive-polish-enabled .product-list-item table.shop_attributes td,
body.rppe-archive-polish-enabled .wd-products.list table.shop_attributes th,
body.rppe-archive-polish-enabled .wd-products.list table.shop_attributes td,
body.rppe-archive-polish-enabled .product-list-item .woocommerce-product-attributes th,
body.rppe-archive-polish-enabled .product-list-item .woocommerce-product-attributes td {
  padding: 6px 8px;
  border: 0;
  text-align: left;
  vertical-align: top;
}

body.rppe-archive-polish-enabled .product-list-item table.shop_attributes th,
body.rppe-archive-polish-enabled .wd-products.list table.shop_attributes th,
body.rppe-archive-polish-enabled .product-list-item .woocommerce-product-attributes th {
  width: 112px;
  color: #66717c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.rppe-archive-polish-enabled .product-list-item table.shop_attributes td,
body.rppe-archive-polish-enabled .wd-products.list table.shop_attributes td,
body.rppe-archive-polish-enabled .product-list-item .woocommerce-product-attributes td {
  color: var(--rppe-dark);
  font-weight: 700;
}

body.rppe-archive-polish-enabled .product-list-item .add_to_cart_button,
body.rppe-archive-polish-enabled .product-list-item .button,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .add_to_cart_button,
body.rppe-archive-polish-enabled .wd-products.list .wd-product .button {
  background: var(--rppe-red) !important;
  color: #fff !important;
  border: 0 !important;
  min-height: 36px;
  padding: 10px 16px !important;
  box-shadow: 0 10px 24px rgba(231,51,55,.20);
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* v0.1.1 — long product description polish */
body.rppe-description-polish-enabled.single-product .rppe-longdesc-industrial,
body.rppe-description-polish-enabled.single-product .woocommerce-Tabs-panel--description,
body.rppe-description-polish-enabled.single-product .woocommerce-product-details__short-description + .woocommerce-tabs .panel {
  color: #313942;
}

.rppe-longdesc-industrial {
  position: relative;
  max-width: 980px;
  margin: 0 auto 50px;
  padding: 34px 38px;
  border: 1px solid #e0e5ea;
  background:
    linear-gradient(90deg, rgba(24,125,179,0.055), rgba(255,255,255,0) 44%),
    linear-gradient(180deg, #fff, #fafbfc);
  box-shadow: 0 18px 44px rgba(10,18,28,.06);
  overflow: hidden;
}

.rppe-longdesc-industrial::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background-image:
    linear-gradient(to right, rgba(10,20,30,.16) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10,20,30,.16) 1px, transparent 1px);
  background-size: 32px 32px;
}

.rppe-longdesc-industrial > * {
  position: relative;
  z-index: 1;
}

.rppe-longdesc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--rppe-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rppe-longdesc-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--rppe-red);
}

.rppe-longdesc-industrial h1,
.rppe-longdesc-industrial h2,
.rppe-longdesc-industrial h3,
.rppe-longdesc-industrial h4 {
  color: var(--rppe-dark);
  line-height: 1.16;
  letter-spacing: -.025em;
}

.rppe-longdesc-industrial h1 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 38px);
}

.rppe-longdesc-industrial h2 {
  margin: 32px 0 12px;
  padding-top: 24px;
  border-top: 1px solid #e1e6eb;
  font-size: clamp(21px, 2.2vw, 30px);
}

.rppe-longdesc-industrial h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.rppe-longdesc-industrial h3 {
  margin: 24px 0 10px;
  font-size: 18px;
}

.rppe-longdesc-industrial p {
  margin: 0 0 12px;
  color: #48525d;
  font-size: 15px;
  line-height: 1.78;
}

.rppe-longdesc-industrial ul,
.rppe-longdesc-industrial ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}

.rppe-longdesc-industrial li {
  position: relative;
  min-height: 38px;
  padding: 10px 12px 10px 34px;
  border: 1px solid #e3e8ed;
  background: rgba(255,255,255,.78);
  color: #2d3741;
  font-size: 13px;
  line-height: 1.45;
}

.rppe-longdesc-industrial li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 15px;
  width: 8px;
  height: 8px;
  background: var(--rppe-red);
  box-shadow: 0 0 0 4px rgba(231,51,55,.10);
}

.rppe-longdesc-industrial strong,
.rppe-longdesc-industrial b {
  color: #151c24;
  font-weight: 900;
}

.rppe-longdesc-industrial hr {
  border: 0;
  border-top: 1px solid #e1e6eb;
  margin: 26px 0;
}

.rppe-longdesc-industrial table {
  width: 100%;
  margin: 18px 0 24px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e2e7ec;
}

.rppe-longdesc-industrial table th,
.rppe-longdesc-industrial table td {
  padding: 11px 13px;
  border-bottom: 1px solid #edf0f3;
  text-align: left;
  vertical-align: top;
}

.rppe-longdesc-industrial table th {
  color: #66717c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rppe-longdesc-industrial table td {
  color: var(--rppe-dark);
  font-weight: 700;
}

@media (max-width: 768px) {
  .rppe-longdesc-industrial {
    padding: 24px 18px;
    margin-bottom: 32px;
  }
  .rppe-longdesc-industrial ul,
  .rppe-longdesc-industrial ol {
    grid-template-columns: 1fr;
  }
  body.rppe-archive-polish-enabled .product-list-item .product-wrapper,
  body.rppe-archive-polish-enabled .products .product.product-list-item,
  body.rppe-archive-polish-enabled .wd-products.list .wd-product .product-wrapper {
    padding: 14px;
  }
}

/* v0.1.2 — Rambach technical filter widget */
.rppe-filter-widget {
  --rppe-dark: #0d141c;
  --rppe-dark-2: #151c24;
  --rppe-red: #e73337;
  --rppe-blue: #187db3;
  --rppe-border: #d9dee3;
  position: relative;
  margin: 0 0 28px;
  padding: 0;
  background: #0d141c;
  color: #dfe7ef;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 48px rgba(7,14,22,.24);
  overflow: hidden;
}

.rppe-filter-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
}

.rppe-filter-widget::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--rppe-red), var(--rppe-blue));
}

.rppe-filter-widget > * {
  position: relative;
  z-index: 1;
}

.rppe-filter-head {
  padding: 22px 22px 18px 24px;
  background:
    radial-gradient(circle at 90% 0%, rgba(24,125,179,.22), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,0));
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.rppe-filter-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rppe-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rppe-filter-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--rppe-red);
}

.rppe-filter-head h3 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-transform: none;
}

.rppe-filter-head p {
  margin: 0;
  color: rgba(223,231,239,.72);
  font-size: 12px;
  line-height: 1.55;
}

.rppe-filter-section {
  padding: 0 18px 18px 22px;
}

.rppe-filter-title {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: left;
  text-transform: uppercase;
  cursor: default;
}

.rppe-filter-title::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background: var(--rppe-red);
  box-shadow: 0 0 0 4px rgba(231,51,55,.12);
}

.rppe-filter-options {
  display: grid;
  gap: 7px;
}

.rppe-filter-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.045);
  color: rgba(245,248,251,.88);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.rppe-filter-options a:hover {
  border-color: rgba(24,125,179,.48);
  background: rgba(24,125,179,.12);
  color: #fff;
  transform: translateX(2px);
}

.rppe-filter-options a.is-active {
  border-color: rgba(231,51,55,.62);
  background: rgba(231,51,55,.16);
  color: #fff;
}

.rppe-filter-options a em {
  min-width: 24px;
  padding: 3px 6px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.64);
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.rppe-filter-active {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 16px 18px 2px 22px;
}

.rppe-filter-active > span {
  flex: 0 0 100%;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rppe-filter-active a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  background: rgba(231,51,55,.15);
  border: 1px solid rgba(231,51,55,.32);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none !important;
}

.rppe-filter-active .rppe-filter-reset {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
}

@media (max-width: 768px) {
  .rppe-filter-head {
    padding: 18px 18px 15px 20px;
  }
  .rppe-filter-section {
    padding-left: 20px;
    padding-right: 16px;
  }
}


/* v0.1.6 Gallery Layout Rescue — optional Woodmart fallback only when rppe-gallery-layout-rescued class is injected */
.rppe-product-polish-enabled .woocommerce-product-gallery.rppe-gallery-layout-rescued {
    display: block !important;
}
.rppe-product-polish-enabled .woocommerce-product-gallery.rppe-gallery-layout-rescued .wd-gallery-images {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.rppe-product-polish-enabled .woocommerce-product-gallery.rppe-gallery-layout-rescued .wd-gallery-thumb {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
}
.rppe-product-polish-enabled .woocommerce-product-gallery.rppe-gallery-layout-rescued .wd-gallery-thumb .wd-carousel-wrap {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
}
.rppe-product-polish-enabled .woocommerce-product-gallery.rppe-gallery-layout-rescued .wd-gallery-thumb .wd-carousel-item {
    flex: 0 0 92px !important;
    max-width: 92px !important;
}

/* v0.1.7 — Description Cleaner / Technical Copy Formatter */
.rppe-desc-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 12px;
  border: 1px solid #e3e8ed;
  background: rgba(255,255,255,.72);
}

.rppe-desc-nav span {
  margin-right: 4px;
  color: #65717c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rppe-desc-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(24,125,179,.22);
  background: rgba(24,125,179,.065);
  color: #172838;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .035em;
  transition: all .18s ease;
}

.rppe-desc-nav a:hover {
  border-color: rgba(231,51,55,.42);
  background: rgba(231,51,55,.075);
  color: var(--rppe-red);
}

.rppe-desc-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 24px;
}

.rppe-desc-facts div {
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid #e1e7ed;
  background: rgba(255,255,255,.84);
}

.rppe-desc-facts span {
  display: block;
  margin-bottom: 5px;
  color: #65717c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rppe-desc-facts strong {
  display: block;
  color: #151c24;
  font-size: 13px;
  line-height: 1.28;
}

.rppe-desc-flow {
  position: relative;
}

.rppe-desc-flow > h2,
.rppe-desc-flow > h3 {
  scroll-margin-top: 110px;
}

.rppe-longdesc-industrial .rppe-desc-flow > h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rppe-longdesc-industrial .rppe-desc-flow > h2::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background: var(--rppe-red);
  box-shadow: 0 0 0 5px rgba(231,51,55,.10);
}

.rppe-longdesc-industrial .rppe-desc-flow > h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(24,125,179,.18);
  background: rgba(24,125,179,.055);
  color: #172838;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.rppe-longdesc-industrial .rppe-desc-flow > h3::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--rppe-blue);
}

.rppe-longdesc-industrial .rppe-desc-feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rppe-longdesc-industrial p:empty {
  display: none;
}

@media (max-width: 768px) {
  .rppe-desc-facts {
    grid-template-columns: 1fr;
  }
  .rppe-desc-nav {
    align-items: stretch;
  }
  .rppe-desc-nav span {
    flex-basis: 100%;
  }
  .rppe-desc-nav a {
    flex: 1 1 auto;
  }
}

/* v0.2.3 automatic technical panel above product grid */
.rppe-archive-top-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr);
  gap: 22px;
  margin: 22px 0 28px;
  padding: 24px 26px;
  border: 1px solid rgba(13, 31, 49, .12);
  background:
    linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)),
    linear-gradient(90deg, rgba(12, 32, 54, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(12, 32, 54, .06) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
  box-shadow: 0 18px 46px rgba(9,18,28,.08);
  overflow: hidden;
}
.rppe-archive-top-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--rppe-red, #d9232e);
}
.rppe-archive-top-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--rppe-red, #d9232e);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.rppe-archive-top-kicker:before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}
.rppe-archive-top-main h2 {
  margin: 0 0 8px;
  color: var(--rppe-dark, #101820);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  font-weight: 900;
}
.rppe-archive-top-main p {
  max-width: 760px;
  margin: 0;
  color: #52606d;
  font-size: 14px;
  line-height: 1.7;
}
.rppe-archive-top-side {
  display: grid;
  gap: 12px;
  align-content: start;
}
.rppe-archive-counter {
  padding: 16px 18px;
  background: #101820;
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
}
.rppe-archive-counter strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #fff;
}
.rppe-archive-counter span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rppe-archive-usps {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.rppe-archive-usps span,
.rppe-archive-active-row em,
.rppe-archive-quick-row a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #dbe4ec;
  background: rgba(255,255,255,.82);
  color: #132333;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-style: normal;
}
.rppe-archive-active-row,
.rppe-archive-quick-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(13,31,49,.10);
}
.rppe-archive-active-row > span,
.rppe-archive-quick-row > span {
  color: #6c747d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.rppe-archive-active-row a {
  margin-left: auto;
  color: var(--rppe-red, #d9232e);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rppe-archive-quick-row a:hover {
  border-color: var(--rppe-red, #d9232e);
  color: var(--rppe-red, #d9232e);
}
@media (max-width: 900px) {
  .rppe-archive-top-panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .rppe-archive-active-row a {
    margin-left: 0;
  }
}


/* v0.2.4 Archive native description fallback hide */
body.rppe-hide-native-archive-description.rppe-archive-top-panel-enabled .woocommerce-products-header__description,
body.rppe-hide-native-archive-description.rppe-archive-top-panel-enabled .woocommerce-products-header .term-description,
body.rppe-hide-native-archive-description.rppe-archive-top-panel-enabled .term-description.wd-term-desc,
body.rppe-hide-native-archive-description.rppe-archive-top-panel-enabled .shop-loop-head .term-description{
    display:none!important;
}
