/* Carmo bundelkorting — "Bundelvoordeel"-tabblad op de productpagina.
   Auto-loaded via de style*-regel van de edify CSS-loader. */
.cb-bundle { padding: 6px 2px 14px; }
.cb-bundle + .cb-bundle { border-top: 1px solid #e5e5e5; margin-top: 14px; padding-top: 20px; }
.cb-title { font-size: 17px; font-weight: 700; color: #333; margin-bottom: 16px; }
.cb-badge {
  display: inline-block; background: #ff6600; color: #fff; font-size: 12px; font-weight: 700;
  padding: 3px 10px; border-radius: 99px; margin-left: 8px; vertical-align: 2px; white-space: nowrap;
}
.cb-cards { display: flex; align-items: stretch; gap: 14px; flex-wrap: wrap; }
.cb-card {
  position: relative; background: #fff; border: 1px solid #e2e2e2; border-radius: 8px;
  padding: 14px 14px 12px; width: 210px; text-align: center;
}
.cb-card.cb-current { border-color: #ff6600; }
.cb-you {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  background: #ff6600; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; padding: 2px 9px; border-radius: 99px; white-space: nowrap;
}
.cb-card a { text-decoration: none; color: #333; display: block; }
.cb-card img { width: 130px; height: 110px; object-fit: contain; margin: 2px auto 8px; display: block; }
.cb-card .cb-name { font-size: 13px; line-height: 1.35; min-height: 35px; color: #333; }
.cb-card a:hover .cb-name { color: #d24600; text-decoration: underline; }
.cb-card .cb-price { margin-top: 8px; font-weight: 700; font-size: 14px; color: #333; }
.cb-card .cb-price small { font-weight: 400; color: #999; font-size: 11px; }
.cb-op { align-self: center; font-size: 30px; font-weight: 300; color: #b5b5b5; padding: 0 2px; }
.cb-total {
  align-self: center; background: #fff7f0; border: 2px solid #ff6600; border-radius: 10px;
  padding: 16px 22px; text-align: center; min-width: 200px;
}
.cb-total .cb-setfor { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #b25400; font-weight: 700; }
.cb-total .cb-new { font-size: 26px; font-weight: 800; color: #d24600; margin: 2px 0; }
.cb-total .cb-old { font-size: 12.5px; color: #777; }
.cb-total .cb-old s { color: #999; }
.cb-total .cb-save {
  display: inline-block; margin-top: 8px; background: #2e6e4a; color: #fff;
  font-size: 12.5px; font-weight: 700; padding: 4px 12px; border-radius: 99px;
}
.cb-note { margin-top: 14px; font-size: 12.5px; color: #777; }
@media (max-width: 620px) {
  .cb-cards { flex-direction: column; align-items: stretch; }
  .cb-card { width: auto; }
  .cb-op { text-align: center; padding: 0; }
}
