.custom-variant-box:nth-of-type(2) .custom-variant-price::after {
  content: "37,43 zł / szt.";
  display: block;
  font-size: 11px;
  color: #3d4a68;
  margin-top: 2px;
}
.custom-variant-box:nth-of-type(3) .custom-variant-price::after {
  content: "35,64 zł / szt.";
  display: block;
  font-size: 11px;
  color: #3d4a68;
  margin-top: 2px;
}
.custom-variant-title {
  font-size: 12px !important;
}