.custom-rug-size-entry{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;width:100%}.custom-rug-size-entry__hint{color:#1a3b1a;font-size:16px;font-weight:500}.custom-rug-size-btn{display:inline-flex;align-items:center;gap:4px;height:40px;padding:4px 22px 4px 16px;border:0;border-radius:4px;background-color:#eee;color:#1a3b1a;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.custom-rug-size-btn:hover{background-color:#e4edea;color:#1a3b1a;border-color:transparent}.custom-rug-size-btn__icon{flex-shrink:0}.custom-rug-size-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1111110;background:#00000073;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.custom-rug-size-overlay.is-active{opacity:1;visibility:visible}.custom-rug-size-modal{position:fixed;top:50%;left:50%;z-index:1111111;display:flex;flex-direction:column;width:800px;max-width:95%;max-height:95vh;background:#fff;border-radius:10px;box-shadow:0 4px 30px #0000000f;opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(.98);transition:opacity .25s,visibility .25s,transform .25s;overflow:hidden}.custom-rug-size-modal.is-active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.custom-rug-size-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 32px;background:#fafafa;flex-shrink:0}.custom-rug-size-modal__title{margin:0;color:#1a3b1a;font-size:24px;font-weight:600;line-height:1.3}.custom-rug-size-modal__subtitle{margin:4px 0 0;color:#1a3b1a;font-size:15px;line-height:1.4}.custom-rug-size-modal__close{flex-shrink:0;padding:8px;line-height:1;border:0;background:transparent;cursor:pointer;border-radius:4px;font-size:0}.custom-rug-size-modal__close:hover{background:#fff}.custom-rug-size-overlay:not(.is-active){pointer-events:none}.custom-rug-size-modal:not(.is-active){pointer-events:none}.custom-rug-size-modal__body{--custom-rug-scrollbar-size: 6px;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:8px;margin-right:calc(-1 * var(--custom-rug-scrollbar-size));padding-right:var(--custom-rug-scrollbar-size);scrollbar-width:thin;scrollbar-color:rgba(26,59,26,.35) transparent;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-anchor:none}.custom-rug-size-modal__body::-webkit-scrollbar{width:var(--custom-rug-scrollbar-size)}.custom-rug-size-modal__body::-webkit-scrollbar-track{background:transparent}.custom-rug-size-modal__body::-webkit-scrollbar-thumb{background:#1a3b1a40;border-radius:3px}.custom-rug-size-modal__body::-webkit-scrollbar-thumb:hover{background:#1a3b1a66}.custom-rug-size-step--form{max-width:600px;margin-left:auto;margin-right:auto}.custom-rug-size-step--intro .custom-rug-size-step__heading{margin:32px 0 0;font-size:32px;line-height:1.4}.custom-rug-size-step__heading{margin:32px 0 0;color:#1a3b1a;font-size:32px;font-weight:600;text-align:center}.custom-rug-size-flow{list-style:none;display:flex;flex-direction:column;gap:100px;margin:32px auto 0;padding:0;max-width:600px}@media(max-height:768px){.custom-rug-size-flow{gap:28px}}.custom-rug-size-flow__item{position:relative;display:flex;flex-direction:row;align-items:center;gap:16px;padding:0 20px;margin:0;color:#1a3b1a;font-size:16px;line-height:1.5;text-align:left}.custom-rug-size-flow__item:not(:last-child):after{content:"";position:absolute;top:90px;left:59.5px;width:3px;height:100%;background:#e4edea}@media(max-height:768px){.custom-rug-size-flow__item:not(:last-child):after{top:74px;height:40px}}.custom-rug-size-flow__item p{margin:0;padding-top:4px}.custom-rug-size-flow__icon{display:block;flex-shrink:0;width:80px;height:80px;object-fit:contain}.custom-rug-size-step--intro .custom-rug-size-faq{max-width:540px;margin:32px auto 0;padding:0}.custom-rug-size-faq{max-width:540px;margin:40px auto 0;padding:0 20px;border-top:1px solid #EEEEEE;border-bottom:1px solid #EEEEEE}.custom-rug-size-faq__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 8px 16px 0;border:0;background:transparent;color:#1a3b1a;font-size:16px;font-weight:600;cursor:pointer}.custom-rug-size-faq__toggle:hover{background:transparent;color:#1a3b1a}.custom-rug-size-faq__icon{position:relative;display:block;flex-shrink:0;width:40px;height:40px;color:#1a3b1a;border-radius:4px}.custom-rug-size-faq__icon:before,.custom-rug-size-faq__icon:after{position:absolute;top:50%;left:50%;content:"";width:14px;height:2px;background-color:currentColor;opacity:1;transform:translate(-50%,-50%) rotate(-90deg);transition:transform .35s ease-in-out,opacity .35s ease-in-out}.custom-rug-size-faq__icon:after{width:2px;height:14px}.custom-rug-size-faq__toggle[aria-expanded=true] .custom-rug-size-faq__icon:before,.custom-rug-size-faq__toggle[aria-expanded=true] .custom-rug-size-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.custom-rug-size-faq__toggle[aria-expanded=true] .custom-rug-size-faq__icon:before{opacity:0}.custom-rug-size-faq__panel{padding-bottom:16px;font-size:14px;line-height:1.5}.custom-rug-size-faq__item{margin-bottom:16px}.custom-rug-size-faq__q{margin:0 0 4px;color:#1a3b1a;font-weight:500}.custom-rug-size-faq__a{margin:0;color:#1a3b1a}.custom-rug-size-faq__more{color:#017e56;font-weight:500;text-decoration:underline}.custom-rug-size-form-intro{text-align:center;padding-top:8px}.custom-rug-size-form-intro__product{margin:8px 0 0;color:#1a3b1a;font-size:16px}.custom-rug-size-system-error{display:flex;align-items:flex-start;gap:8px;margin:16px 0;padding:16px 24px;border-radius:8px;background:#fcebea;color:#1a3b1a;font-size:14px;line-height:1.5}.custom-rug-size-system-error p{margin:0}.custom-rug-size-system-error svg{flex-shrink:0;margin-top:2px}.custom-rug-size-form__section-title{margin:24px 0 16px;color:#1a3b1a;font-size:18px;font-weight:600}.custom-rug-size-form__row{display:flex;gap:20px;margin-bottom:20px}.custom-rug-size-form__row--name .custom-rug-size-field,.custom-rug-size-form__row--size .custom-rug-size-field{flex:1;min-width:0}.custom-rug-size-field{position:relative;margin-bottom:20px}.custom-rug-size-field label:not(.custom-rug-size-checkbox){display:block;margin-bottom:8px;color:#1a3b1a;font-size:16px;font-weight:500}.custom-rug-size-required{color:#d90000}.custom-rug-size-field__hint{margin:0 0 8px;color:#1a3b1a;font-size:14px;line-height:1.4;font-weight:300}.custom-rug-size-field__hint--address[hidden]{display:none}.custom-rug-size-address-search{position:relative}.custom-rug-size-address-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;margin:0;padding:4px 0;list-style:none;background:#fff;border:1px solid #eee;border-radius:4px;box-shadow:0 8px 24px #00000014;max-height:220px;overflow-y:auto}.custom-rug-size-address-suggestions[hidden]{display:none}.custom-rug-size-address-suggestions li{margin:0}.custom-rug-size-address-suggestions button{width:100%;padding:10px 14px;border:0;background:transparent;color:#1a3b1a;font-size:14px;line-height:1.45;text-align:left;cursor:pointer}.custom-rug-size-address-suggestions button:hover,.custom-rug-size-address-suggestions button:focus{background:#f4f8f6;outline:none}.custom-rug-size-field input[type=text],.custom-rug-size-field input[type=email],.custom-rug-size-field textarea,.custom-rug-size-select-wrap select{width:100%;height:48px;padding:8px 16px;border:0;border-radius:4px;background:#eee;color:#5e5e5e;font-size:14px;-webkit-appearance:none;appearance:none;touch-action:manipulation;font-weight:300}.custom-rug-size-field textarea,.custom-rug-size-field #custom-rug-notes{height:100px;resize:vertical;padding-top:12px}.custom-rug-size-select-wrap select{padding:8px 40px 8px 16px}.custom-rug-size-select-wrap{position:relative}.custom-rug-size-select-wrap svg{position:absolute;top:50%;right:12px;transform:translateY(-50%);pointer-events:none}.custom-rug-size-field__error{display:block;margin-top:6px;color:#c0392b;font-size:13px}.custom-rug-size-checkbox{position:relative;display:inline-flex;align-items:center;gap:10px;margin-top:8px;cursor:pointer;font-size:14px;font-weight:400;-webkit-user-select:none;user-select:none}.custom-rug-size-checkbox input[type=checkbox]{position:absolute;top:50%;left:0;width:24px;height:24px;margin:0;transform:translateY(-50%);opacity:0;cursor:pointer}.custom-rug-size-checkbox__box{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:3px;background:#eee;flex-shrink:0;pointer-events:none;transition:background-color .2s ease}.custom-rug-size-checkbox__box:after{content:"";position:absolute;top:5px;left:9px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-rug-size-checkbox input:checked+.custom-rug-size-checkbox__box{background:#017e56}.custom-rug-size-diagram{margin-bottom:16px}.custom-rug-size-diagram img{display:block;width:100%;max-width:601px;margin:0 auto;height:auto}.custom-rug-size-estimate{display:flex;align-items:flex-start;gap:8px;margin:8px 0 24px;padding:16px 24px;border-radius:8px;background:#e3edc5;color:#1a3b1a;font-size:14px;line-height:1.5}.custom-rug-size-estimate p{margin:0}.custom-rug-size-estimate p strong{font-weight:600}.custom-rug-size-estimate svg{flex-shrink:0}.custom-rug-size-step--success{max-width:480px;margin-left:auto;margin-right:auto}.custom-rug-size-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 0 16px;margin:0 auto}.custom-rug-size-success__title{margin:24px 0 0;color:#1a3b1a;font-size:32px;font-weight:600;line-height:1.4}.custom-rug-size-success__text{margin:16px 0 0;color:#1a3b1a;font-size:18px;line-height:1.5}.custom-rug-size-modal__footer{position:relative;z-index:1;flex-shrink:0;padding:20px 32px 40px;background:#fff}.custom-rug-size-modal__footer:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:32px;pointer-events:none;background:linear-gradient(to bottom,#fff0,#0000000a)}.custom-rug-size-footer{display:flex;align-items:center;justify-content:center;gap:16px;max-width:540px;margin:0 auto}.custom-rug-size-btn-secondary,.custom-rug-size-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;border:0;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s,opacity .2s,color .2s}.custom-rug-size-btn-secondary{flex:1;background:#eee;color:#1a3b1a}.custom-rug-size-btn-secondary svg path{stroke:currentColor;transition:stroke .2s}.custom-rug-size-btn-secondary:hover{background:#e0e0e0;color:#1a3b1a}.custom-rug-size-btn-secondary:hover svg path{stroke:#1a3b1a}.custom-rug-size-btn-primary{min-width:320px;padding:8px 24px;background:#017e56;color:#fff}.custom-rug-size-btn-primary:hover{background:#006344}.custom-rug-size-btn-primary:disabled{opacity:.6;cursor:not-allowed}.custom-rug-size-footer--form .custom-rug-size-btn-primary,.custom-rug-size-btn-primary--solo{min-width:400px}.custom-rug-size-footer[hidden],.custom-rug-size-step[hidden],.custom-rug-size-system-error[hidden],.custom-rug-size-field__error[hidden],.custom-rug-size-field__error--width-length[hidden],.custom-rug-size-estimate[hidden]{display:none}body.custom-rug-size-open{overflow:hidden}@media(max-width:767px){.custom-rug-size-modal{width:100%;max-width:100%;max-height:100vh;height:100%;border-radius:0;top:0;left:0;transform:none}.custom-rug-size-modal.is-active{transform:none}.custom-rug-size-modal__header{padding:10px 16px}.custom-rug-size-modal__title{font-size:16px}.custom-rug-size-modal__subtitle{font-size:13px}.custom-rug-size-step{padding:0 20px 16px}.custom-rug-size-step__heading,.custom-rug-size-step--intro .custom-rug-size-step__heading{margin-top:16px;font-size:20px}.custom-rug-size-form-intro__product{font-size:13px}.custom-rug-size-flow{gap:60px;margin-top:20px}.custom-rug-size-flow__item{gap:12px;padding:0;font-size:15px;line-height:1.45}.custom-rug-size-flow__icon{width:60px;height:60px}.custom-rug-size-flow__item:not(:last-child):after{top:60px;left:35.5px;height:100%}.custom-rug-size-step--intro .custom-rug-size-faq{margin-top:24px}.custom-rug-size-step--intro{padding-bottom:16px}.custom-rug-size-step--intro .custom-rug-size-faq__toggle{font-size:15px;padding:12px 0}.custom-rug-size-faq{margin-top:20px;padding:0}.custom-rug-size-form__row{flex-direction:column;gap:0;margin-bottom:0}.custom-rug-size-form__row--name .custom-rug-size-field,.custom-rug-size-form__row--size .custom-rug-size-field{flex:none}.custom-rug-size-field input[type=text],.custom-rug-size-field input[type=email],.custom-rug-size-select-wrap select{height:44px;font-size:16px}.custom-rug-size-field #custom-rug-notes{height:100px;font-size:16px}.custom-rug-size-field{margin-bottom:16px}.custom-rug-size-field label:not(.custom-rug-size-checkbox){margin-bottom:6px}.custom-rug-size-estimate{padding:16px}.custom-rug-size-modal__footer{padding:24px 20px}.custom-rug-size-footer{max-width:none}.custom-rug-size-btn-secondary,.custom-rug-size-btn-primary{height:40px;font-size:14px}.custom-rug-size-btn-primary,.custom-rug-size-footer--form .custom-rug-size-btn-primary{min-width:0;width:224px;flex-shrink:0}.custom-rug-size-btn-primary--solo{width:224px;min-width:0}.custom-rug-size-step--success{display:flex;flex-direction:column;justify-content:center;min-height:40vh}.custom-rug-size-success{padding:24px 32}.custom-rug-size-success__title{font-size:24px}.custom-rug-size-success__text{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/162/assets/custom-rug-size.css.map */
