.us-quote-form{--usq-accent: rgb(var(--color-accent, 232 83 32));--usq-fg: rgb(var(--color-foreground, 26 23 18));--usq-line: rgba(var(--color-foreground, 26 23 18), .14);--usq-soft: rgba(var(--color-foreground, 26 23 18), .06)}.us-quote-form__heading{text-align:center;margin-bottom:.4rem;font-size:clamp(2.2rem,3.4vw,3rem);line-height:1.08;text-wrap:balance}.us-quote-form__hashtag{text-align:center;color:var(--usq-accent);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:1.3rem;margin:0 0 1.6rem}.us-quote-form__intro{text-align:center;max-width:52rem;margin:0 auto 2.4rem}.us-quote-form__errors{margin-bottom:1.6rem}.us-quote-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin-bottom:.4rem}@media screen and (max-width:640px){.us-quote-form__grid{grid-template-columns:1fr}}.us-quote-form__products{border:0;padding:0;margin:.8rem 0 .4rem}.us-quote-form__products-legend{font-size:1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.8rem;padding:0}.us-quote-products{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.us-quote-group{margin-top:1rem;border:1.5px dashed var(--usq-line);border-radius:1.4rem;overflow:hidden}.us-quote-group[open]{border-style:solid}.us-quote-group__toggle{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 1.6rem;font-size:1.3rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.us-quote-group__toggle::-webkit-details-marker{display:none}.us-quote-group__toggle:after{content:"+";font-size:2.2rem;line-height:1;color:var(--usq-accent)}.us-quote-group[open] .us-quote-group__toggle:after{content:"\2013"}.us-quote-group__toggle:hover{background:var(--usq-soft)}.us-quote-products--nested{padding:0 1.2rem 1.4rem}.us-quote-product{position:relative;display:flex;align-items:center;gap:1.2rem;border:1.5px solid var(--usq-line);border-radius:1.4rem;padding:1.4rem 1.6rem;background:var(--usq-soft);overflow:hidden}.us-quote-product.is-selected,.us-quote-product:has(.us-quote-product__check:checked){border-color:var(--usq-accent);border-width:2px}.us-quote-product--bestseller{border-color:var(--usq-accent)}.us-quote-product__badge{position:absolute;top:0;right:0;display:flex;align-items:center;gap:.6rem;background:var(--usq-accent);color:#000;font-size:1rem;font-weight:800;line-height:1.2rem;letter-spacing:.1rem;text-transform:uppercase;padding:.6rem .6rem .6rem 1rem;border-radius:0 0 0 .8rem}.us-quote-product__badge-star{flex:0 0 auto;width:1rem;height:1rem;display:block}.us-quote-product__badge-text{display:block}.us-quote-product__label{display:flex;align-items:center;gap:1.4rem;flex:1;min-width:0;margin:0;cursor:pointer}.us-quote-product__check{appearance:none;-webkit-appearance:none;width:1.9rem;height:1.9rem;border-radius:50%;border:1.5px solid rgba(var(--color-foreground, 26 23 18),.35);background:rgb(var(--color-background, 255 255 255));cursor:pointer;flex:0 0 auto;position:relative;margin:0;transition:border-color .15s ease,background-color .15s ease}.us-quote-product__check:checked{border-color:var(--usq-accent);background:var(--usq-accent)}.us-quote-product__check:checked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:.5rem;height:.9rem;border:solid rgb(var(--color-background, 255 255 255));border-width:0 .22rem .22rem 0;transform:translateY(-10%) rotate(45deg)}.us-quote-product__check:focus-visible{outline:2px solid var(--usq-accent);outline-offset:2px}.us-quote-product__media{flex:0 0 auto;display:flex;align-items:center;gap:.6rem;position:relative}.us-quote-product__img{width:7rem;height:7rem;border-radius:1rem;object-fit:contain;background:#fff;border:1px solid var(--usq-line);padding:.4rem;display:block}.us-quote-product__img--secondary{width:5.4rem;height:5.4rem}.us-quote-product__img--placeholder{display:inline-block}.us-quote-product__info{display:flex;flex-direction:column;gap:.5rem;min-width:0;line-height:1.3}.us-quote-product__title{font-size:1.35rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.us-quote-product__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.us-quote-product__feature{display:flex;align-items:flex-start;gap:.6rem;font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.3;color:rgba(var(--color-foreground, 26 23 18),.82)}.us-quote-product__feature-icon{flex:0 0 auto;width:1.4rem;height:1.4rem;margin-top:.1rem;color:var(--usq-accent);display:inline-flex}.us-quote-product__feature-icon svg{width:100%;height:100%}.us-quote-product__feature-accent{color:var(--usq-accent)}.us-quote-product__meta{flex:0 0 auto;display:flex;align-items:center;gap:1.8rem}.us-quote-product__price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1;white-space:nowrap}.us-quote-product__price-usd{font-size:1.8rem;font-weight:800}.us-quote-product__price-eur{font-size:1.15rem;font-weight:700;color:rgba(var(--color-foreground, 26 23 18),.5);margin-top:.1rem}.us-quote-product__qty{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:0 0 auto}.us-quote-product__qty-label{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:rgba(var(--color-foreground, 26 23 18),.55)}.us-quote-product__stepper{display:inline-flex;align-items:center;border:1.5px solid var(--usq-line);border-radius:.9rem;overflow:hidden;background:rgb(var(--color-background, 255 255 255))}.us-quote-product__step{width:3rem;height:3.4rem;border:0;background:rgb(var(--color-background, 255 255 255));color:rgb(var(--color-foreground, 26 23 18));font-size:1.8rem;font-weight:800;line-height:1;cursor:pointer}.us-quote-product__step:hover{background:var(--usq-soft)}.us-quote-product__qty-input{width:3.4rem;height:3.4rem;text-align:center;border:0;border-inline:1.5px solid var(--usq-line);padding:0;font-weight:800;font-size:1.3rem;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.us-quote-product__qty-input::-webkit-outer-spin-button,.us-quote-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.us-quote-product__stepper:has(.us-quote-product__qty-input:disabled){opacity:.4}@media screen and (max-width:560px){.us-quote-form input,.us-quote-form textarea,.us-quote-form select,.us-quote-product__qty-input{font-size:16px}.us-quote-products{gap:.9rem}.us-quote-product{flex-wrap:wrap;padding:1.1rem 1.2rem;gap:1rem}.us-quote-product--bestseller{padding-top:2.6rem}.us-quote-product.is-selected,.us-quote-product:has(.us-quote-product__check:checked){background:rgba(var(--color-accent, 232 83 32),.07)}.us-quote-product__label{flex:1 1 100%;gap:1rem;align-items:flex-start}.us-quote-product__check{margin-top:.2rem}.us-quote-product__media{width:5.4rem;height:5.4rem;gap:0}.us-quote-product__img{width:5.4rem;height:5.4rem}.us-quote-product__img--secondary{position:absolute;right:-.6rem;bottom:-.6rem;width:3rem;height:3rem;border:2px solid rgb(var(--color-background, 244 238 226));box-shadow:0 1px 4px #00000026}.us-quote-product__info{gap:.4rem}.us-quote-product__title{font-size:1.35rem;line-height:1.15;text-wrap:balance}.us-quote-product__features{gap:.25rem}.us-quote-product__feature{font-size:1.15rem;font-weight:600;text-transform:none;letter-spacing:0;line-height:1.25;gap:.5rem}.us-quote-product__feature-icon{width:1.4rem;height:1.4rem;margin-top:.1rem}.us-quote-product__meta{flex:1 1 100%;justify-content:space-between;align-items:center;margin-top:.2rem;padding-top:0}.us-quote-product.is-selected .us-quote-product__meta{border-top:1px solid var(--usq-line);margin-top:.6rem;padding-top:.9rem}.us-quote-product__price{align-items:flex-start}.us-quote-product__price-usd{font-size:1.7rem}.us-quote-product__price-eur{font-size:1.05rem;opacity:.6}.us-quote-product__qty{flex-direction:row;align-items:center;gap:.6rem}.us-quote-product__qty-label{display:none}.us-quote-product:not(.is-selected) .us-quote-product__qty{display:none}.us-quote-product__step{width:4.4rem;height:4.4rem;font-size:2rem}.us-quote-product__qty-input{width:4.4rem;height:4.4rem}#USQuoteForm-notes{min-height:5.5rem;height:5.5rem}.us-quote-form__assurance{margin-bottom:1.4rem}}.us-quote-form__grid .field__label{color:rgb(var(--color-foreground, 26 23 18));font-weight:800;font-size:1.25rem;opacity:1}.us-quote-form__help{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;color:rgba(var(--color-foreground, 26 23 18),.55);margin:.6rem 0 0}.us-quote-form__help:before{content:"\2022";color:var(--usq-accent);font-weight:900}.us-quote-form__help.is-resolved{color:var(--usq-accent);font-weight:700}.us-quote-form__field--notes{margin-top:1.6rem}.us-quote-form__assurance{display:flex;align-items:center;justify-content:center;gap:.8rem;text-align:center;font-size:1.25rem;font-weight:700;color:var(--usq-accent);background:rgba(var(--color-accent, 232 83 32),.08);border-radius:1rem;padding:1.1rem 1.4rem;margin:0 0 2rem;line-height:1.4}.us-quote-form__actions{display:flex;justify-content:center;margin-top:.4rem}.us-quote-form__actions .button{width:100%;max-width:46rem;min-height:6rem;padding:1.8rem 3rem;font-size:1.55rem;font-weight:800;border-radius:1.2rem}.us-quote-form__actions [type=submit][disabled],.us-quote-form__actions .button[disabled]{opacity:.4;cursor:not-allowed;filter:grayscale(.2)}.us-quote-form__actions.is-ready{position:sticky;bottom:1.2rem;z-index:5;padding:.5rem;border-radius:1.4rem;background:rgba(var(--color-background, 255 255 255),.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.us-quote-form__hint{text-align:center;font-size:1.2rem;font-weight:700;color:var(--usq-accent);margin:.8rem 0 0;min-height:1.4rem}.us-quote-form__hint:empty{display:none}#USQuoteForm-notes{min-height:7rem;height:7rem}.us-quote-form__fineprint{font-size:1.1rem;line-height:1.55;color:rgba(var(--color-foreground, 26 23 18),.55);margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid var(--usq-soft)}.us-quote-form__fineprint strong{color:var(--usq-fg)}.us-quote-form__fineprint a{color:var(--usq-accent);text-decoration:underline;font-weight:700}.us-quote-form__success{text-align:center;padding:3.2rem 1.6rem}.us-quote-form__empty{font-size:1.3rem;color:rgba(var(--color-foreground, 26 23 18),.7)}
/*# sourceMappingURL=/cdn/shop/t/29/assets/section-us-quote-form.css.map */
