.hcx-quote-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;visibility:hidden;pointer-events:none}.hcx-quote-drawer.is-open{visibility:visible;pointer-events:auto}.hcx-quote-drawer__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000;transition:background .3s ease;cursor:pointer}.hcx-quote-drawer.is-open .hcx-quote-drawer__overlay{background:#00000080}.hcx-quote-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:580px;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.hcx-quote-drawer.is-open .hcx-quote-drawer__panel{transform:translate(0)}.hcx-quote-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;background:#1a1a1a;color:#fff;flex-shrink:0}.hcx-quote-drawer__title{font-size:18px;font-weight:700;margin:0 0 4px;color:#fff}.hcx-quote-drawer__product{font-size:13px;color:#ffffffb3;margin:0}.hcx-quote-drawer__close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;margin:-4px -4px 0 16px;opacity:.7;transition:opacity .2s ease}.hcx-quote-drawer__close:hover{opacity:1}.hcx-quote-drawer__download-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#f8f9fa;border-bottom:1px solid #e5e5e5;flex-shrink:0}.hcx-quote-drawer__download-info{display:flex;align-items:center;gap:10px;font-size:13px;color:#555}.hcx-quote-drawer__download-icon{color:#307a07;flex-shrink:0}.hcx-quote-drawer__download-btn{display:inline-flex;align-items:center;gap:8px;background:#307a07;color:#fff;padding:10px 16px;border-radius:60px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .2s ease;white-space:nowrap}.hcx-quote-drawer__download-btn:hover{background:#256305;color:#fff}.hcx-quote-drawer__download-note{padding:0 24px 12px;margin:0;font-size:12px;color:#888;background:#f8f9fa;border-bottom:1px solid #e5e5e5}.hcx-quote-drawer__download-note a{color:#307a07;font-weight:500}.hcx-quote-drawer__divider{display:flex;align-items:center;padding:14px 24px;font-size:11px;color:#999;text-transform:uppercase;letter-spacing:1px;flex-shrink:0}.hcx-quote-drawer__divider:before,.hcx-quote-drawer__divider:after{content:"";flex:1;height:1px;background:#e5e5e5}.hcx-quote-drawer__divider:before{margin-right:14px}.hcx-quote-drawer__divider:after{margin-left:14px}.hcx-quote-form{flex:1;display:flex;flex-direction:column;overflow:hidden}.hcx-quote-form__body{flex:1;overflow-y:auto;padding:0 24px 24px}.hcx-quote-form__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#888}.hcx-quote-form__spinner{width:36px;height:36px;border:3px solid #e5e5e5;border-top-color:#307a07;border-radius:50%;animation:hcx-spin .8s linear infinite;margin-bottom:14px}@keyframes hcx-spin{to{transform:rotate(360deg)}}.hcx-quote-form__intro{margin-bottom:4px}.hcx-quote-form__subtitle{font-size:13px;color:#666;margin:0;line-height:1.5}.hcx-quote-form__section{border:none;padding:0;margin:0 0 20px}.hcx-quote-form__section-title{font-size:12px;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;padding:10px 0;margin-bottom:14px;border-bottom:2px solid #307A07;width:100%}.hcx-quote-form__section-fields{display:flex;flex-direction:column;gap:14px}.hcx-quote-form__field{display:flex;flex-direction:column}.hcx-quote-form__field--hidden{display:none!important}.hcx-quote-form__label{font-size:12px;font-weight:600;color:#333;margin-bottom:5px}.hcx-quote-form__required{color:#dc3545;margin-left:2px}.hcx-quote-form__input,.hcx-quote-form__textarea,.hcx-quote-form__select{width:100%;padding:10px 12px;font-size:13px;font-family:inherit;color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}.hcx-quote-form__input:focus,.hcx-quote-form__textarea:focus,.hcx-quote-form__select:focus{outline:none;border-color:#307a07;box-shadow:0 0 0 3px #307a071a}.hcx-quote-form__input::placeholder,.hcx-quote-form__textarea::placeholder{color:#aaa}.hcx-quote-form__textarea{resize:vertical;min-height:70px}.hcx-quote-form__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.hcx-quote-form__radio-group{display:flex;flex-wrap:wrap;gap:6px 14px}.hcx-quote-form__radio-label,.hcx-quote-form__checkbox-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#444}.hcx-quote-form__radio,.hcx-quote-form__checkbox{position:absolute;opacity:0;width:0;height:0}.hcx-quote-form__radio-custom{width:16px;height:16px;border:2px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease;flex-shrink:0}.hcx-quote-form__radio-custom:after{content:"";width:6px;height:6px;background:#307a07;border-radius:50%;opacity:0;transform:scale(0);transition:all .2s ease}.hcx-quote-form__radio:checked+.hcx-quote-form__radio-custom{border-color:#307a07}.hcx-quote-form__radio:checked+.hcx-quote-form__radio-custom:after{opacity:1;transform:scale(1)}.hcx-quote-form__checkbox-group{display:flex;flex-direction:column;gap:8px}.hcx-quote-form__checkbox-custom{width:16px;height:16px;border:2px solid #ccc;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.hcx-quote-form__checkbox-custom:after{content:"";width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease;margin-top:-2px}.hcx-quote-form__checkbox:checked+.hcx-quote-form__checkbox-custom{background:#307a07;border-color:#307a07}.hcx-quote-form__checkbox:checked+.hcx-quote-form__checkbox-custom:after{transform:rotate(45deg) scale(1)}.hcx-quote-form__footer{padding:14px 24px 20px;background:#fff;border-top:1px solid #e5e5e5;flex-shrink:0}.hcx-quote-form__privacy{font-size:11px;color:#888;margin:0 0 10px;text-align:center}.hcx-quote-form__privacy a{color:#307a07}.hcx-quote-form__submit{width:100%;background:#307a07;color:#fff;border:none;border-radius:60px;padding:14px 28px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.hcx-quote-form__submit:hover:not(:disabled){background:#256305}.hcx-quote-form__submit:disabled{opacity:.7;cursor:not-allowed}.hcx-quote-form__submit-loading{display:inline-flex;align-items:center;gap:8px}.hcx-quote-form__success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.hcx-quote-form__success-icon{margin-bottom:20px}.hcx-quote-form__success h3{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 10px}.hcx-quote-form__success p{font-size:14px;color:#666;line-height:1.6;margin:0 0 20px;max-width:360px}.hcx-quote-form__success-close{background:#1a1a1a;color:#fff;border:none;border-radius:60px;padding:12px 28px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .2s ease}.hcx-quote-form__success-close:hover{background:#333}.hcx-quote-form__error{padding:40px 20px;text-align:center;color:#dc3545}@media(max-width:640px){.hcx-quote-drawer__panel{max-width:100%}.hcx-quote-drawer__header{padding:16px 20px}.hcx-quote-drawer__title{font-size:16px}.hcx-quote-drawer__download-bar{flex-direction:column;align-items:stretch;gap:10px;padding:12px 20px}.hcx-quote-drawer__download-btn{justify-content:center}.hcx-quote-drawer__download-note{padding:0 20px 10px;text-align:center}.hcx-quote-drawer__divider{padding:12px 20px}.hcx-quote-form__body{padding:0 20px 20px}.hcx-quote-form__footer{padding:12px 20px 18px}.hcx-quote-form__radio-group{flex-direction:column;gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hcx-quote-form-drawer.css.map */
