#ScentBundleSet{--ink:#3F3F3D;--bg:#F4F4F2;--accent:#C3D3B6;color:var(--ink);margin:14px 0 4px}
#ScentBundleSet .sbndl__head h3{font-size:20px;font-weight:800;letter-spacing:-.01em;margin:0 0 4px;text-transform:lowercase}
#ScentBundleSet .sbndl__head p{margin:0 0 14px;opacity:.7;font-size:15px}
#ScentBundleSet .sbndl__tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
#ScentBundleSet .sbndl__tier{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;border:1.5px solid rgba(63,63,61,.22);border-radius:12px;padding:14px 6px 10px;cursor:pointer;background:#fff;transition:border-color .15s,box-shadow .15s}
#ScentBundleSet .sbndl__tier:hover{border-color:rgba(63,63,61,.45)}
#ScentBundleSet .sbndl__tier.is-sel{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
#ScentBundleSet .sbndl__tier input{position:absolute;opacity:0;pointer-events:none}
#ScentBundleSet .sbndl__tname{font-weight:700;text-transform:lowercase;font-size:13px}
#ScentBundleSet .sbndl__tprice{font-weight:700;font-size:14px}
#ScentBundleSet .sbndl__sub{font-size:12px;opacity:.55;text-transform:lowercase}
#ScentBundleSet .sbndl__badge{position:absolute;top:-9px;right:6px;background:var(--accent);color:#27331f;font-size:11px;font-weight:800;padding:2px 7px;border-radius:999px;text-transform:lowercase}
#ScentBundleSet .sbndl__picks{display:grid;gap:8px;margin:14px 0 0}
#ScentBundleSet .sbndl__dd{position:relative}
#ScentBundleSet .sbndl__dd-btn{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:16px;border:1px solid rgba(63,63,61,.35);border-radius:12px;background:#fff;color:var(--ink);font-family:inherit;cursor:pointer;text-align:left}
#ScentBundleSet .sbndl__dd-btn>span{flex:1;text-transform:lowercase}
#ScentBundleSet .sbndl__caret{flex:0 0 auto;color:var(--ink);font-weight:700;font-size:1.5em;line-height:1;opacity:.85}
#ScentBundleSet .sbndl__dd img,#ScentBundleSet .sbndl__opt img{width:34px;height:34px;border-radius:8px;object-fit:cover;flex:0 0 auto;background:#eee}
#ScentBundleSet .sbndl__dd-menu{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 4px);background:#fff;border:1px solid rgba(63,63,61,.22);border-radius:12px;box-shadow:0 10px 26px rgba(0,0,0,.14);overflow:hidden}
#ScentBundleSet .sbndl__opt{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:16px;border:0;border-top:1px solid rgba(63,63,61,.08);background:#fff;color:var(--ink);font-family:inherit;cursor:pointer;text-align:left}
#ScentBundleSet .sbndl__opt:first-child{border-top:0}
#ScentBundleSet .sbndl__opt:hover{background:var(--bg)}
#ScentBundleSet .sbndl__opt span{text-transform:lowercase}
#ScentBundleSet .sbndl__sum{display:flex;justify-content:space-between;align-items:baseline;margin:16px 0 12px;font-weight:700;font-size:17px}
#ScentBundleSet .sbndl__total s{opacity:.5;font-weight:400;margin-right:6px}
#ScentBundleSet .sbndl__total em{font-style:normal;color:#3b6d11;font-weight:700;margin-left:6px;font-size:13px}
#ScentBundleSet .sbndl__add{width:100%;background:var(--ink);color:var(--bg);border:0;border-radius:999px;padding:14px 22px;font-family:inherit;font-size:16px;font-weight:800;text-transform:lowercase;cursor:pointer;transition:opacity .15s}
#ScentBundleSet .sbndl__add:hover{opacity:.9}
#ScentBundleSet .sbndl__add:disabled{opacity:.5;cursor:default}
#ScentBundleSet .sbndl__trust{display:flex;flex-wrap:wrap;gap:5px 12px;justify-content:center;margin:14px 0 0;font-size:13px;opacity:.7;text-transform:lowercase;letter-spacing:.02em}
#ScentBundleSet .sbndl__dd--empty .sbndl__dd-btn{color:rgba(63,63,61,.55)}
#ScentBundleSet:not(.sbndl--ready){display:none}
