#oh-shape-bundle{width:100%;padding:0;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}#oh-shape-bundle .osb-heading-wrap{text-align:center;margin-bottom:12px}#oh-shape-bundle .osb-heading{font-size:15px;font-weight:800;color:#1a1a1a;letter-spacing:.2px;margin:0 0 2px}#oh-shape-bundle .osb-subheading{font-size:11.5px;font-weight:700;color:#4a4a4a;letter-spacing:.4px;margin:0}#oh-shape-bundle .osb-title{font-weight:700}#oh-shape-bundle .osb-price-current{font-size:16px;font-weight:700}#oh-shape-bundle .osb-sub--computed{color:#444}#oh-shape-bundle .osb-sub--computed b{color:#1a1a1a;font-weight:600}#oh-shape-bundle .osb-option.osb-selected .osb-inner{padding-top:22px}#oh-shape-bundle .osb-badge{left:auto;right:14px;transform:none;font-weight:700;letter-spacing:.4px;padding:4px 12px}#oh-shape-bundle .osb-radio--checked{background:#7d537d!important;border-color:#7d537d!important}#oh-shape-bundle .osb-option.osb-selected .osb-radio{border-color:#7d537d}#oh-shape-bundle .osb-variants--tiles{position:relative;display:grid;grid-template-columns:var(--osb-cols, repeat(4, 1fr));gap:8px 7px;margin-top:14px;border-top:.5px solid #E5E5E5;padding-top:14px}#oh-shape-bundle .osb-variants--tiles.osb-variants--hidden{display:none}#oh-shape-bundle .osb-tile{display:flex;flex-direction:column;gap:5px;position:static;min-width:0}#oh-shape-bundle .osb-picker--tile{position:static;flex:none;min-width:0}#oh-shape-bundle .osb-picker--sizebar{position:static;flex:none;min-width:0;width:100%}#oh-shape-bundle .osb-tile-face{position:relative;background:#fff;border:1px solid #ccc;border-radius:8px;width:46px;aspect-ratio:1 / 1;margin:0 auto;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;min-height:0;overflow:hidden}#oh-shape-bundle .osb-tile-face:hover{border-color:#999}#oh-shape-bundle .osb-tile-face.osb-picker--open{border:1.5px solid #1a1a1a;box-shadow:0 0 0 3px #1a1a1a1f}#oh-shape-bundle .osb-tile-face .osb-swatch-img{width:100%;height:100%;object-fit:cover;border-radius:7px;background:#fff}#oh-shape-bundle .osb-tile-face .osb-picker-label{position:absolute;inset:auto 4px 4px 4px;font-size:8.5px;color:#999;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#oh-shape-bundle .osb-tile-face .osb-swatch-img[style*=block]~.osb-picker-label{display:none}#oh-shape-bundle .osb-tile-chev{position:absolute;bottom:1px;right:1px;width:12px;height:12px;border-radius:50%;background:#f0eaf0;color:#7d537d;display:flex;align-items:center;justify-content:center;z-index:2}#oh-shape-bundle .osb-tile .osb-vlabel{width:auto;min-width:0;flex-direction:row;align-items:center;justify-content:center;gap:4px}#oh-shape-bundle .osb-tile .osb-vnum{font-size:11px}#oh-shape-bundle .osb-tile .osb-free-pill{font-size:10px;font-weight:700;padding:1.5px 7px}#oh-shape-bundle .osb-paid-pill{font-size:10px;font-weight:600;color:#555;background:#e4e4e4;padding:1.5px 7px;border-radius:8px;line-height:1.4;display:inline-block}#oh-shape-bundle .osb-size-bar{display:flex;align-items:center;justify-content:center;gap:5px;padding:0 7px;border-radius:8px;border:1px solid #bbb;background:#fff;font-size:12px;font-weight:700;color:#1a1a1a;cursor:pointer;white-space:nowrap;min-height:28px;width:calc(100% - 6px);max-width:74px;margin:0 auto;min-width:0;overflow:hidden}#oh-shape-bundle .osb-size-bar .osb-picker-label{flex:0 1 auto;padding-left:0;font-size:inherit;color:inherit;font-weight:inherit}#oh-shape-bundle .osb-size-bar .osb-picker-label.osb-placeholder{color:#1a1a1a}#oh-shape-bundle .osb-size-bar .osb-picker-chevron{flex-shrink:0;color:#555}#oh-shape-bundle .osb-size-bar.osb-picker--open{border-color:#1a1a1a}#oh-shape-bundle .osb-size-bar:has(.osb-picker-label:not(.osb-placeholder)){background:#1a1a1a;border-color:#1a1a1a;color:#fff}#oh-shape-bundle .osb-size-bar:has(.osb-picker-label:not(.osb-placeholder)) .osb-picker-label{color:#fff}#oh-shape-bundle .osb-size-bar:has(.osb-picker-label:not(.osb-placeholder)) .osb-picker-chevron{color:#fff}#oh-shape-bundle .osb-trow{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%}#oh-shape-bundle .osb-trow .osb-tile-face{margin:0 auto;flex-shrink:0}#oh-shape-bundle .osb-tmeta{display:flex;flex-direction:column;gap:5px;width:100%;min-width:0;align-items:center}#oh-shape-bundle .osb-tmeta .osb-vlabel{justify-content:center}#oh-shape-bundle .osb-variants--tiles .osb-picker-dropdown.osb-cover{display:none;position:absolute;top:8px;left:0;right:0;min-width:0;width:auto;max-height:none;background:#fff;border:1px solid #e2dae2;border-radius:11px;box-shadow:0 12px 32px #1a1a1a38;padding:5px;z-index:40;overflow:visible}#oh-shape-bundle .osb-variants--tiles .osb-picker-dropdown.osb-cover.osb-dropdown--open{display:block}#oh-shape-bundle .osb-cover-head{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;color:#666;letter-spacing:.3px;padding:5px 8px 3px}#oh-shape-bundle .osb-cover-close{width:16px;height:16px;border-radius:50%;background:#f0eaf0;color:#7d537d;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1}#oh-shape-bundle .osb-cover-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:2px 4px 5px}#oh-shape-bundle .osb-cover-grid .osb-dropdown-item{border:1.5px solid #eee;border-radius:8px;padding:4px 2px;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;cursor:pointer;background:#fff;text-align:center}#oh-shape-bundle .osb-cover-grid .osb-dropdown-item:hover{border-color:#cbb8cb}#oh-shape-bundle .osb-cover-grid .osb-dropdown-item.osb-item--selected{border-color:#7d537d;background:#f7f3f7;font-weight:700}#oh-shape-bundle .osb-cover-grid .osb-item-img{width:30px;height:36px;object-fit:contain;border-radius:5px;background:#faf8fa}#oh-shape-bundle .osb-cover-grid .osb-item--soldout{opacity:.4}#oh-shape-bundle .osb-cover-grid .osb-soldout-label{font-size:8.5px;color:#999}#oh-shape-bundle .osb-cover-sizes{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:2px 4px 5px}#oh-shape-bundle .osb-cover-sizes .osb-dropdown-item{border:1.5px solid #eee;border-radius:8px;padding:8px 2px;text-align:center;font-size:11.5px;font-weight:600;cursor:pointer;background:#fff;display:block}#oh-shape-bundle .osb-cover-sizes .osb-dropdown-item:hover{border-color:#cbb8cb}#oh-shape-bundle .osb-cover-sizes .osb-dropdown-item.osb-item--selected{border-color:#1a1a1a;background:#1a1a1a;font-weight:800}#oh-shape-bundle .osb-cover-sizes .osb-dropdown-item.osb-item--selected .osb-item-name{color:#fff}#oh-shape-bundle .osb-cover-sizes .osb-item--soldout{opacity:.4;text-decoration:line-through}#oh-shape-bundle .osb-variants--tiles:has(.osb-dropdown--open) .osb-variant-row:not(:has(.osb-dropdown--open)){opacity:.35}#oh-shape-bundle .osb-size-hint{margin-top:12px;font-size:12px;font-weight:500;color:#444;text-align:center;letter-spacing:.1px}#oh-shape-bundle .osb-size-hint--done{display:none}#oh-shape-bundle .osb-option:not(.osb-selected) .osb-size-hint{display:none}#oh-shape-bundle .osb-save-bar{margin-top:14px;background:#e9f6e7;color:#137305;font-weight:800;font-size:13px;text-align:center;border-radius:8px;padding:9px;display:flex;align-items:center;justify-content:center;gap:6px}#oh-shape-bundle .osb-option:not(.osb-selected) .osb-save-bar{display:none}#oh-shape-bundle .osb-save-amt{font-weight:900}.osb-media-pill{position:absolute;top:12px;left:12px;z-index:5;background:#7d537d;color:#fff;font-size:11px;font-weight:500;letter-spacing:.02em;line-height:1.5;padding:3px 10px;border-radius:20px;white-space:nowrap;pointer-events:none}.shop-image-container{position:relative}@media(max-width:380px){#oh-shape-bundle .osb-variants--tiles{gap:6px 5px}#oh-shape-bundle .osb-size-bar{max-width:66px;font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/oh-shape-bundle.css.map */
