/* /pamietniki/ - kolejność: przekreślona cena PRZED promocyjną (bez ruszania HTML, tylko wizualna kolejność flex) */
.fd-price strong { order: 2; }
.fd-price del { order: 1; }
.fd-price small { order: 3; }

/* Strona pojedynczego produktu WooCommerce - ładniejsza cena + wiersz "Oszczędzasz" */
.elementor-widget-woocommerce-product-price .price ins {
  font-family: var(--e-global-typography-heading-font-family, inherit);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  color: #d94d0b;
  text-decoration: none;
}
.elementor-widget-woocommerce-product-price .price del {
  font-size: 17px;
  font-weight: 700;
  color: #5d7688;
  text-decoration-color: #f36a21;
  text-decoration-thickness: 2px;
  opacity: 1;
}
.elementor-widget-woocommerce-product-price .previous-price {
  color: #8a99a3;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.elementor-widget-woocommerce-product-price .fenek-savings {
  margin: 4px 0 0;
  color: #d94d0b;
  font-size: 14px;
  font-weight: 800;
}
