.jrm-bundle-card{margin:16px 0;padding:20px;border:2px solid #121212;border-radius:10px;background:#fafaf8;}
.jrm-bundle-heading{font-size:1.1rem;font-weight:800;margin:0 0 16px;color:#121212;text-transform:uppercase;letter-spacing:.02em;}
.jrm-bundle-items{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px;}
.jrm-bundle-item{display:flex;align-items:center;gap:12px;flex:1 1 220px;min-width:200px;}
.jrm-bundle-item img{width:76px;height:76px;object-fit:cover;border-radius:8px;border:1px solid #e5e5e5;background:#fff;flex-shrink:0;}
.jrm-bundle-item-info{display:flex;flex-direction:column;gap:4px;min-width:0;}
.jrm-bundle-item-label{font-size:0.72rem;letter-spacing:.05em;text-transform:uppercase;color:#8a8a8a;font-weight:700;}
.jrm-bundle-item-title{font-size:1rem;font-weight:700;color:#121212;line-height:1.25;}
.jrm-bundle-item-price{font-size:1rem;font-weight:700;color:#121212;}
.jrm-bundle-variant-select{margin-top:2px;font-size:0.9rem;padding:6px 8px;border:1px solid #ccc;border-radius:4px;max-width:210px;background:#fff;}
.jrm-bundle-plus{font-size:1.6rem;font-weight:800;color:#b0998a;flex-shrink:0;}
.jrm-bundle-total{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;flex-wrap:wrap;padding-top:14px;border-top:1px solid #ddd;}
.jrm-bundle-total-label{font-size:1.05rem;font-weight:700;color:#121212;}
.jrm-bundle-strike{font-size:1.05rem;color:#999;text-decoration:line-through;}
.jrm-bundle-discount{font-size:1.05rem;color:#1a7f37;font-weight:800;}
.jrm-bundle-final{font-size:1.4rem;font-weight:800;color:#121212;}
.jrm-bundle-cta{width:100%;padding:16px 18px;background:#121212;color:#fff;border:none;border-radius:4px;font-size:1.05rem;font-weight:800;cursor:pointer;letter-spacing:.02em;text-transform:uppercase;}
.jrm-bundle-cta:hover{background:#2c2c2c;}
.jrm-bundle-cta:disabled{opacity:.6;cursor:not-allowed;}
.jrm-bundle-note{margin:12px 0 0;font-size:0.82rem;color:#8a8a8a;text-align:center;}
.jrm-bundle-personalize{margin:0 0 16px;padding-top:14px;border-top:1px solid #ddd;}
.jrm-bundle-personalize-label{display:block;font-size:0.82rem;font-weight:700;color:#121212;margin-bottom:6px;}
.jrm-bundle-personalize-input{width:100%;max-width:260px;padding:8px 10px;border:1px solid #ccc;border-radius:4px;font-size:0.95rem;color:#121212;background:#fff;box-sizing:border-box;}
.jrm-bundle-personalize-hint{display:block;margin-top:4px;font-size:0.75rem;color:#8a8a8a;}
@media (max-width:480px){.jrm-bundle-items{flex-direction:column;align-items:flex-start;}.jrm-bundle-plus{display:none;}.jrm-bundle-item{flex:1 1 auto;width:100%;}}