.sb-offer-wrapper{margin-bottom:20px;font-family:'Inter',sans-serif}.sb-offer-option{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:12px;padding:15px;margin-bottom:15px;cursor:pointer;background:#fdf5fc;transition:all 0.3s ease;position:relative}.sb-offer-option.selected{border:2px solid #a020f0;background:#f0dcf5}.sb-radio{width:24px;height:24px;border:2px solid #ccc;border-radius:50%;margin-right:15px;flex-shrink:0;position:relative}.sb-offer-option.selected .sb-radio{border-color:#a020f0}.sb-offer-option.selected .sb-radio:after{content:'';width:14px;height:14px;background:#a020f0;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sb-details{flex-grow:1}.sb-title{font-weight:700;font-size:16px;color:#000}.sb-subtitle{font-size:12px;color:#666}.sb-price{text-align:right;min-width:100px}.sb-current-price{font-weight:700;font-size:18px;color:#000}.sb-old-price{text-decoration:line-through;color:#999;font-size:12px}.sb-bundle-items{margin-top:15px;display:flex;gap:10px;flex-wrap:wrap}.sb-bundle-item{display:flex;align-items:center;background:#fff;padding:5px;border-radius:8px;border:1px solid #ddd;font-size:12px;max-width:150px}.sb-bundle-item img{width:40px;height:40px;border-radius:4px;margin-right:8px;object-fit:cover}.sb-placeholder-img{width:40px;height:40px;background:#eee;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#aaa;margin-right:8px}.sb-add-product-btn{background:#a020f0;color:#fff;border:none;padding:5px 10px;border-radius:5px;cursor:pointer;font-size:12px}.sb-add-product-btn:hover{background:#8e1dd6}.sb-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgb(0 0 0 / .4)}.sb-modal-content{background-color:#fefefe;margin:10% auto;padding:20px;border:1px solid #888;width:600px;border-radius:12px;max-width:90%}.sb-close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer}.sb-close:hover,.sb-close:focus{color:#000;text-decoration:none;cursor:pointer}#sb-product-list{margin-top:20px;max-height:400px;overflow-y:auto}.sb-product-list-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #eee;cursor:pointer}.sb-product-list-item:hover{background:#f9f9f9}.sb-product-list-item img{width:50px;height:50px;object-fit:cover;margin-right:15px;border-radius:4px}.sb-product-info h4{margin:0;font-size:14px}.sb-product-info span{font-size:12px;color:#666}#sb-product-search{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;margin-top:10px}