.quote-modal-widget{--qm-z: 100100}.quote-modal-widget__launcher{position:fixed;bottom:10%;right:-32px;z-index:var(--qm-z);transform:translateY(-50%) rotate(270deg);transform-origin:center center;background:#000;color:#fff;border:none;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;white-space:nowrap;border-radius:4px;box-shadow:0 2px 8px #0003}.quote-modal-widget__launcher:hover{opacity:.92}.quote-modal-widget__launcher-badge{font-weight:600}.quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--qm-z) + 1)}.quote-modal[hidden],.quote-modal-widget__launcher[hidden]{display:none!important}.quote-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.quote-modal__dialog{position:relative;width:min(1320px,calc(100% - 32px));max-height:min(92vh,900px);margin:4vh auto;background:#fff;border-radius:8px;box-shadow:0 24px 80px #0003;display:flex;flex-direction:column;outline:none}.quote-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 0;gap:12px;border-bottom:1px solid #e8e8e8}.quote-modal__tabs{display:flex;gap:28px}.quote-modal__tab{background:none;border:none;font-size:16px;font-weight:500;color:#666;cursor:pointer;padding:12px 0 14px;margin-bottom:-1px;border-bottom:3px solid transparent}.quote-modal__tab:hover{color:#111}.quote-modal__tab.is-active{color:#111;font-weight:700;border-bottom-color:#111}.quote-modal__close{flex-shrink:0;width:40px;height:40px;border:none;background:transparent;cursor:pointer;font-size:28px;line-height:1;color:#333}.quote-modal__close:hover{color:#000}.quote-modal__panels{overflow:visible;display:flex;flex-direction:column;min-height:0;flex:1}.quote-modal__panel{flex:1;display:none;flex-direction:column;min-height:0}.quote-modal__panel.is-active{display:flex}.quote-modal__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;overflow:visible;flex:1;min-height:0;border-bottom:1px solid #e8e8e8}.quote-modal__column--products{border-right:1px solid #e8e8e8;padding:24px 28px;overflow-y:auto;min-width:0}.quote-modal__column--form{padding:24px 28px;overflow-x:visible;overflow-y:auto;min-width:0}.quote-modal__product-empty{text-align:center}.quote-modal__cube{margin:0 auto 16px;color:#ccc}.quote-modal__cube svg{display:block;margin:0 auto}.quote-modal__empty-title{font-weight:600;margin:0 0 8px;font-size:16px}.quote-modal__empty-sub{color:#666;margin:0 0 20px;font-size:14px;line-height:1.4}.quote-modal__selected-list{display:flex;flex-direction:column;gap:16px}.quote-modal__selected-item{border:1px solid #e5e5e5;border-radius:6px;padding:14px 16px;display:grid;grid-template-columns:auto 1fr auto;gap:14px 16px;align-items:start}.quote-modal__selected-thumb{width:80px;height:80px;object-fit:cover;border-radius:6px;background:#f5f5f5;flex-shrink:0}.quote-modal__selected-meta{min-width:0}.quote-modal__selected-title{display:block;font-size:14px;font-weight:600;line-height:1.45;word-wrap:break-word}.quote-modal__listed{margin:10px 0 0;font-size:13px;color:#333;line-height:1.4}.quote-modal__listed strong{font-weight:700;color:#111}.quote-modal__listed-label{font-weight:500;color:#555}.quote-modal__listed-unit{color:#666;font-weight:400}.quote-modal__line-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px 24px;margin-top:14px}.quote-modal__control-block{display:flex;flex-direction:column;gap:6px;min-width:0}.quote-modal__control-block--grow{flex:1 1 180px;min-width:160px}.quote-modal__control-label{font-size:12px;font-weight:600;color:#444}.quote-modal__stepper{display:inline-flex;align-items:stretch;border:1px solid #d0d0d0;border-radius:6px;overflow:hidden;background:#fff}.quote-modal__stepper-btn{width:40px;border:none;background:#f5f5f5;font-size:18px;line-height:1;cursor:pointer;padding:0;font-weight:600}.quote-modal__stepper-btn:hover{background:#eee}.quote-modal__qty-input{width:56px;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;text-align:center;font-size:15px;font-weight:600;font-family:inherit;padding:8px 4px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quote-modal__qty-input::-webkit-outer-spin-button,.quote-modal__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quote-modal__offer-field{display:flex;align-items:stretch;border:1px solid #d0d0d0;border-radius:6px;overflow:hidden;background:#fff;max-width:220px}.quote-modal__offer-prefix{padding:8px 10px;background:#f5f5f5;border-right:1px solid #e0e0e0;font-size:14px;font-weight:600}.quote-modal__offer-input{flex:1;border:none;padding:8px 10px;font-size:15px;font-family:inherit;min-width:0;width:100%;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quote-modal__offer-input::-webkit-outer-spin-button,.quote-modal__offer-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quote-modal__selected-remove{border:none;background:none;color:#c00;cursor:pointer;font-size:13px;text-decoration:underline;white-space:nowrap;align-self:start}.quote-modal__form-title{font-weight:700;font-size:16px;margin-bottom:16px}.quote-modal__form{display:flex;flex-direction:column;gap:18px}.quote-modal__fieldset{margin:0;padding:0;border:none}.quote-modal__legend{padding:0;margin:0 0 12px;font-weight:700;font-size:15px}.quote-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.quote-modal__field{margin-bottom:4px}.quote-modal__field.single{grid-column:1 / -1}.quote-modal__field label{display:block;font-size:13px;margin-bottom:6px;font-weight:500}.quote-modal__field .req{color:#e01919}.quote-modal__field input,.quote-modal__field textarea{width:100%;box-sizing:border-box;border:1px solid #d0d0d0;border-radius:6px;padding:10px 12px;font-size:14px;font-family:inherit}.quote-modal .iti input.iti__tel-input,.quote-modal .iti input.iti__tel-input[type=tel]{position:relative;z-index:0;background-color:transparent!important;background-image:none!important}.quote-modal .iti__flag-container{z-index:3!important}.quote-modal .iti__selected-flag{position:relative;z-index:1!important}.quote-modal button.iti__selected-flag{color:#111!important;cursor:pointer;font-family:inherit;font-weight:inherit;font-size:14px;display:flex!important;align-items:center;justify-content:center!important;padding-left:10px!important;padding-right:10px!important;gap:4px;width:100%;box-sizing:border-box}.quote-modal .iti ::placeholder{color:#11111173}.quote-modal__field .iti input.iti__tel-input,.quote-modal__field .iti input.iti__tel-input[type=tel]{border:none!important;border-radius:0;box-shadow:none}.quote-modal__field textarea{resize:vertical;min-height:72px}body>.iti--container{z-index:2147483646!important}.quote-modal .iti{width:100%;display:block;border:1px solid #d0d0d0;border-radius:6px;background:#fff;box-sizing:border-box}.quote-modal .iti--inline-dropdown .iti__dropdown-content{z-index:40}.quote-modal .iti--inline-dropdown .iti__dropdown-content:not(.iti__dropdown-content--dropup){margin-top:0!important}.quote-modal .iti__selected-dial-code{color:#111!important;-webkit-text-fill-color:#111!important;font-weight:500;text-align:center}.quote-modal__phone{display:flex;align-items:stretch;gap:0;border:1px solid #d0d0d0;border-radius:6px;overflow:hidden}.quote-modal__phone.quote-modal__phone--intl{display:block;overflow:visible;border:none;border-radius:0;padding:0;gap:0}.quote-modal__phone-prefix{padding:10px;background:#f5f5f5;font-size:14px;border-right:1px solid #d0d0d0;display:flex;align-items:center}.quote-modal__phone input{border:none;flex:1;border-radius:0}.quote-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:16px;flex-wrap:wrap}.quote-modal__brand{font-size:13px;color:#444}.quote-modal__footer-messages{flex:1 1 100%;order:-1;min-height:0}.quote-modal__footer-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.quote-modal__inline-error{margin:0 0 8px;color:#c00;font-size:13px;font-weight:600}.quote-modal__submit-error{margin:0 0 8px;color:#c00;font-size:13px}.quote-modal__btn--full{width:100%;justify-content:center;text-align:center}.quote-modal__followup{position:absolute;top:0;right:0;bottom:0;left:0;z-index:calc(var(--qm-z) + 4);display:flex;align-items:center;justify-content:center}.quote-modal__followup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.quote-modal__followup-dialog{position:relative;width:min(420px,calc(100% - 48px));max-height:min(82vh,520px);margin:auto;padding:8px 20px 20px;background:#fff;border-radius:8px;box-shadow:0 16px 48px #0003;z-index:1;display:flex;flex-direction:column}.quote-modal__followup-header{display:flex;justify-content:flex-end;margin:0 -8px}.quote-modal__followup-title{margin:4px 0 12px;font-size:18px;font-weight:700;line-height:1.3}.quote-modal__followup-text{margin:0 0 8px;font-size:14px;line-height:1.45;color:#333}.quote-modal__followup-email{margin:0 0 16px;font-size:14px;font-weight:600;word-break:break-word}.quote-modal__followup-error{margin:0 0 12px;color:#c00;font-size:13px}.quote-modal__followup-actions{display:flex;flex-direction:column;gap:12px;margin-top:4px}.quote-modal__followup-actions .quote-modal__btn{flex:none}.quote-modal__btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.quote-modal__btn--outline{background:#fff;border:1px solid #111;color:#111}.quote-modal__btn--black{background:#111;color:#fff;border:1px solid #111}.quote-modal__btn--black:hover,.quote-modal__btn--outline:hover{opacity:.9}.quote-modal__history-wrap{padding:20px 24px;overflow:auto;flex:1;min-height:200px}.quote-modal__history-empty{color:#666;text-align:center;padding:48px 16px}.quote-modal__table-wrap{overflow-x:auto}.quote-modal__table{width:100%;border-collapse:collapse;font-size:13px}.quote-modal__table th{background:#f6f6f6;text-align:left;padding:10px;border:1px solid #ddd;font-weight:700;white-space:nowrap}.quote-modal__table td{padding:10px;border:1px solid #ddd;vertical-align:middle}.quote-modal__history-thumb{width:48px;height:48px;object-fit:cover;border-radius:4px}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.quote-modal__search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--qm-z) + 3)}.quote-modal__search[hidden],.quote-modal__search[aria-hidden=true]:not(.quote-modal__search--open-compat),.quote-modal__followup[hidden]{display:none!important}.quote-modal__search-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.quote-modal__search-dialog{position:relative;width:min(640px,calc(100% - 48px));max-height:min(82vh,720px);margin:6vh auto;background:#fff;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 24px 60px #00000040}.quote-modal__search-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e8e8e8}.quote-modal__search-title{margin:0;font-size:18px}.quote-modal__search-body{padding:16px 20px;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:280px}.quote-modal__search-input{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #ccc;border-radius:6px;font-size:15px;margin-bottom:12px}.quote-modal__search-results{flex:1;overflow-y:auto;border:1px solid #e5e5e5;border-radius:6px}.quote-modal__search-row{display:grid;grid-template-columns:34px 64px 1fr;gap:12px;align-items:center;padding:12px;border-bottom:1px solid #eee}.quote-modal__search-row:last-child{border-bottom:none}.quote-modal__search-row img{width:56px;height:56px;object-fit:cover;border-radius:4px;background:#f5f5f5}.quote-modal__search-row-title{font-size:14px;font-weight:500;line-height:1.35}.quote-modal__search-row-price{font-size:13px;color:#666;margin-top:4px}.quote-modal__search-loading,.quote-modal__search-hint,.quote-modal__search-error{padding:20px;text-align:center;font-size:14px;color:#666}.quote-modal__search-footer{display:flex;justify-content:space-between;gap:12px;padding:14px 20px;border-top:1px solid #e8e8e8}@media screen and (max-width:900px){.quote-modal__dialog{width:min(1120px,calc(100% - 24px))}.quote-modal__body{grid-template-columns:1fr}.quote-modal__column--products{border-right:none;border-bottom:1px solid #e8e8e8;padding:20px}.quote-modal__column--form{padding:20px}.quote-modal__selected-thumb{width:72px;height:72px}.quote-modal__row{grid-template-columns:1fr}}@media screen and (max-width:600px){.quote-modal-widget__launcher{font-size:12px;padding:8px 12px;right:-36px}.quote-modal__dialog{width:calc(100% - 16px);margin:2vh auto;max-height:96vh}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/quote-modal.css.map */
