.bundle-container { border:1px solid #ccc; padding:10px; margin:20px 0; }
.bundle-boxes { display:flex; gap:10px; flex-wrap:wrap; }
.bundle-box { width:120px; height:120px; border:2px dashed #aaa; display:flex; justify-content:center; align-items:center; cursor:pointer; flex-direction:column; text-align:center; }
.bundle-box img { max-width:60px; margin-bottom:5px; }
.plus { font-size:30px; }
.popup { position:fixed; top:20%; left:50%; transform:translateX(-50%); background:white; padding:20px; border:2px solid #444; z-index:9999; }
.product-list { max-height:200px; overflow-y:auto; list-style:none; padding:0; }
.product-list li { padding:5px; cursor:pointer; border-bottom:1px solid #ddd; }
.product-list li:hover { background:#f0f0f0; }
.add-bundle-to-cart { margin-top:10px; padding:10px 15px; background:#0073aa; color:white; border:none; cursor:pointer; }
.add-bundle-to-cart:hover { background:#005177; }
