.bsc-wishlist{margin:10px 0}.bsc-wishlist-title{margin:0 0 14px;color:#2D6A4F;font-size:20px;font-weight:700}.bsc-wishlist-form{display:flex;flex-direction:column;gap:10px;padding:16px;margin-bottom:18px;background:#F5F2ED;border:1px solid #ECE8E1;border-radius:12px}.bsc-wishlist-row{display:flex;flex-direction:column;gap:4px}.bsc-wishlist-row__label{font-size:13px;font-weight:700;color:#2D6A4F}.bsc-wishlist-field{width:100%;padding:9px 12px;border:1px solid #ECE8E1;border-radius:8px;background:#fff;font-family:inherit;font-size:14px;color:inherit}.bsc-wishlist-field:focus{outline:none;border-color:#7FA35A}textarea.bsc-wishlist-field{resize:vertical;min-height:52px}.bsc-wishlist-form__actions{display:flex;gap:10px;margin-top:4px}.bsc-wishlist-btn{display:inline-flex;align-items:center;height:44px;padding:0 22px;border:1px solid #2D6A4F;border-radius:12px;background:#2D6A4F;color:#fff;font-family:inherit;font-size:14px;font-weight:700;line-height:1;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.bsc-wishlist-btn:hover{background:#7FA35A;border-color:#7FA35A}.bsc-wishlist-btn:disabled{opacity:.6;cursor:default}.bsc-wishlist-btn--ghost{background:#fff0;color:#2D6A4F}.bsc-wishlist-btn--ghost:hover{background:#fff0;border-color:#7FA35A;color:#7FA35A}.bsc-wishlist-list{display:flex;flex-direction:column;gap:10px}.bsc-wishlist-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #ECE8E1;border-radius:12px;background:#fff}.bsc-wishlist-card__body{display:flex;flex-direction:column;gap:3px;min-width:0}.bsc-wishlist-card__name{font-size:15px;color:#2D6A4F}.bsc-wishlist-card__meta{font-size:12px;color:#999}.bsc-wishlist-card__note{font-size:13px;color:#555}.bsc-wishlist-card__actions{display:flex;gap:8px;flex:0 0 auto}.bsc-wishlist-mini{padding:5px 12px;border:1px solid #ccc;border-radius:8px;background:#fff;color:#555;font-family:inherit;font-size:13px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.bsc-wishlist-mini:hover{border-color:#7FA35A;color:#2D6A4F}.bsc-wishlist-mini--danger:hover{border-color:#b32d2e;color:#b32d2e}.bsc-wishlist-mini:disabled{opacity:.6;cursor:default}.bsc-tree{position:relative}.bsc-tree__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;cursor:pointer;color:#999}.bsc-tree__trigger.has-value{color:inherit}.bsc-tree__trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bsc-tree__caret{flex:0 0 auto;font-size:11px;color:#999;transition:transform .15s ease}.bsc-tree.is-open .bsc-tree__caret{transform:rotate(180deg)}.bsc-tree__panel{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;max-height:320px;overflow:auto;background:#fff;border:1px solid #ECE8E1;border-radius:12px;box-shadow:0 6px 18px rgb(45 106 79 / .12)}.bsc-tree.is-open .bsc-tree__panel{display:block}.bsc-tree__filterwrap{position:sticky;top:0;z-index:1;padding:8px;background:#fff;border-bottom:1px solid #ECE8E1}.bsc-tree__filter{width:100%;padding:8px 10px;border:1px solid #ECE8E1;border-radius:8px;background:#F5F2ED;font-family:inherit;font-size:14px}.bsc-tree__filter:focus{outline:none;border-color:#7FA35A;background:#fff}.bsc-tree__clear{padding:9px 12px;font-size:13px;color:#999;cursor:pointer;border-bottom:1px solid #ECE8E1}.bsc-tree__clear:hover{color:#2D6A4F;background:#F5F2ED}.bsc-tree__list,.bsc-tree__children{list-style:none;margin:0;padding:0}.bsc-tree__children{display:none;padding-left:18px}.bsc-tree__node.is-open>.bsc-tree__children{display:block}.bsc-tree__node.is-hidden{display:none}.bsc-tree__row{display:flex;align-items:center;gap:4px;padding:2px 8px 2px 4px;border-radius:6px}.bsc-tree__row:hover{background:#F5F2ED}.bsc-tree__toggle{flex:0 0 auto;width:28px;height:34px;padding:0;border:0;background:#fff0;color:#999;font-size:12px;line-height:34px;cursor:pointer;transition:transform .15s ease}.bsc-tree__node.is-open>.bsc-tree__row .bsc-tree__toggle{transform:rotate(90deg);color:#2D6A4F}.bsc-tree__toggle--none{cursor:default}.bsc-tree__name{flex:1 1 auto;padding:7px 4px;font-size:14px;line-height:1.3;cursor:pointer;min-width:0}.bsc-tree__row.is-selected .bsc-tree__name{color:#2D6A4F;font-weight:700}.bsc-tree__row.is-selected{background:rgb(45 106 79 / .08)}@media (max-width:600px){.bsc-tree__panel{max-height:300px}.bsc-tree__name{padding:11px 4px}.bsc-tree__toggle{width:36px;height:42px;line-height:42px}}.bsc-wishlist-public{margin:18px 0;padding:16px;background:#F5F2ED;border:1px solid #ECE8E1;border-radius:12px}.bsc-wishlist-public__title{margin:0 0 10px;color:#2D6A4F;font-size:17px;font-weight:700}.bsc-wishlist-public__list{display:flex;flex-direction:column;gap:8px}.bsc-wishlist-public__item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:#fff;border:1px solid #ECE8E1;border-radius:8px}.bsc-wishlist-public__name{font-size:14px;color:#2D6A4F}.bsc-wishlist-public__meta{font-size:12px;color:#999}.bsc-wishlist-public__note{font-size:13px;color:#555}.bsc-wishlist-cta{display:inline-block;padding:6px 0;font-size:14px;text-decoration:underline}@media (max-width:600px){.bsc-wishlist-card{flex-wrap:wrap}.bsc-wishlist-card__actions{margin-left:auto}}