ui-switch{display:inline-flex;align-items:center;gap:8px;user-select:none;-webkit-user-select:none;font-family:inherit;height:fit-content;--ui-switch-on: rgb(var(--color-base-accent));--ui-switch-off: #e5e7eb;--ui-switch-thumb: rgb(120 120 120)}ui-switch .ui-switch__label-left,ui-switch .ui-switch__label-right{font-size:1rem;line-height:1;color:#aaa}ui-switch .ui-switch__track{position:relative;display:inline-flex;align-items:center;width:44px;height:24px;border-radius:9999px;flex-shrink:0;outline:none;cursor:pointer;border:1px solid rgb(90 90 90);background:transparent;transition:background .2s cubic-bezier(.4,0,.2,1)}ui-switch .ui-switch__track:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--ui-switch-on, #111)}ui-switch[checked] .ui-switch__track{background:var(--ui-switch-on, #111)}ui-switch[disabled] .ui-switch__track{opacity:.45;cursor:not-allowed;pointer-events:none}ui-switch .ui-switch__thumb{position:absolute;display:block!important;left:3px;width:18px;height:18px;border-radius:50%;background:var(--ui-switch-thumb, #fff);box-shadow:0 1px 3px #0003;pointer-events:none;transform:translate(0);transition:transform .2s cubic-bezier(.4,0,.2,1)}ui-switch[checked] .ui-switch__thumb{transform:translate(20px);background-color:#000}
/*# sourceMappingURL=/cdn/shop/t/46/assets/component-ui-switch.css.map */
