.th-skf__form-header{padding-bottom:36px;display:flex;flex-direction:column;gap:12px;width:100%}.th-skf__form-title{font-size:32px;font-family:MetroSans,Helvetica,sans-serif}.th-skf{padding-top:36px;padding-bottom:36px;display:flex;flex-direction:column}.th-skf__stepper-indicator{display:flex;text-align:center;font-size:10px;padding:0 12px;width:100%}.th-skf__step{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.th-skf__step.th-active{cursor:pointer}.th-skf__step:before{content:"";width:calc(100% - 30px);height:1px;background:#2f2f2f80;position:absolute;right:calc(-50% + 15px);top:7px;z-index:-1}.th-skf__step.th-active:before{background:#606c53}.th-skf__step:last-of-type:before{display:none}.th-skf__step-icon{width:15px;height:15px;background:#2f2f2f80;display:flex;align-items:center;justify-content:center;border-radius:8px}.th-skf__step-icon svg{display:none}.th-skf__step.th-active .th-skf__step-icon{background:#606c53}.th-skf__step.th-active .th-skf__step-icon svg{display:block}.th-skf__step-language{padding:4px;line-height:11px;font-weight:700}.th-skf__form-steps{padding-bottom:40px;padding-top:20px;width:100%}.th-skf__form-step{visibility:hidden;height:0px;opacity:0;display:flex;flex-direction:column}.th-skf__form-step.th-active{visibility:visible;height:100%;opacity:1;transition:opacity .3s ease-in-out;position:relative}.th-skf__collection:after{content:"";width:calc(100% - 24px);margin:0 auto;display:block;border-bottom:1px solid rgba(146,146,146,1)}.th-skf__collection-heading{padding:13px 14px 14px;display:flex;align-items:center;gap:16px;cursor:pointer}.th-skf__collection-toggle-icon{width:12px;height:12px;position:relative}.th-skf__collection-toggle-icon span{content:"";display:block;width:12px;height:1px;background:#929292;position:absolute;top:calc(50% - 1px);transition:.2s ease-out}.th-skf__collection-toggle-icon span:first-of-type{transform:rotate(90deg)}.th-skf__collection-toggle-icon span:last-of-type{transform:rotate(0)}.th-skf__collection.th-active .th-skf__collection-toggle-icon span:first-of-type{transform:rotate(225deg)}.th-skf__collection.th-active .th-skf__collection-toggle-icon span:last-of-type{transform:rotate(315deg)}.th-skf__collection-title{line-height:normal;font-weight:700}.th-skf__collection-content{max-height:0;overflow:hidden;transition:.3s ease-out}.th-skf__collection-swatches{display:flex;text-align:center;font-size:11px;overflow:auto;padding:24px 14px 18px}input[type=checkbox].th-skf__collection-swatch-input{visibility:hidden;margin:0;width:0px}.th-skf__collection-swatch-input:disabled+.th-skf__collection-swatch{opacity:.5;cursor:not-allowed}.th-skf__collection-swatch{display:flex;flex-direction:column;margin-right:16px;position:relative;max-width:min-content;font-size:11px;line-height:11px;text-align:left}.th-skf__collection-swatch:last-of-type{margin:0}.th-skf__collection-swatch-title{padding:2px 4px}.th-skf__collection-swatch-image-wrap{padding:4px}.th-skf__collection-swatch-input:checked+.th-skf__collection-swatch .th-skf__collection-swatch-image-wrap{border-radius:4px;border:2px solid #2F2F2F;padding:2px}.th-skf__collection-swatch-image{width:75px;height:75px;border-radius:2px;background-color:#f5f5f5;background-size:cover;background-position:center;background-repeat:no-repeat}.th-skf__swatch-icon{width:0px;height:0px;background:#606c53;display:flex;align-items:center;justify-content:center;border-radius:10px;position:absolute;top:2px;right:2px;transition:.1s ease-in-out;transform:translate(50%,-50%)}.th-skf__selected-swatches .th-skf__swatch-icon,.th-skf__collection-sidebar-swatches .th-skf__swatch-icon{width:20px;height:20px;background:#2f2f2f;cursor:pointer}.th-skf__collection-swatch-input:checked+.th-skf__collection-swatch .th-skf__swatch-icon{width:20px;height:20px}.th-skf__swatch-icon svg{width:10px;height:auto}.th-skf__form-fields,.th-skf__field-group{display:flex;flex-direction:column;gap:12px}.th-skf__group-title{font-weight:700;width:100%}.th-skf__input-group{display:flex;position:relative;font-size:14px}.th-skf__input-group:not(.__type-select,.__type-checkbox) label{position:absolute;left:13px;top:13px;color:#2f2f2fb3;transition:.15s ease-out;cursor:auto}.th-skf__input-group input{width:100%;padding:12px}.th-skf__input-group input.show-error{border:1px solid var(--primary-btn-bg-color)}.th-skf__input-group.__type-checkbox input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.th-skf__input-group input:focus{outline:none!important;border:1px solid #000;box-shadow:0 0 1px #000}.th-skf__input-group.th-active:not(.__type-select,.__type-checkbox) label{background:#fff;top:-10px;left:6px;font-size:75%;padding:0 6px}.th-skf__input-group.__type-checkbox label{position:relative;cursor:pointer}.th-skf__input-group.__type-checkbox label:before{content:"";-webkit-appearance:none;background-color:transparent;border:1px solid #000000;box-shadow:0 1px 2px #0000000d,inset 0 -15px 10px -12px #0000000d;padding:8px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:5px}.th-skf__input-group.__type-checkbox input:checked+label:after{content:"";display:block;position:absolute;top:5px;left:7px;width:5px;height:11px;border:solid #000000;border-width:0 2px 2px 0;transform:rotate(45deg)}.th-skf__input-group.__type-select{flex-direction:column;gap:6px}.th-skf__input-group.__type-select label{font-size:16px;font-weight:700}.th-skf__input-group.__type-select select{padding:12px;width:100%}.th-skf__input-group.__type-select select.show-error{border:1px solid var(--primary-btn-bg-color)}.th-skf__form-footer{display:flex;flex-direction:column;width:100%;max-width:500px;margin:auto}.th-skf__selected-swatches-wrap{position:relative;height:45px;display:none}.th-skf__selected-swatches-wrap.th-active{display:block}.th-skf__selected-swatches{position:absolute;bottom:0;background-color:#f5f5f5;width:100%;overflow:hidden;display:flex;flex-direction:column}.th-skf__selected-swatches.th-active{box-shadow:#959da54d 0 0 24px}.th-skf__selected-title{display:flex;justify-content:center;align-items:center;position:relative;line-height:normal;font-weight:700;font-size:13px;height:45px;padding:0 12px;cursor:pointer}.th-skf__selected-title .th-skf__icon-wrap{position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:.15s ease-in-out}.th-skf__selected-swatches.th-active .th-skf__selected-title .th-skf__icon-wrap{transform:rotate(180deg)}.th-skf__selected-title .th-skf__icon-wrap svg{width:16px;height:auto;color:#2f2f2f}.th-skf__selected-swatches-outer{transition:.15s ease-in-out;overflow-x:auto;overflow-y:hidden;padding:0 12px}.th-skf__selected-swatches-inner{display:flex;padding:16px 0}.th-skf__footer-btn-wrap{display:flex;flex-direction:column}.th-skf__footer-btn,.th-skf__footer-btn-desktop{background:var(--primary-btn-bg-color);color:var(--primary-btn-text-color);width:100%;height:62px;display:none;align-items:center;justify-content:center;line-height:normal;font-weight:700;gap:24px;transition:all .2s ease-out}.th-skf__footer-btn[disabled]{background:#f5f5f5;color:#1a202c;border-top:1px solid #ebebeb}.th-skf__footer-btn-desktop[disabled]{background:#f5f5f5;color:#1a202c}.th-skf__footer-btn.th-active,.th-skf__footer-btn-desktop.th-active{display:flex}.__footer-disclaimer{font-size:14px;margin-top:12px;padding:0 14px}.th-skf__confirm-swatches{display:flex;flex-wrap:wrap;column-gap:16px}.th-skf__confirm-swatches .th-skf__collection-swatch{margin:0}.th-skf__order-confirm,.th-skf__order-complete{display:flex;flex-direction:column;gap:26px}.th-skf__complete-form-fields,.th-skf__confirm-form-fields{display:flex;flex-wrap:wrap;column-gap:12px}.th-skf__complete-form-fields span,.th-skf__confirm-form-fields span{width:calc(50% - 6px)}.th-skf__collection-sidebar,.th-skf__submit-error-message{display:none}.th-skf__submit-error-message.th-active{display:block;color:var(--primary-btn-bg-color);text-align:center;padding:12px 0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.th-skf__loader-spinner{border:3px solid rgba(0,0,0,.1);border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:spin 1.5s linear infinite;display:none}.th-loading .th-skf__loader-spinner{display:block}.th-loading .th-skf__footer-btn .submit-btn-text{display:none}@media only screen and (min-width: 1024px){.th-skf__form-header{padding-bottom:48px}.th-skf__collection-sidebar.th-active{display:flex;flex-direction:column;height:fit-content;position:sticky;top:120px;gap:24px}.th-skf__selected-swatches-wrap.th-active,.th-skf__footer-btn.th-active[data-th-go-to-step="2"]{display:none}.th-skf__form-step.th-active[data-th-step="1"]{display:flex;flex-direction:row;gap:36px}.th-skf__form-step.th-active[data-th-step="1"] .th-skf__collection-wrapper{flex:1}.th-skf__form-step.th-active[data-th-step="1"] .th-skf__collection-sidebar.th-active{width:33%}.th-skf__collection-swatches{flex-wrap:wrap}.th-skf__selected-swatches-outer{overflow:hidden}.th-skf__selected-swatches-inner{flex-wrap:wrap}.th-skf__collection-sidebar-swatches .th-skf__selected-title{justify-content:flex-start;font-size:16px}.th-skf__form-fields{gap:24px}.th-skf__field-group{flex-direction:row;flex-wrap:wrap;gap:12px}.th-skf__input-group{width:calc(50% - 12px)}.th-skf__form-step[data-th-step="2"],.th-skf__form-step[data-th-step="3"],.th-skf__form-step[data-th-step="4"]{width:100%;max-width:750px;margin:auto}.th-skf__form-steps{padding:45px;max-width:1660px;margin:0 auto}.th-skf__collection-swatch-title{font-size:12px}.th-skf__step-language{font-size:12px;line-height:12px}.__footer-disclaimer{padding:0}.th-skf__form-footer .__footer-disclaimer{display:none}}@media only screen and (min-width: 1440px){.th-skf__collection-swatch-image{width:100px;height:100px}}
/*# sourceMappingURL=/cdn/shop/t/200/assets/section-th-swatch-kit-form.css.map */
