.quote-request{color:rgb(var(--color-foreground))}.qr__header{max-width:72rem;margin:0 auto 3.2rem;text-align:center}.qr__description{margin-top:.8rem;color:rgb(var(--color-foreground-secondary))}.qr__description p:last-child{margin-bottom:0}.qr__form-wrap{max-width:82rem;margin:0 auto;padding:clamp(2rem,4vw,4rem);border:.1rem solid rgb(var(--color-border));border-radius:1rem;background-color:rgb(var(--color-background))}.qr__progress{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem;list-style:none;margin:0 0 3.2rem;padding:0;counter-reset:none}.qr__progress-item{position:relative;flex:1 1 0;min-width:0;text-align:center}.qr__progress-item:before{content:"";position:absolute;top:1.6rem;right:50%;width:100%;height:.2rem;background-color:rgb(var(--color-border));z-index:0}.qr__progress-item:first-child:before{display:none}.qr__progress-item.is-active:before,.qr__progress-item.is-done:before{background-color:rgb(var(--color-button))}.qr__progress-btn{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;cursor:pointer}.qr__progress-btn[disabled]{cursor:default;opacity:.55}.qr__progress-dot{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;border:.2rem solid rgb(var(--color-border));background-color:rgb(var(--color-background));font-size:1.3rem;line-height:1;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.qr__progress-item.is-done .qr__progress-dot{background-color:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.qr__progress-item.is-active .qr__progress-dot{border-color:rgb(var(--color-button));background-color:rgb(var(--color-accent));color:rgb(var(--color-foreground))}.qr__progress-label{display:block;max-width:18ch;margin:0 auto;font-size:1.15rem;line-height:1.3;color:rgb(var(--color-foreground-secondary));overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.qr__progress-item.is-active .qr__progress-label{color:rgb(var(--color-foreground))}.qr__progress-btn:focus-visible{outline:.2rem solid rgb(var(--color-accent));outline-offset:.4rem;border-radius:.4rem}.qr-js .qr__step:not(.is-active){display:none}.qr__step+.qr__step{margin-top:4rem}.qr-js .qr__step+.qr__step{margin-top:0}.qr-js .qr__step.is-active{animation:qr-fade .25s ease both}@keyframes qr-fade{0%{opacity:0;transform:translateY(.6rem)}to{opacity:1;transform:none}}.qr__step-title{margin:0 0 1.8rem;outline:none}.qr__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.qr__form-wrap .field{margin-bottom:0}.qr__field--full{grid-column:1 / -1}.qr__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.2rem}.qr__options--compact{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}.qr__option{display:block;cursor:pointer;margin:0}.qr__option input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.qr__option-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;height:100%;min-height:5.6rem;padding:1.4rem 1.2rem;text-align:center;border:.15rem solid rgb(var(--color-border-input));border-radius:.8rem;background-color:rgb(var(--color-background));transition:border-color .2s ease,background-color .2s ease,color .2s ease}.qr__option:hover .qr__option-box{border-color:rgb(var(--color-accent))}.qr__option input:focus-visible+.qr__option-box{outline:.2rem solid rgb(var(--color-accent));outline-offset:.2rem}.qr__option input:checked+.qr__option-box{border-color:rgb(var(--color-button));background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.qr__option-icon{width:4.4rem;height:4.4rem;object-fit:contain}.qr__option input:checked+.qr__option-box .qr__option-icon{filter:invert(1)}.qr__option-text{font-size:1.4rem;line-height:1.35}.qr__step.has-error .qr__option-box{border-color:rgb(var(--color-error-border))}.qr__step-note{margin-top:1.4rem;padding:1rem 1.2rem;border-left:.2rem solid rgb(var(--color-accent));background-color:rgba(var(--color-accent),.12);border-radius:0 .4rem .4rem 0;font-size:1.3rem;line-height:1.5;color:rgb(var(--color-foreground))}.qr__step-note p:last-child{margin-bottom:0}.qr__nav{display:flex;gap:1.2rem;margin-top:3.2rem}.qr__nav .button{flex:1 1 auto}.qr__nav .qr__back{flex:0 0 auto;min-width:12rem}.qr__privacy{margin-top:1.2rem;text-align:center;font-size:1.2rem;color:rgb(var(--color-foreground-secondary))}.qr__privacy p:last-child{margin-bottom:0}.qr__alert{padding:1.4rem 1.6rem;border-radius:.8rem;margin-bottom:2.4rem}.qr__alert p:last-child{margin-bottom:0}.qr__alert--success{background-color:rgba(var(--color-accent),.18);border:.1rem solid rgb(var(--color-accent))}.qr__alert--error{background-color:rgb(var(--color-error-background));border:.1rem solid rgb(var(--color-error-border));color:rgb(var(--color-error))}.qr__alert--error ul{margin:0;padding-left:1.8rem}.qr__hp{position:absolute!important;left:-9999px!important;height:0;overflow:hidden}.qr__results{margin-top:4.8rem}.qr__placeholder{max-width:82rem;margin:0 auto;padding:4rem 2rem;text-align:center;border:.1rem dashed rgb(var(--color-border));border-radius:1rem;color:rgb(var(--color-foreground-secondary))}.qr__collection+.qr__collection{margin-top:5.6rem}.qr__collection-head{display:flex;align-items:baseline;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:.1rem solid rgb(var(--color-border))}.qr__collection-title{margin:0}.qr__collection-note{margin:0;font-size:1.3rem;color:rgb(var(--color-foreground-secondary))}.qr__subcollection+.qr__subcollection{margin-top:4rem}.qr__subcollection-head{display:flex;align-items:baseline;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:1.6rem}.qr__subcollection-title{margin:0;font-size:1.5rem;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary))}.qr__viewall{white-space:nowrap;color:rgb(var(--color-foreground));text-underline-offset:.3rem}.qr__products{display:grid;grid-template-columns:repeat(var(--qr-cols-mobile, 2),minmax(0,1fr));gap:2.4rem 1.6rem}.qr__empty{grid-column:1 / -1;margin:0;color:rgb(var(--color-foreground-secondary))}@media screen and (min-width:750px){.qr__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.qr__products{grid-template-columns:repeat(var(--qr-cols, 4),minmax(0,1fr));gap:3.2rem 2rem}}@media screen and (max-width:749px){.qr__grid{grid-template-columns:minmax(0,1fr)}.qr__options{grid-template-columns:repeat(2,minmax(0,1fr))}.qr__options--compact{grid-template-columns:minmax(0,1fr)}.qr__progress-label{display:none}.qr__progress{justify-content:center;gap:0;margin-bottom:2.4rem}.qr__nav{flex-direction:column-reverse}.qr__nav .qr__back{width:100%}}@media(prefers-reduced-motion:reduce){.qr__option-box{transition:none}.qr-js .qr__step.is-active{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-quote-request-form.css.map */
