```css
/* =========================================================
   B2B SCHEDA PRODOTTO
   ========================================================= */

.b2b-product-page{
  padding-bottom:60px;
}

.b2b-product-hero{
  padding: 0px 0 22px;
}

.b2b-product-breadcrumb{
  margin-bottom:10px;
  font-size:14px;
  color:#64748b;
}

.b2b-product-hero h1{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.05;
  color:#0f172a;
}

.b2b-product-hero p{
  margin:0;
  max-width:760px;
  font-size:18px;
  line-height:1.5;
  color:#475569;
}

.b2b-product-section{
  margin-top:24px;
}

.b2b-product-card,
.b2b-product-box{
  background:#fff;
  border:1px solid #dbe5ee;
  border-radius:22px;
  box-shadow:0 12px 34px rgba(15,23,42,.08);
  padding:28px;
}

.b2b-product-layout{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:20px;
  align-items:start;
}

.b2b-product-info{
  padding-left:0;
  margin-left:-10px;
}


.b2b-product-image-box{
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;

  background:transparent;
  border:none;
  border-radius:0;

  padding:10px;
}

.b2b-product-main-image{
  max-width:100%;
  max-height:320px;
  object-fit:contain;
  display:block;
}

.b2b-product-info h2{
  margin:0 0 10px;
  font-size: 22px;
  line-height:1.1;
  color:#0f172a;
}

.b2b-product-description{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.55;
  color:#475569;
}

.b2b-product-promo-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  padding:6px 12px;
  border-radius:999px;
  background:#e53935;
  color:#fff;
  font-size:12px;
  font-weight:800;
  line-height:1;
}

.b2b-product-price{
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin:0 0 22px;
}

.b2b-product-price-old{
  color:#64748b;
  text-decoration:line-through;
  font-size:16px;
  line-height:1;
}

.b2b-product-price-new{
  color:#e53935;
  font-size:30px;
  line-height:1;
  font-weight:800;
}

.b2b-product-price-html{
  display:flex;
  justify-content:flex-end;
  margin:18px 0 24px;
  padding:0;
  font-size:24px;
  line-height:1.1;
  font-weight:700;
  color:#0f172a;
}

.b2b-product-price-html .woocommerce-Price-amount{
  font-size:24px;
  font-weight:700;
  color:#0f172a;
}

.b2b-product-price-html .b2b-price-request{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  font-size:15px;
  font-weight:600;
  color:#64748b;
}




.b2b-product-data-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:4px;
  margin-bottom:24px;
}

.b2b-product-data-grid > div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:14px 16px;
}

.b2b-product-data-grid span{
  display:block;
  margin-bottom:4px;
  font-size:13px;
  color:#64748b;
}

.b2b-product-data-grid strong{
  display:block;
  font-size:16px;
  color:#0f172a;
}

.b2b-product-price-html{
  display:flex;
  justify-content:flex-end;
  margin:18px 0 24px;
}

.b2b-product-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:12px;
}

.b2b-product-actions input.qty{
  width:78px;
  min-width:78px;
  height:42px;
  border:1px solid #d5d5d5;
  border-radius:14px;
  padding:6px 10px;
  font-size:16px;
  text-align:center;
  background:#fff;
}

.b2b-product-box h2{
  margin:0 0 20px;
  font-size:24px;
  color:#0f172a;
}

.b2b-related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.b2b-related-card{
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:18px;
  text-align:center;
  background:#fff;
}

.b2b-related-image{
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
}

.b2b-related-image img{
  max-width:100%;
  max-height:110px;
  object-fit:contain;
  display:block;
}

.b2b-related-name{
  min-height:42px;
  margin-bottom:14px;
  font-size:15px;
  font-weight:700;
  color:#0f172a;
}

.b2b-related-card .b2b-add-to-cart{
  min-height:38px;
  padding:0 16px;
  border:0;
  border-radius:999px;
  background:#27b3f6;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.b2b-product-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.b2b-product-stat{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:18px;
  text-align:center;
}

.b2b-product-stat strong{
  display:block;
  margin-bottom:6px;
  font-size:28px;
  line-height:1;
  color:#0f172a;
}

.b2b-product-stat span{
  display:block;
  font-size:14px;
  color:#64748b;
}

.b2b-product-details-table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:14px;
}

.b2b-product-details-table th,
.b2b-product-details-table td{
  padding:14px 16px;
  border-top:1px solid #e5e7eb;
  text-align:left;
}

.b2b-product-details-table tr:first-child th,
.b2b-product-details-table tr:first-child td{
  border-top:none;
}

.b2b-product-details-table th{
  width:220px;
  background:#eaf4fb;
  color:#42526b;
}

.b2b-product-details-table td{
  background:#fff;
  color:#0f172a;
}

@media (max-width: 980px){

  .b2b-product-layout{
    grid-template-columns:1fr;
  }

  .b2b-product-image-box{
    min-height:260px;
  }

  .b2b-related-grid,
  .b2b-product-stats{
    grid-template-columns:1fr;
  }

}

@media (max-width: 640px){

  .b2b-product-card,
  .b2b-product-box{
    padding:20px 16px;
    border-radius:18px;
  }

  .b2b-product-hero h1{
    font-size:32px;
  }

  .b2b-product-data-grid{
    grid-template-columns:1fr;
  }

  .b2b-product-actions{
    align-items:stretch;
  }

  .b2b-product-actions .b2b-add-to-cart{
    flex:1;
  }

}

.b2b-product-sds{
  margin-top:10px;
}

.b2b-sds-link{
  display:inline-flex;
  align-items:center;
  gap:4px;

  padding:4px 8px;

  border-radius:999px;

  background:#e0f2fe;
  color:#0284c7 !important;

  font-size:12px;
  font-weight:700;

  text-decoration:none !important;
}

.b2b-sds-link:hover{
  opacity:.9;
}
.b2b-related-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.b2b-related-link:hover .b2b-related-name{
  color:#0284c7;
}

.b2b-compatible-refills{
  margin:10px 0 18px;
  font-size:14px;
  color:#475569;
}

.b2b-compatible-refills a{
  color:#0284c7;
  font-weight:700;
  text-decoration:none;
}

.b2b-compatible-refills a:hover{
  text-decoration:underline;
}
