:root{--qr-max-w: 1200px;--qr-box-r: 28px;--qr-card-r: 12px;--qr-shadow-main: 0 20px 40px rgba(0,0,0,.2);--qr-shadow-card: 0 4px 16px rgba(0,0,0,.1);--qr-header-h: 130px;--qr-gap: 20px;--qr-font: inherit;--qr-blue: #3668cb;--qr-navy: #000}#quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:9999;font-family:var(--qr-font)}#quote-modal.active{display:flex}.qr-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.qr-box{position:relative;width:90vw;max-width:var(--qr-max-w);background:#fff;overflow:auto;max-height:80%;border-radius:var(--qr-box-r);box-shadow:var(--qr-shadow-main)}.qr-close{position:absolute;top:20px;right:20px;background:none;border:0;font-size:24px;line-height:1;color:#000;cursor:pointer;z-index:9999}.qr-header{position:relative;height:var(--qr-header-h);padding:25px 32px 0;background:none;clip-path:none;color:#fff}.qr-header:before{content:"";position:absolute;top:-2px;left:-2px;width:100%;height:400px;background:url(/cdn/shop/files/modalBGquote.png?v=1748462776) no-repeat 0 0 / contain;z-index:0}.qr-header h2,.qr-header p{position:relative;z-index:2}.qr-header h2{margin:0;font-size:28px;font-weight:700}.qr-header p{margin:0;font-size:14px;font-weight:400;opacity:.9}.qr-body{display:flex;padding:0 var(--qr-gap) var(--qr-gap);align-items:flex-start}.qr-products{flex:1.5;display:flex;flex-direction:column;gap:var(--qr-gap);margin-top:-30px}.qr-products table{width:100%;border-collapse:separate;border-spacing:0 10px}.qr-products thead{display:none}.qr-products tr{height:110px;background:#fff;border-radius:var(--qr-card-r);box-shadow:var(--qr-shadow-card);overflow:hidden}.qr-products td{vertical-align:middle;padding:0 10px;font-size:14px;color:#1a1a1a;background:#fff;border-bottom:0}.qr-products td:first-child{width:110px;padding-left:15px;border-radius:20px 0 0 20px}.qr-products td:first-child img{width:80px;height:80px;border-radius:10px;object-fit:cover}.qr-products td:nth-child(2){font-weight:500;line-height:1.25;text-align:left}.qr-products td:last-child{text-align:right;padding-right:24px}.qty-control{display:inline-flex;align-items:center;gap:12px}.qty-control button{width:40px;height:40px;border-radius:40px;font-size:18px;border:1px solid #D0D5DD;background:#fff;cursor:pointer}.qty-control button:last-child{border:none;background:none}.qty-control span{min-width:26px;text-align:center;font-weight:600;margin-top:-10px}.qty-control span:before{content:"Qty";display:block;font-size:11px;line-height:1;color:#777;margin-bottom:2px}.qr-note{text-align:center;color:#333;z-index:999;background:#fff;border-radius:45px;padding:5px 35px;margin:auto}.qr-form{z-index:99;flex:0 0 40%;align-self:flex-start;height:auto;background:#fff;border-radius:var(--qr-card-r);box-shadow:var(--qr-shadow-card);padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:var(--qr-gap);margin-top:-60px;margin-bottom:0;position:sticky;top:40px}.qr-form input,.qr-form textarea{width:100%;border:none;border-bottom:1px solid #E4E7EC;padding:8px 15px;font-size:14px;background:transparent}.qr-form input::placeholder,.qr-form textarea::placeholder{color:#9ca3af}textarea#qr-comments{grid-column:2/3;resize:none;height:42px}.qr-upload{grid-column:1 / -1;justify-self:right;margin-top:0;padding:14px 24px;font-size:14px;cursor:pointer;border:1px solid #ddd;border-radius:32px;background:#fff;color:#333;transition:background .15s}.qr-upload:hover{background:#f4f6fa}.qr-error{grid-column:1/-1;font-size:12px;color:#e11d48;text-align:center;margin-top:-8px}.qr-footer{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:16px 32px 24px;border-top:1px solid #F2F4F7;position:sticky;bottom:0;z-index:999;background:#fff;box-shadow:var(--qr-shadow-card)}.qr-continue{padding:10px 22px;font-size:14px;cursor:pointer;background:#fff;border:1px solid #000;border-radius:45px}.qr-submit{padding:14px 45px;font-size:18px;font-weight:600;color:#fff;background:var(--qr-blue);border:none;border-radius:32px;cursor:pointer}.qr-submit:hover{background:#2859bf}.qr-submit.enabled{cursor:pointer;opacity:1}@keyframes check-stroke{0%{stroke-dashoffset:38}80%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.qr-success{padding:60px 40px;text-align:center}.qr-check{width:90px;height:90px;margin:0 auto 15px}.qr-check circle{fill:none;stroke:#36b37e;stroke-width:3}.qr-check polyline{fill:none;stroke:#36b37e;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:38;stroke-dashoffset:38;animation:check-stroke .8s ease-out forwards}.qr-success h2{font-size:26px;margin:0 0 12px;animation:fade-up .4s .5s both}.qr-success p{font-size:15px;line-height:1.4;margin:0 0 32px;animation:fade-up .4s .6s both}.qr-success .qr-btn{display:inline-block;margin:0 10px;padding:12px 26px;font-size:15px;font-weight:600;border-radius:30px;transition:.15s}.qr-success .qr-shop{border:2px solid #000;color:#000;background:#fff}.qr-success .qr-new{border:none;background:#3668cb;color:#fff}.qr-success .qr-btn:hover{transform:translateY(-2px)}.qr-body{display:flex;flex-wrap:wrap}.qr-products{flex:1 1 55%}.qr-form-wrap{flex:1 1 45%;display:flex;flex-direction:column}.qr-form-heading{margin:0 0 .75rem;font-size:1.1rem}.qr-search{margin:0;position:relative;flex:1}#qr-search-input{width:100%;padding:.5em;box-sizing:border-box;border-bottom:1px solid #BBB}.qr-search-results{list-style:none;margin:0;padding:0;position:absolute;left:0;bottom:100%;width:100%;max-height:15em;overflow-y:auto;background:#fff;border:0px solid #ccc;z-index:10}.qr-search-results li{display:flex;align-items:center;padding:.5em;cursor:pointer}.qr-search-results li:hover{background:#f0f0f0}.qr-search-results img{margin-right:.5em;width:40px;height:40px;object-fit:contain}.qr-search-results li{display:flex;align-items:center;justify-content:space-between;padding:.5em;cursor:pointer}.qr-search-results .qr-result-text{flex:1;margin-left:.5em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qr-search-results .qr-view-btn{background:none;border:none;padding:.25em;cursor:pointer;font-size:1.2em;color:inherit}.qr-search-results .qr-view-btn:hover{color:var(--qr-blue)}@media (max-width:768px){.qr-body{flex-direction:column}.qr-products{margin-top:-20px}.qr-form{margin-top:0}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/quote-request.css.map */
