.sh-bundle-section{border:1px solid #e8e8e8;border-radius:var(--sh-bundle-radius,8px);padding:16px;background-color:var(--sh-bundle-bg,#fff)}.sh-bundle-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:0;border-bottom:1px solid #e8e8e8}.sh-bundle-title{font-size:15px;font-weight:600;color:#1a1a1a}.sh-bundle-badge{font-size:12px;font-weight:500;color:#555;background-color:#eee;border-radius:100px;padding:3px 10px}.sh-bundle-subtitle{font-size:12px;color:#888;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.sh-bundle-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.sh-bundle-row-last{border-bottom:none;padding-bottom:0}.sh-bundle-row-disabled{opacity:.45}.sh-bundle-avatar{width:40px;height:40px;border-radius:var(--sh-bundle-avatar-radius,8px);background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#666;flex-shrink:0;overflow:hidden}.sh-bundle-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sh-bundle-info{flex:1;min-width:0}.sh-bundle-name-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sh-bundle-name{font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.sh-bundle-price{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.sh-bundle-sale-price{font-size:13px;font-weight:600;color:#1a1a1a}.sh-bundle-mrp{font-size:12px;color:#999;text-decoration:line-through}.sh-bundle-qty{font-size:12px;color:#888;margin-top:2px}.sh-bundle-fixed-label{font-size:12px;color:#555;margin-top:4px}.sh-bundle-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.sh-bundle-chips-disabled{pointer-events:none}.sh-bundle-chip{padding:4px 10px;font-size:12px;font-weight:500;border:1px solid #d0d0d0;border-radius:100px;background:#fff;color:#333;cursor:pointer;transition:border-color .15s,background .15s,color .15s;outline:none}.sh-bundle-chip-selected,.sh-bundle-chip:hover:not(:disabled){border-color:var(--primary-main,#1641db)}.sh-bundle-chip-selected{background:var(--primary-main,#1641db);color:#fff}.sh-bundle-chip-oos{font-size:10px;opacity:.7}.sh-bundle-optional-toggle{flex-shrink:0;display:flex;align-items:center;padding-top:2px}.sh-bundle-toggle-label{position:relative;display:inline-flex;align-items:center;cursor:pointer}.sh-bundle-toggle-input{position:absolute;opacity:0;width:0;height:0}.sh-bundle-toggle-track{display:block;width:36px;height:20px;border-radius:100px;background:#ccc;transition:background .2s;position:relative}.sh-bundle-toggle-input:checked+.sh-bundle-toggle-track{background:var(--primary-main,#1641db)}.sh-bundle-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.sh-bundle-toggle-input:checked+.sh-bundle-toggle-track .sh-bundle-toggle-thumb{transform:translateX(16px)}