.bulk-quote-form-card{max-width:900px;margin:0 auto;background-color:rgb(var(--color-background));border-radius:2rem;box-shadow:0 20px 40px #0000001a;padding:4rem;border:1px solid rgba(var(--color-foreground),.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bulk-quote-form{max-width:800px;margin:0 auto}.bulk-quote-form__header{text-align:center;margin-bottom:4rem}.bulk-quote-form__subtitle{font-size:1.6rem;color:rgba(var(--color-foreground),.75);margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.bulk-quote-form__progress{margin-bottom:4rem}.bulk-quote-form__progress-bar{width:100%;height:4px;background-color:rgba(var(--color-foreground),.1);border-radius:2px;margin-bottom:2rem;overflow:hidden;position:relative;z-index:1}.bulk-quote-form__progress-fill{height:100%;background-color:rgb(var(--color-button));border-radius:2px;transition:width .3s ease;width:0%;position:relative;z-index:2}.bulk-quote-form__steps{display:flex;justify-content:space-between;position:relative}.bulk-quote-form__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.bulk-quote-form__step:not(:last-child):after{content:"";position:absolute;top:1.5rem;left:50%;width:100%;height:2px;background-color:rgba(var(--color-foreground),.1);z-index:1}.bulk-quote-form__step.active:not(:last-child):after{background-color:rgba(var(--color-foreground),.1);z-index:1}.bulk-quote-form__progress.show-line-1-2 .bulk-quote-form__step[data-step="1"]:after{background-color:rgb(var(--color-button));z-index:2}.bulk-quote-form__progress.show-line-1-3 .bulk-quote-form__step[data-step="2"]:after{background-color:rgb(var(--color-button));z-index:2}.bulk-quote-form__step-number{width:3rem;height:3rem;border-radius:50%;background-color:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.6);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.4rem;margin-bottom:.8rem;position:relative;z-index:3;transition:all .3s ease}.bulk-quote-form__step.active .bulk-quote-form__step-number{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.bulk-quote-form__step-label{font-size:1.2rem;color:rgba(var(--color-foreground),.6);text-align:center;transition:color .3s ease}.bulk-quote-form__step.active .bulk-quote-form__step-label{color:rgb(var(--color-foreground));font-weight:500}.bulk-quote-form__step-content{display:none;animation:fadeIn .3s ease}.bulk-quote-form__step-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.bulk-quote-form__step-header{text-align:center;margin-bottom:3rem}.bulk-quote-form__step-header h3{font-size:2.4rem;margin-bottom:.8rem;color:rgb(var(--color-foreground))}.bulk-quote-form__step-header p{font-size:1.6rem;color:rgba(var(--color-foreground),.75)}.bulk-quote-form__fields{display:flex;flex-direction:column;gap:2rem}.bulk-quote-form__field-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media screen and (max-width: 749px){.bulk-quote-form__field-row{grid-template-columns:1fr;gap:1.5rem}}.bulk-quote-form__radio-group{margin-bottom:2rem}.bulk-quote-form__radio-group h4{font-size:1.6rem;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.bulk-quote-form__radio-options{display:flex;gap:2rem}.bulk-quote-form__radio-option{display:flex;align-items:center;cursor:pointer;padding:1rem 1.5rem;border:2px solid rgba(var(--color-foreground),.1);border-radius:var(--inputs-radius);transition:all .3s ease;background-color:rgb(var(--color-background))}.bulk-quote-form__radio-option:hover{border-color:rgba(var(--color-foreground),.3)}.bulk-quote-form__radio-option input[type=radio]{margin-right:1rem;width:auto}.bulk-quote-form__radio-option input[type=radio]:checked+.bulk-quote-form__radio-content .bulk-quote-form__radio-label{color:rgb(var(--color-button));font-weight:600}.bulk-quote-form__radio-option input[type=radio]:checked+.bulk-quote-form__radio-content .bulk-quote-form__radio-icon{color:rgb(var(--color-button))}.bulk-quote-form__radio-option:has(input[type=radio]:checked){border-color:rgb(var(--color-button));background-color:rgba(var(--color-button),.05)}.bulk-quote-form__radio-content{display:flex;align-items:center;gap:1rem;flex:1}.bulk-quote-form__radio-icon{width:2.4rem;height:2.4rem;color:rgba(var(--color-foreground),.6);transition:all .3s ease;flex-shrink:0}.bulk-quote-form__radio-option--custom .bulk-quote-form__radio-icon{color:rgba(var(--color-button),.7)}.bulk-quote-form__radio-label{font-size:1.4rem;color:rgb(var(--color-foreground));transition:all .3s ease;line-height:1.4}.bulk-quote-form__file-upload{margin-top:2rem}.bulk-quote-form__file-note{display:block;font-size:1.2rem;color:rgba(var(--color-foreground),.6);font-weight:400;margin-top:.5rem}.bulk-quote-form__file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.bulk-quote-form__file-display{border:2px dashed rgba(var(--color-foreground),.2);border-radius:var(--inputs-radius);padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background-color:rgba(var(--color-foreground),.02);position:relative}#uc-input-container .uploadcare--widget,#uc-input-container .uploadcare--widget__button,#uc-input-container .uploadcare--widget__text{display:none!important}.bulk-quote-form__file-display:hover{border-color:rgba(var(--color-foreground),.4);background-color:rgba(var(--color-foreground),.05)}.bulk-quote-form__file-placeholder{display:flex;flex-direction:column;align-items:center;gap:.8rem;color:rgba(var(--color-foreground),.6)}.bulk-quote-form__file-placeholder svg{width:3rem;height:3rem;opacity:.5}.bulk-quote-form__file-placeholder span{font-size:1.4rem;font-weight:500}.bulk-quote-form__file-placeholder small{font-size:1.2rem;opacity:.7}.bulk-quote-form__file-preview{display:flex;align-items:center;gap:1.5rem;padding:1rem;background-color:rgba(var(--color-foreground),.05);border-radius:var(--inputs-radius)}.bulk-quote-form__file-preview img{max-height:140px;width:auto;object-fit:contain;border-radius:.4rem;box-shadow:0 2px 10px #00000014}.bulk-quote-form__file-info{flex:1;text-align:left}.bulk-quote-form__file-name{display:block;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));margin-bottom:.5rem}.bulk-quote-form__file-size{display:block;font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-bottom:.5rem}.bulk-quote-form__file-remove{background:none;border:none;color:rgb(var(--color-button));font-size:1.2rem;cursor:pointer;text-decoration:underline;padding:0}.bulk-quote-form__file-remove:hover{color:rgba(var(--color-button),.8)}.bulk-quote-form__file-actions{display:flex;gap:1rem;margin-top:.5rem;align-items:center}.bulk-quote-form__help-text{display:block;margin-top:.5rem;color:rgba(var(--color-foreground),.7);font-size:1.2rem}.bulk-quote-form__navigation{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.bulk-quote-form__btn-prev,.bulk-quote-form__btn-next,.bulk-quote-form__btn-submit{min-width:12rem;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:600}.bulk-quote-form__btn-submit{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:var(--buttons-radius);cursor:pointer;transition:all .3s ease}.bulk-quote-form__btn-submit:hover{background-color:rgba(var(--color-button),.9);transform:translateY(-1px)}.bulk-quote-form__footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.bulk-quote-form__contact-info{padding:2rem 0 0}.bulk-quote-form__response-time{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.4;margin:0 0 1.2rem;text-align:center}.bulk-quote-form__help-text{font-size:1.2rem;color:rgba(var(--color-foreground),.8);line-height:1.5;margin:0 0 1.5rem;text-align:center}.bulk-quote-form__contact-details{display:flex;justify-content:center;align-items:center;gap:2rem;margin:0 0 1.2rem;flex-wrap:wrap}.bulk-quote-form__contact-link{color:rgb(var(--color-link));text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s ease}.bulk-quote-form__contact-link:hover{color:rgba(var(--color-link),.8);text-decoration:underline}.bulk-quote-form__hours{font-size:1.1rem;color:rgba(var(--color-foreground),.7)}@media screen and (max-width: 749px){.bulk-quote-form__contact-details{flex-direction:column;gap:1rem}.bulk-quote-form__contact-info{padding:1.5rem 0 0}}.bulk-quote-form__success{text-align:center;padding:4rem 2rem;background-color:rgba(var(--color-success),.1);border-radius:var(--inputs-radius);border:1px solid rgba(var(--color-success),.2)}.bulk-quote-form__success .form__message{color:rgb(var(--color-success));font-size:1.8rem;font-weight:600}.field--error .field__input{border-color:rgb(var(--color-error));box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-error),.3)}@media screen and (max-width: 749px){.bulk-quote-form-card{padding:1.5rem;border-radius:1.5rem;margin:0 0rem}.bulk-quote-form__header{margin-bottom:3rem}.bulk-quote-form__subtitle{font-size:1.4rem}.bulk-quote-form__progress{margin-bottom:3rem}.bulk-quote-form__step-number{width:2.5rem;height:2.5rem;font-size:1.2rem}.bulk-quote-form__step-label{font-size:1.1rem}.bulk-quote-form__step-header h3{font-size:2rem}.bulk-quote-form__step-header p{font-size:1.4rem}.bulk-quote-form__fields{gap:1.5rem}.bulk-quote-form__radio-options{flex-direction:column;gap:1rem}.bulk-quote-form__navigation{flex-direction:column;gap:1.5rem;margin-top:3rem}.bulk-quote-form__btn-prev,.bulk-quote-form__btn-next,.bulk-quote-form__btn-submit{width:100%;min-width:auto}.bulk-quote-form__file-display{padding:2rem 1rem}.bulk-quote-form__file-preview{flex-direction:column;text-align:center}.bulk-quote-form__file-info{text-align:center}}.bulk-quote-form__step-content{animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}.bulk-quote-form__radio-option:focus-within{outline:2px solid rgb(var(--color-button));outline-offset:2px}.bulk-quote-form__file-display:focus-within{outline:2px solid rgb(var(--color-button));outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-bulk-quote-form.css.map */
