:root{--rfq-primary-bg-color: #1d1b61;--rfq-primary-text-color: #001;--rfq-secondary-text-color: #6b7280;--rfq-danger-text-color: #dc2626}.rfq-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.rfq-modal.is-open{opacity:1;visibility:visible}.rfq-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.rfq-modal__dialog{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:min(700px,90vw);height:65vh;margin-top:7vh;background:#fff;border-radius:5px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 60px #00000047;transition:top .25s ease}.rfq-modal.is-open .rfq-modal__dialog{top:0}.rfq-modal__close{position:absolute;top:14px;right:14px;z-index:2;width:28px;height:28px;border:0;background:transparent;color:#374151;font-size:24px;line-height:1;cursor:pointer}.rfq-modal__steps{display:flex;padding:40px 40px 22px;gap:12px;color:var(--rfq-primary-text-color);border-bottom:1px solid #e5e7eb;flex:0 0 auto}.rfq-modal__step{flex:1;display:flex;align-items:center;gap:10px;min-width:0;font-size:14px;font-weight:500}.rfq-modal__step-badge{width:36px;height:36px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;background:#ececec;color:#646691;font-size:12px;font-weight:700}.rfq-modal__step[data-active=true] .rfq-modal__step-badge{background:var(--rfq-primary-bg-color);color:#fff}.rfq-modal__form{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.rfq-modal__panel{flex:1;min-height:0;overflow-y:auto;padding:28px 40px 24px}.rfq-modal__panel[hidden],.rfq-modal [hidden]{display:none!important}.rfq-modal__field{display:flex;flex-direction:column;gap:7px;font-size:14px}.rfq-modal__field--type{margin-bottom:24px}.rfq-modal__label{color:#111827;font-size:14px;font-weight:500}.rfq-modal__required{color:var(--rfq-danger-text-color)}.rfq-modal input,.rfq-modal select,.rfq-modal textarea{width:100%;border:1px solid #d1d5db;border-radius:6px;background:#fff;padding:8px 12px;color:#000;font-size:16px;line-height:1.4}.rfq-modal select{-webkit-appearance:none;appearance:none;padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,#1d1b61 50%),linear-gradient(135deg,#1d1b61 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.rfq-modal textarea{resize:vertical}.rfq-modal input:focus,.rfq-modal select:focus,.rfq-modal textarea:focus{outline:2px solid rgba(29,27,97,.22);border-color:var(--rfq-primary-bg-color)}.rfq-modal__segmented,.rfq-modal__radio-row{display:flex;gap:10px}.rfq-modal__segmented label{flex:1;position:relative;cursor:pointer}.rfq-modal__segmented input{position:absolute;opacity:0;pointer-events:none}.rfq-modal__segmented span{display:flex;min-height:40px;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:#374151;font-size:14px;font-weight:500}.rfq-modal__segmented input:checked+span{background:var(--rfq-primary-bg-color);color:#fff;border-color:var(--rfq-primary-bg-color)}.rfq-modal__radio-row label{display:inline-flex;align-items:center;gap:6px}.rfq-modal__radio-row input{width:auto}.rfq-modal__empty{padding:72px 12px;text-align:center;color:#6b7280}.rfq-modal__item-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:8px}.rfq-modal__item-table th{border-bottom:1px solid #e5e7eb;padding:14px 8px;color:#374151;font-weight:500;text-align:left}.rfq-modal__item-table td{border-bottom:1px solid #e5e7eb;padding:16px 8px;vertical-align:middle}.rfq-modal__item-product{display:flex;gap:12px;align-items:center}.rfq-modal__item-product img{width:48px;height:48px;border-radius:5px;object-fit:cover;border:1px solid #e5e7eb}.rfq-modal__item-name{color:#111827;font-weight:600;line-height:1.4}.rfq-modal__item-variant{color:#6b7280;font-size:13px;line-height:1.4}.rfq-modal__qty-row{display:flex;gap:8px;align-items:center}.rfq-modal__qty-row input{width:78px}.rfq-modal__delete{width:34px;height:34px;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:#6b7280;cursor:pointer}.rfq-modal__subtotal{margin-top:16px;text-align:right;color:#111827;font-size:16px;font-weight:700}.rfq-modal__card{background:#fff;border-radius:0;box-shadow:none;margin-bottom:20px}.rfq-modal__card-header{padding:20px 24px 12px}.rfq-modal__card-header h3{margin:0 0 8px;color:#000;font-size:18px;font-weight:500}.rfq-modal__card-header p{margin:0;color:#6b7280;font-size:14px}.rfq-modal__card-body{padding:12px 24px 20px}.rfq-modal__fields{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.rfq-modal__fields .rfq-modal__field{grid-column:span 12}.rfq-modal__fields [data-rfq-half]{grid-column:span 6}.rfq-modal__form-value{color:#000;font-size:14px;line-height:1.5;word-break:break-word;white-space:pre-wrap}.rfq-modal__error-message{color:var(--rfq-danger-text-color);font-size:12px;margin-top:3px}.rfq-modal__field.has-error input,.rfq-modal__field.has-error select,.rfq-modal__field.has-error textarea{border-color:var(--rfq-danger-text-color)}.rfq-modal__submit-error{margin:0 40px 12px;color:var(--rfq-danger-text-color);font-size:13px}.box_tel .rfq-product-phone{display:block;padding:12px 16px;border:1px solid #d1d5db;border-radius:5px;background:#fff;text-align:center}.box_tel .rfq-product-phone__number{display:block;color:#1d1b61;font-size:22px;font-weight:700;line-height:1.35;text-decoration:none}.box_tel .rfq-product-phone__hours{display:block;margin-top:3px;color:#6b7280;font-size:12px;line-height:1.5}.box_estimate_btn{margin-top:4px;margin-bottom:24px}.box_estimate_link{margin-top:18px;margin-bottom:28px}.rfq-product-contact-link{display:inline-block;color:#1d1b61;font-size:14px;font-weight:500;line-height:1.6;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.rfq-product-contact-link:hover{opacity:.72}.rfq-modal__footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;margin:0;padding:28px max(40px,calc((100% - 576px)/2)) 32px;border-top:1px solid #e5e7eb;flex:0 0 auto}.rfq-modal__button{position:relative;width:100%;min-height:40px;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:#374151;padding:8px 16px;font-size:14px;font-weight:500;box-shadow:0 1px 2px #0000000d;cursor:pointer}.rfq-modal__button--primary{background:var(--rfq-primary-bg-color);color:#fff}.rfq-modal__button[disabled]{cursor:not-allowed;opacity:.72}.rfq-modal__button[loading]:before{content:"";display:inline-block;width:16px;height:16px;margin-right:8px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;vertical-align:-3px;animation:rfq-spin 1s linear infinite}@keyframes rfq-spin{to{transform:rotate(360deg)}}@media(max-width:1536px){.rfq-modal__dialog{height:75vh}}@media(max-width:768px){.rfq-modal__dialog{width:90vw;height:75vh;margin-top:5vh}.rfq-modal__steps{padding:24px 24px 18px;gap:8px}.rfq-modal__step{flex-direction:column;align-items:center;gap:6px;text-align:center;font-size:12px}.rfq-modal__step-badge{width:32px;height:32px;flex-basis:32px}.rfq-modal__panel{padding:24px 24px 20px}.rfq-modal__item-table thead{display:none}.rfq-modal__item-table,.rfq-modal__item-table tbody,.rfq-modal__item-table tr,.rfq-modal__item-table td{display:block;width:100%}.rfq-modal__item-table tr{border-bottom:1px solid #e5e7eb;padding:16px 0;margin-bottom:4px}.rfq-modal__item-table td{border:0;padding:8px 0}.rfq-modal__fields{grid-template-columns:repeat(6,1fr)}.rfq-modal__fields [data-rfq-half]{grid-column:span 6}.rfq-modal__footer{grid-template-columns:1fr;width:auto;margin:0;padding:24px;border-top:1px solid #e5e7eb}.rfq-modal__submit-error{margin:0 24px 10px}.box_tel .rfq-product-phone__number{font-size:20px}.box_estimate_btn{margin-top:2px;margin-bottom:20px}.box_estimate_link{margin-top:16px;margin-bottom:24px}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/rfq-inquiry.css.map */
