.rk-bundle-contents{
  background:#F3ECD8;
  border:1px solid #C9A24B;
  border-radius:12px;
  padding:18px 20px;
  margin:18px 0;
}
.rk-bundle-contents h4{
  font-family:'Cormorant Garamond', serif;
  color:#0B2E29;
  font-size:18px;
  margin:0 0 12px;
  font-weight:700;
}
.rk-bundle-contents ul{
  list-style:none;
  margin:0 0 12px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.rk-bundle-contents li{
  display:flex;
  align-items:center;
  gap:8px;
  background:#fff;
  border:1px solid rgba(201,162,75,.35);
  border-radius:8px;
  padding:6px 12px 6px 6px;
}
.rk-bundle-contents li img{
  width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0;
}
.rk-bundle-item-name{font-size:13px;color:#1C2320;font-weight:600;}
.rk-bundle-savings{
  margin:0;
  font-size:14px;
  color:#0B2E29;
  border-top:1px dashed rgba(11,46,41,.25);
  padding-top:10px;
}
.rk-bundle-savings strong{color:#8A6A28;}

ul.products li.product{position:relative;}
.rk-bundle-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:5;
  background:linear-gradient(180deg, #E4C878, #8A6A28);
  color:#241c05;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  padding:4px 10px;
  border-radius:20px;
  box-shadow:0 4px 10px rgba(0,0,0,.15);
}
