/* === Box Omnibus na froncie (Porto look & feel) === */
.omni-box{
  margin-top:10px;
  padding:10px 12px;
  font-size:.95em;
  color:#555;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:6px;
}
.omni-box .omni-label{ font-weight:500; color:#777; }
.omni-box .omni-value{ font-weight:600; color:#999; }
.omni-box .omni-date{ font-size:.9em; color:#777; }
.omni-box .omni-ico{ display:inline-flex; width:16px; height:16px; margin-right:6px; }

/* Zmiana kolorów ikony Omnibus */
.omni-box .omni-ico circle {
  stroke: #999 !important; /* żółty obrys */
}
.omni-box .omni-ico line {
  stroke: #999 !important; /* ciemnoniebieska kreska „i” */
}
.omni-box .omni-ico circle:last-of-type {
  fill: #999 !important; /* środkowa kropka */
}

.single-product .product-summary .omni-box{
  margin-top:8px;
  margin-bottom:8px;
}

/* Wersja plain (bez ramki), 2 wiersze */
.omni-plain{
  margin: 8px 0 12px;
}
.omni-plain .omni-label-line{
  font-weight: 500;
  color: #1f214a;         /* pasuje do Porto */
  line-height: 1.35;
}
.omni-plain .omni-value-line{
  margin-top: 2px;
  line-height: 1.4;
  font-size: 1rem;
}
.omni-plain .omni-price{
  font-weight: 500;
}
.omni-plain .omni-date{
  margin-left: 6px;
  color: #777;
  font-size: .95em;
}



//*.omni-box{
  margin-top:10px;
  padding:10px 12px;
  border:1px solid #e0e0e0;
  border-left:4px solid #fecf2b;
  border-radius:8px;
  background:#fffdf5;
  font-size:.95em;
  color:#555;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:6px;
} *//



