#quotePopup{--qp-accent: #f22641;--qp-accent-hover: #d91e3a;--qp-fg-1: #2a2b2a;--qp-fg-2: #4d4e4d;--qp-fg-3: #6a6b6a;--qp-line-1: #e5e3de;--qp-paper-50: #faf8f3;--qp-radius: 4px;--qp-ink-400: #2a2b2a;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;font-family:inherit;color:var(--qp-fg-1)}#quotePopup[style*="display: flex"],#quotePopup[style*="display:flex"]{display:flex}#quotePopup .popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1414148c}#quotePopup .popup-content{position:relative;z-index:1;background:#fff;border-radius:8px;width:100%;max-width:960px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #00000047,0 4px 12px #0000001f;overflow:hidden}#quotePopup .popup-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-bottom:1px solid var(--qp-line-1);background:#fff}#quotePopup .popup-title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--qp-fg-1);font-family:var(--wq-heading-font, inherit),sans-serif}#quotePopup .popup-close-btn{width:36px;height:36px;border:0;background:transparent;font-size:26px;line-height:1;color:var(--qp-fg-3);cursor:pointer;border-radius:var(--qp-radius);transition:background-color .2s,color .2s}#quotePopup .popup-close-btn:hover{background:var(--qp-paper-50);color:var(--qp-fg-1)}#quotePopup .popup-form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;margin:0}#quotePopup .popup-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:24px 28px;display:flex;flex-direction:column;gap:24px}#quotePopup .popup-section{display:flex;flex-direction:column;gap:12px}#quotePopup .popup-eyebrow{font-size:11px;font-weight:800;color:var(--qp-accent);text-transform:uppercase;letter-spacing:.14em}#quotePopup .popup-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}#quotePopup .popup-field{display:block}#quotePopup .popup-field--full{grid-column:1 / -1}#quotePopup .popup-field-label{display:block;font-size:11px;font-weight:800;color:var(--qp-fg-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}#quotePopup .popup-field input,#quotePopup .popup-field select,#quotePopup .popup-field textarea{width:100%;box-sizing:border-box;font-family:inherit;font-size:14px;color:var(--qp-fg-1);padding:10px 12px;height:44px;border:1px solid var(--qp-line-1);border-radius:var(--qp-radius);background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}#quotePopup .popup-field textarea{height:auto;min-height:96px;resize:vertical;padding-top:10px;line-height:1.5}#quotePopup .popup-field select{appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--qp-fg-3) 50%),linear-gradient(135deg,var(--qp-fg-3) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:32px}#quotePopup .popup-field input:focus,#quotePopup .popup-field select:focus,#quotePopup .popup-field textarea:focus{border-color:var(--qp-accent);box-shadow:0 0 0 3px #f226412e}#quotePopup .popup-check{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--qp-fg-2);cursor:pointer}#quotePopup .popup-check input{accent-color:var(--qp-accent);width:16px;height:16px}#quotePopup .popup-prefgroup{display:flex;flex-direction:column;gap:8px}#quotePopup .popup-prefgroup-label{font-size:12px;font-weight:700;color:var(--qp-fg-1);letter-spacing:.02em}#quotePopup .popup-prefgroup-options{display:flex;flex-direction:column;gap:8px;padding-left:2px}#quotePopup .popup-divider{border:0;border-top:1px solid var(--qp-line-1);margin:4px 0}#quotePopup .quote-table-container{border:1px solid var(--qp-line-1);border-radius:var(--qp-radius);overflow:hidden;overflow-x:auto}#quotePopup .quote-table{width:100%;border-collapse:collapse;font-size:13px}#quotePopup .quote-table thead{display:table-header-group!important;position:static!important;top:auto!important;z-index:auto!important}#quotePopup .quote-table tbody{display:table-row-group!important}#quotePopup .quote-table tfoot{display:table-footer-group!important}#quotePopup .quote-table tr{display:table-row!important}#quotePopup .quote-table th,#quotePopup .quote-table td{display:table-cell!important;position:static!important;top:auto!important;width:auto!important}#quotePopup .quote-table th{text-align:left;background:var(--qp-paper-50);font-size:10px;font-weight:800;color:var(--qp-fg-3);text-transform:uppercase;letter-spacing:.08em;padding:10px 12px;border-bottom:1px solid var(--qp-line-1)}#quotePopup .quote-table td{padding:12px;border-bottom:1px solid var(--qp-line-1);vertical-align:middle;color:var(--qp-fg-1)}#quotePopup .quote-table tr:last-child td{border-bottom:0}#quotePopup .product-cell{display:flex;align-items:center;gap:12px}#quotePopup .product-image{width:56px;height:56px;flex-shrink:0;background:var(--qp-paper-50);border:1px solid var(--qp-line-1);border-radius:var(--qp-radius);overflow:hidden;display:flex;align-items:center;justify-content:center}#quotePopup .product-image img{width:100%;height:100%;object-fit:contain;display:block}#quotePopup .product-title{font-weight:700;font-size:13px;line-height:1.3}#quotePopup .product-dimensions{font-size:11px;color:var(--qp-fg-3);margin-top:2px}#quotePopup .col-sku,#quotePopup .col-price,#quotePopup .col-total{white-space:nowrap}#quotePopup .col-total{color:var(--qp-accent);font-weight:800}#quotePopup .quantity-control{display:inline-flex;align-items:center;border:1px solid var(--qp-line-1);border-radius:var(--qp-radius);background:#fff;height:36px}#quotePopup .qty-btn{width:28px;height:100%;border:0;background:transparent;font-size:16px;font-weight:700;cursor:pointer;color:var(--qp-fg-1)}#quotePopup .qty-input{width:40px;text-align:center;border:0;background:transparent;font-weight:700;font-size:14px;-moz-appearance:textfield}#quotePopup .qty-input::-webkit-outer-spin-button,#quotePopup .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#quotePopup .remove-btn{width:28px;height:28px;border:0;background:transparent;font-size:20px;color:var(--qp-accent);cursor:pointer;border-radius:var(--qp-radius)}#quotePopup .remove-btn:hover{background:#f2264114}#quotePopup .empty-state{padding:24px;text-align:center;color:var(--qp-fg-3);font-size:13px}#quotePopup .popup-footer{flex:0 0 auto;padding:16px 28px;border-top:1px solid var(--qp-line-1);background:#fff;display:flex;gap:12px;flex-wrap:wrap}#quotePopup .popup-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:var(--qp-radius);font-family:inherit;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background-color .2s,color .2s,border-color .2s}#quotePopup .popup-btn--primary{background:var(--qp-accent);color:#fff;flex:1 1 280px}#quotePopup .popup-btn--primary:hover{background:var(--qp-accent-hover)}#quotePopup .popup-btn--primary:disabled,#quotePopup .popup-btn--primary[disabled]{background:var(--qp-paper-50);color:var(--qp-fg-3);cursor:not-allowed;opacity:.7}#quotePopup .popup-btn--primary:disabled:hover,#quotePopup .popup-btn--primary[disabled]:hover{background:var(--qp-paper-50)}#quotePopup .popup-btn--ghost{background:#fff;color:var(--qp-ink-400);border-color:var(--qp-line-1)}#quotePopup .popup-btn--ghost:hover{border-color:var(--qp-ink-400);background:var(--qp-paper-50)}@media(max-width:768px){#quotePopup{padding:0}#quotePopup .popup-content{max-width:100%;max-height:100vh;border-radius:0;height:100%}#quotePopup .popup-header,#quotePopup .popup-body,#quotePopup .popup-footer{padding-left:16px;padding-right:16px}#quotePopup .popup-grid{grid-template-columns:1fr}#quotePopup .popup-title{font-size:18px}#quotePopup .popup-footer{flex-direction:column;gap:8px}#quotePopup .popup-btn{width:100%;flex:0 0 auto}}@media(max-width:559px){#quotePopup .quote-table thead{display:none!important}#quotePopup .quote-table,#quotePopup .quote-table tbody,#quotePopup .quote-table tr,#quotePopup .quote-table td{display:block!important;width:100%!important}#quotePopup .quote-table tr{padding:12px;border-bottom:1px solid var(--qp-line-1)}#quotePopup .quote-table td{padding:4px 0!important;border:0!important}#quotePopup .quote-table .col-sku:before{content:"SKU: ";color:var(--qp-fg-3);font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-right:4px}#quotePopup .quote-table .col-price:before{content:"Price: ";color:var(--qp-fg-3);font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-right:4px}#quotePopup .quote-table .col-total:before{content:"Total: ";color:var(--qp-fg-3);font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-right:4px}}
/*# sourceMappingURL=/cdn/shop/t/83/assets/whisk-quote-cart.css.map */
