.cut-pipe-order{--cut-orange: #e87516;--cut-orange-soft: #fff6ed;--cut-border: #dedbd7;--cut-text: #282828;--cut-muted: #666;max-width:110rem;margin:0 auto;padding:5rem 2rem 7rem;color:var(--cut-text)}.cut-pipe-order__header{margin-bottom:4rem;text-align:center}.cut-pipe-order__title{margin:0 0 1.2rem;font-size:clamp(3rem,5vw,4.8rem);line-height:1.25}.cut-pipe-order__lead{max-width:70rem;margin:0 auto;color:var(--cut-muted);font-size:1.6rem;line-height:1.8}.cut-pipe-order__panel{margin-top:2.4rem;padding:3rem;border:1px solid var(--cut-border);border-radius:1.6rem;background:#fff}.cut-pipe-order__step-title{display:flex;align-items:center;gap:1rem;margin:0 0 2rem;font-size:2rem}.cut-pipe-order__step-number{display:grid;width:3.2rem;height:3.2rem;flex:0 0 3.2rem;place-items:center;border-radius:50%;background:var(--cut-orange);color:#fff;font-size:1.4rem}.cut-pipe-order__choices{display:flex;flex-wrap:wrap;gap:1rem}.cut-pipe-order__choice{min-width:10rem;padding:1.2rem 2rem;border:1px solid var(--cut-border);border-radius:999px;background:#fff;color:inherit;font:inherit;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}.cut-pipe-order__choice:hover{border-color:var(--cut-orange)}.cut-pipe-order__choice[aria-pressed=true]{border-color:var(--cut-orange);background:var(--cut-orange-soft);color:#b85000;font-weight:700}.cut-pipe-order__products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.6rem}.cut-pipe-order__product{overflow:hidden;padding:0;border:2px solid transparent;border-radius:1.2rem;background:#fff;box-shadow:0 0 0 1px var(--cut-border);color:inherit;text-align:left;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s}.cut-pipe-order__product:hover{transform:translateY(-2px);box-shadow:0 .8rem 2rem #00000014}.cut-pipe-order__product[aria-pressed=true]{border-color:var(--cut-orange);box-shadow:none}.cut-pipe-order__product-image{display:block;width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#f7f7f7}.cut-pipe-order__product-name{display:block;padding:1.4rem 1.6rem 1.6rem;font-size:1.5rem;font-weight:700;line-height:1.6}.cut-pipe-order__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.cut-pipe-order__field{display:flex;flex-direction:column;gap:.8rem}.cut-pipe-order__label{font-size:1.5rem;font-weight:700}.cut-pipe-order__select,.cut-pipe-order__input{width:100%;min-height:5.2rem;padding:1rem 1.4rem;border:1px solid var(--cut-border);border-radius:.8rem;background:#fff;color:inherit;font:inherit}.cut-pipe-order__select:focus,.cut-pipe-order__input:focus{border-color:var(--cut-orange);outline:2px solid rgb(232 117 22 / 18%);outline-offset:1px}.cut-pipe-order__length-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem}.cut-pipe-order__unit{font-size:1.6rem}.cut-pipe-order__help{margin:0;color:var(--cut-muted);font-size:1.3rem;line-height:1.6}.cut-pipe-order__summary{margin-top:2.4rem;padding:2rem;border-radius:1rem;background:var(--cut-orange-soft)}.cut-pipe-order__summary-title{margin:0 0 1rem;font-size:1.6rem;font-weight:700}.cut-pipe-order__summary-text{margin:0;line-height:1.7}.cut-pipe-order__price{margin:1.2rem 0 0;font-size:2.4rem;font-weight:700}.cut-pipe-order__message{min-height:2.4rem;margin:1.2rem 0 0;color:var(--cut-muted);font-size:1.4rem}.cut-pipe-order__message--error{color:#b42318}.cut-pipe-order__message--success{color:#087443}.cut-pipe-order__cut-notice{margin:2rem 0 0;padding:1.4rem 1.6rem;border-left:4px solid var(--cut-orange);border-radius:.6rem;background:var(--cut-orange-soft);color:#555;font-size:1.3rem;line-height:1.7}.cut-pipe-order__cut-notice strong{display:block;margin-bottom:.6rem;color:var(--cut-text);font-size:1.4rem}.cut-pipe-order__cut-notice p{margin:0}.cut-pipe-order__cut-notice .cut-pipe-order__cut-notice-return{margin-top:.8rem}.cut-pipe-order__submit{width:100%;margin-top:2rem;padding:1.5rem 2rem;border:0;border-radius:.8rem;background:#111;color:#fff;font:inherit;font-weight:700;cursor:pointer}.cut-pipe-order__submit:hover:not(:disabled){background:var(--cut-orange)}.cut-pipe-order__submit:disabled{cursor:not-allowed;opacity:.45}.cut-pipe-order__cart-link{display:inline-block;margin-top:1.2rem;color:inherit;text-underline-offset:.3rem}.cut-pipe-order [hidden]{display:none!important}@media screen and (min-width:750px)and (max-width:989px){.cut-pipe-order__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.cut-pipe-order{padding:3.5rem 1.6rem 5rem}.cut-pipe-order__header{margin-bottom:2.5rem}.cut-pipe-order__panel{padding:2rem 1.6rem;border-radius:1.2rem}.cut-pipe-order__products{grid-template-columns:1fr 1fr}.cut-pipe-order__form-grid{grid-template-columns:1fr}.cut-pipe-order__choice{min-width:0;flex:1 1 8rem;padding-inline:1.2rem}}@media screen and (max-width:480px){.cut-pipe-order__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.cut-pipe-order__product-name{min-height:7.2rem;padding:1rem;font-size:1.3rem;line-height:1.45}}.cut-pipe-order__adhesive-warning{margin:.8rem 0 0;padding:1rem 1.2rem;border-left:.4rem solid #d6401a;background:#fff3ef;color:#8a250e;font-size:1.4rem;line-height:1.6}.cut-pipe-order__adhesive-warning strong{display:block}
/*# sourceMappingURL=/cdn/shop/t/8/assets/cut-pipe-configurator.css.map */
