/* Nejlevnejsivyziva.cz – rychlý přehled produktu */
.nv-product-overview{
  margin:20px 0 14px;
  padding:18px 18px 16px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  box-shadow:0 2px 10px rgba(0,0,0,.035);
}
.nv-product-overview__eyebrow{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:4px;
  color:#666;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.nv-product-overview__eyebrow:before{
  content:"";
  width:28px;
  height:3px;
  border-radius:3px;
  background:#f6a800;
}
.nv-product-overview h3{
  margin:0 0 14px;
  font-size:20px;
  line-height:1.25;
  color:#242424;
}
.nv-product-overview__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.nv-product-overview__item{
  min-width:0;
  padding:13px 14px;
  border:1px solid #ececec;
  border-radius:8px;
  background:#fafafa;
}
.nv-product-overview__title{
  display:block;
  margin-bottom:3px;
  color:#222;
  font-size:14px;
  line-height:1.3;
  font-weight:700;
}
.nv-product-overview__text{
  display:block;
  color:#666;
  font-size:13px;
  line-height:1.4;
}
@media (max-width:767px){
  .nv-product-overview{
    margin:16px 0 12px;
    padding:15px 13px;
  }
  .nv-product-overview h3{font-size:18px}
  .nv-product-overview__grid{grid-template-columns:1fr}
  .nv-product-overview__item{padding:11px 12px}
}
