#oh-shape-bundle{width:100%;padding:var(--osb-pt, 20px) 0 var(--osb-pb, 16px);font-family:inherit}#oh-shape-bundle *,#oh-shape-bundle *:before,#oh-shape-bundle *:after{box-sizing:border-box;margin:0;padding:0}#oh-shape-bundle .osb-option{border:var(--osb-bw-unsel, 1px) solid var(--osb-border-unsel, #D0D0D0);border-radius:var(--osb-radius, 12px);overflow:visible;margin-bottom:var(--osb-gap, 18px);margin-top:20px;cursor:pointer;background:var(--osb-bg-unsel, #fafafa);transition:border-color .15s,background .15s;position:relative;outline:none}#oh-shape-bundle .osb-option.osb-selected{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#1a1a1a 0% 25%,#1a1a1a 50%,#7d537d 75% 100%) border-box}#oh-shape-bundle .osb-option:hover:not(.osb-selected){border-color:#888}#oh-shape-bundle .osb-option:focus-visible{box-shadow:0 0 0 3px #79607933}#oh-shape-bundle .osb-badge{position:absolute;top:-13px;right:12px;background:var(--osb-badge-bg, #7d537d);color:var(--osb-badge-color, #ffffff);font-size:var(--osb-fs-badge, 11px);font-weight:var(--osb-fw-badge, 500);padding:3px 10px;border-radius:20px;letter-spacing:.02em;white-space:nowrap;z-index:2;line-height:1.5}#oh-shape-bundle .osb-inner{padding:var(--osb-pad-v, 14px) var(--osb-pad-h, 14px)}#oh-shape-bundle .osb-header{display:flex;align-items:flex-start;gap:8px}#oh-shape-bundle .osb-radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--osb-radio-border, #1A1A1A);flex-shrink:0;position:relative;margin-top:2px;background:#fff;transition:background .15s,border-color .15s}#oh-shape-bundle .osb-radio-dot{width:8px;height:8px;border-radius:50%;background:transparent;transition:background .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#oh-shape-bundle .osb-radio--checked{background:var(--osb-radio-bg, #1A1A1A);border-color:var(--osb-radio-bg, #1A1A1A)}#oh-shape-bundle .osb-radio--checked .osb-radio-dot{background:var(--osb-radio-dot, #ffffff)}#oh-shape-bundle .osb-title-block{flex:1;display:flex;flex-direction:column;gap:2px}#oh-shape-bundle .osb-title{font-size:var(--osb-fs-title, 15px);font-weight:var(--osb-fw-title, 500);color:#1a1a1a;line-height:1.3}#oh-shape-bundle .osb-sub{font-size:var(--osb-fs-sub, 12px);font-weight:var(--osb-fw-sub, 400);color:#1a1a1a}#oh-shape-bundle .osb-price-block{text-align:right;flex-shrink:0}#oh-shape-bundle .osb-price-old{font-size:var(--osb-fs-compare, 13px);font-weight:var(--osb-fw-compare, 400);color:var(--osb-price-old-color, #a70000);text-decoration:line-through;display:block}#oh-shape-bundle .osb-price-current{font-size:var(--osb-fs-price, 15px);font-weight:var(--osb-fw-price, 600);color:#1a1a1a;display:block}#oh-shape-bundle .osb-variants{margin-top:12px;border-top:.5px solid #E5E5E5;padding-top:12px;display:flex;flex-direction:column;gap:8px;overflow:visible}#oh-shape-bundle .osb-variants--hidden{display:none}#oh-shape-bundle .osb-variant-row{display:flex;align-items:center;gap:8px;position:relative;overflow:visible}#oh-shape-bundle .osb-vlabel{width:32px;min-width:32px;display:flex;flex-direction:column;align-items:center;gap:3px}#oh-shape-bundle .osb-vnum{font-size:var(--osb-fs-vnum, 12px);font-weight:var(--osb-fw-vnum, 700);color:#1a1a1a;line-height:1}#oh-shape-bundle .osb-free-pill{font-size:9px;font-weight:500;color:var(--osb-free-color, #ffffff);background:var(--osb-free-bg, #7d537d);padding:1px 4px;border-radius:8px;line-height:1.4;white-space:nowrap;display:inline-block}#oh-shape-bundle .osb-picker{flex:1;position:relative;min-width:0;overflow:visible}#oh-shape-bundle .osb-picker-trigger{width:100%;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;border:.5px solid #ccc;background:#f5f5f5;cursor:pointer;font-size:13px;color:#1a1a1a;-webkit-user-select:none;user-select:none;transition:border-color .15s;min-height:34px}#oh-shape-bundle .osb-picker-trigger:hover{border-color:#999}#oh-shape-bundle .osb-picker-trigger.osb-picker--open{border-color:#1a1a1a}#oh-shape-bundle .osb-swatch-img{width:20px;height:20px;border-radius:3px;object-fit:cover;flex-shrink:0;border:.5px solid #ddd;display:none}#oh-shape-bundle .osb-picker-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#1a1a1a;padding-left:4px}#oh-shape-bundle .osb-picker-label.osb-placeholder{color:#999;padding-left:4px}#oh-shape-bundle .osb-picker-chevron{flex-shrink:0;transition:transform .2s;color:#888}#oh-shape-bundle .osb-picker-trigger.osb-picker--open .osb-picker-chevron{transform:rotate(180deg)}#oh-shape-bundle .osb-picker-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;min-width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;z-index:9999;overflow:hidden;box-shadow:0 4px 16px #0000001f}#oh-shape-bundle .osb-picker-dropdown.osb-dropdown--open{display:block}#oh-shape-bundle .osb-dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 10px;cursor:pointer;font-size:13px;color:#1a1a1a;transition:background .1s;border-bottom:.5px solid #f0f0f0;white-space:nowrap}#oh-shape-bundle .osb-dropdown-item:last-child{border-bottom:none}#oh-shape-bundle .osb-dropdown-item:hover{background:#f7f3f7}#oh-shape-bundle .osb-dropdown-item.osb-item--selected{background:#f0eaf0}#oh-shape-bundle .osb-item-img{width:32px;height:32px;border-radius:5px;object-fit:cover;flex-shrink:0;border:.5px solid #ddd}#oh-shape-bundle .osb-item-size-box{width:32px;height:32px;border-radius:5px;background:#f0f0f0;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#555;border:.5px solid #e0e0e0}#oh-shape-bundle .osb-item-name{font-size:13px;font-weight:500;color:#1a1a1a}#oh-shape-bundle .osb-item--soldout{opacity:.45;cursor:not-allowed;pointer-events:none}#oh-shape-bundle .osb-item--soldout .osb-item-name{text-decoration:line-through;color:#999}#oh-shape-bundle .osb-soldout-label{font-size:10px;color:#a70000;font-weight:500;margin-left:auto;white-space:nowrap}#oh-shape-bundle .osb-gift{display:flex;align-items:center;gap:7px;padding:7px var(--osb-pad-h, 14px);border-top:.5px solid #E5E5E5;background:var(--osb-gift-bg, #f7f3f7);font-size:var(--osb-fs-gift, 12px);font-weight:var(--osb-fw-gift, 500);color:var(--osb-gift-color, #7d537d);border-radius:0 0 var(--osb-radius, 12px) var(--osb-radius, 12px)}#oh-shape-bundle .osb-gift svg{flex-shrink:0}#oh-shape-bundle .osb-divider{border:none;border-top:.5px solid #E5E5E5;margin-top:14px}
/*# sourceMappingURL=/cdn/shop/t/49/assets/oh-shape-bundle.css.map */
