.ih-quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;font-family:inherit}.ih-quote-modal.is-open{display:block}.ih-quote-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.ih-quote-modal__dialog{position:relative;background:#fff;margin:0;width:100%;height:100%;max-width:none;max-height:none;border-radius:0;display:flex;flex-direction:column;overflow:hidden}.ih-quote-modal__top{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:18px 40px;border-bottom:1px solid #f1f1f1}.ih-quote-modal__brand{display:flex;align-items:center;flex:0 0 auto}.ih-quote-modal__logo{display:block;max-height:40px;width:auto}.ih-quote-modal__logo-text{font-weight:700;font-size:1.25rem;letter-spacing:.08em}.ih-quote-modal__steps{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:32px}.ih-quote-step-dot{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:#9ca3af;transition:color .18s ease,transform .18s ease}.ih-quote-step-dot__circle{width:42px;height:42px;border-radius:999px;border:2px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;line-height:1;color:#111827;background-color:#fff;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.ih-quote-step-dot__label{font-weight:700;white-space:nowrap;color:#6b7280;font-size:16px}.ih-quote-step-dot.is-active .ih-quote-step-dot__circle{border-color:#dd4a48;background-color:#fff;color:#dd4a48}.ih-quote-step-dot.is-active .ih-quote-step-dot__label{color:#dd4a48;font-weight:700}@media (max-width: 768px){.ih-quote-modal__top{padding:12px 16px;gap:1.5rem}.ih-quote-modal__steps{gap:24px}}@media (max-width: 640px){.ih-quote-modal__top{display:flex;align-items:center;justify-content:flex-start;padding:12px 80px 12px 16px;position:relative;gap:12px}.ih-quote-modal__brand{flex:0 0 auto}.ih-quote-modal__steps{flex:1 1 auto;display:flex;justify-content:flex-start;flex-wrap:nowrap;gap:8px}.ih-quote-step-dot__label{display:none!important}.ih-quote-step-dot__circle{width:30px;height:30px;font-size:1.1rem}.ih-quote-modal__close{position:absolute;top:50%;right:12px;transform:translateY(-50%);margin:0;padding:0;z-index:20}.ih-quote-modal__close button{width:38px;height:38px}}.ih-quote-modal__body{padding:24px 24px 28px;overflow-y:auto;flex:1}.ih-quote-modal__heading{font-size:26px;font-weight:700;margin:0 0 6px;text-align:center;color:#1c2430}.ih-quote-modal__subheading{text-align:center;color:#666;font-size:15px;max-width:540px;margin:0 auto 20px}.ih-quote-step{animation:ihFadeIn .18s ease-out}@keyframes ihFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ih-quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (max-width: 479px){.ih-quote-grid{grid-template-columns:1fr}}.ih-quote-card{border-radius:20px;border:2px solid #e0e0e0;padding:18px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .12s ease}.ih-quote-card__icon{font-size:32px;line-height:1}.ih-quote-card__label{font-size:15px;font-weight:600;text-align:center}.ih-quote-card.is-active{border-color:#1c2430;box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}.ih-quote-fields{display:flex;flex-direction:column;gap:14px}.ih-quote-fields--two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}@media (max-width: 749px){.ih-quote-fields--two-col{grid-template-columns:1fr}}.ih-quote-field label{display:block;font-size:13px;font-weight:600;margin-bottom:4px;color:#1c2430}.ih-quote-field input,.ih-quote-field textarea{width:100%;border-radius:10px;border:1px solid #d6d6d6;padding:9px 11px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}.ih-quote-field input:focus,.ih-quote-field textarea:focus{outline:none;border-color:#1c2430}.ih-quote-review h3{margin:0 0 10px;font-size:18px;color:#1c2430}.ih-quote-review__list{list-style:none;padding:0;margin:0 0 10px;display:flex;flex-direction:column;gap:6px;font-size:14px}.ih-quote-review__list strong{font-weight:600}.ih-quote-review__note{font-size:13px;color:#666}.ih-quote-step__footer{display:flex;justify-content:space-between;align-items:center;margin-top:22px;gap:12px}.ih-quote-btn{border-radius:999px;padding:10px 22px;font-size:14px;border:none;cursor:pointer;font-weight:600;white-space:nowrap}.ih-quote-btn--primary{background:#1c2430;color:#fff}.ih-quote-btn--primary:hover{opacity:.92}.ih-quote-btn--ghost{background:transparent;color:#1c2430;border:1px solid #d2d2d2}.ih-quote-field--error input,.ih-quote-field--error textarea{border-color:#c43421}.ih-quote-error-text{margin-top:2px;font-size:12px;color:#c43421}@media (max-width: 749px){.ih-quote-modal__body{padding:20px 16px 24px}.ih-quote-modal__heading{font-size:22px}.ih-quote-modal__subheading{font-size:14px}}.ih-quote-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;max-width:1100px;margin:40px auto}@media (max-width: 990px){.ih-quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.ih-quote-grid{grid-template-columns:1fr}}.ih-quote-card{background:#fff;border-radius:18px;border:1px solid #e5e5e5;padding:28px 20px;text-align:center;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 18px #0000000a;display:flex;flex-direction:column;align-items:center;gap:14px}.ih-quote-card__icon{font-size:48px;color:#000}.ih-quote-card__label{font-weight:700;font-size:17px;color:#111}.ih-quote-card__desc{font-size:14px;color:#666;line-height:1.4;max-width:220px}.ih-quote-card:hover{transform:translateY(-4px);box-shadow:0 8px 22px #0000000f;border-color:#ccc}.ih-quote-card.is-active{border-color:#1c2430;box-shadow:0 0 0 3px #1c24302e}.ih-quote-modal .ih-quote-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;max-width:1100px!important;margin:40px auto 0!important;justify-items:stretch!important}@media (max-width: 990px){.ih-quote-modal .ih-quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 600px){.ih-quote-modal .ih-quote-grid{grid-template-columns:1fr!important}}.ih-quote-modal .ih-quote-card{background:#fff!important;border-radius:18px!important;border:1px solid #e5e5e5!important;padding:28px 22px!important;width:auto!important;max-width:none!important;height:auto!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:12px!important;box-shadow:0 14px 35px #0000000a!important;text-align:center!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}.ih-quote-modal .ih-quote-card__icon{font-size:40px!important;margin-bottom:4px!important}.ih-quote-modal .ih-quote-card__label{font-size:17px!important;font-weight:700!important;color:#111!important}.ih-quote-modal .ih-quote-card__desc{font-size:14px!important;color:#666!important;line-height:1.5!important;max-width:230px!important}.ih-quote-modal .ih-quote-card:hover{transform:translateY(-4px)!important;box-shadow:0 18px 40px #00000014!important;border-color:#d0d0d0!important}.ih-quote-modal .ih-quote-card.is-active{border-color:#1c2430!important;box-shadow:0 0 0 2px #1c24302e,0 18px 40px #0000001a!important}.ih-step2-title{text-align:center;font-size:26px;font-weight:700;color:#1c2430;margin:0 0 24px}.ih-step2-group{margin-bottom:28px}.ih-step2-subtitle{font-size:18px;font-weight:700;color:#1c2430;margin:0 0 12px}.ih-step2-help{font-size:13px;color:#666;margin:0 0 8px}.ih-garment-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;max-width:900px}@media (max-width: 1024px){.ih-garment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 600px){.ih-garment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ih-garment-card{background:#fff;border-radius:14px;border:1px solid #e5e5e5;padding:18px 12px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 8px 20px #0000000a;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.ih-garment-card__icon{font-size:30px}.ih-garment-card__label{font-size:13px;font-weight:600;color:#555}.ih-garment-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #00000014;border-color:#d0d0d0}.ih-garment-card.is-active{border-color:#1c2430;box-shadow:0 0 0 2px #1c24302e,0 14px 30px #0000001f}.ih-step2-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;max-width:900px;margin-bottom:28px}@media (max-width: 749px){.ih-step2-cols{grid-template-columns:1fr}}.ih-step2-inner{max-width:1040px;margin:0 auto}.ih-step2-title{font-size:26px;font-weight:700;text-align:center;margin:0 0 32px}.ih-step2-subtitle{font-size:20px;font-weight:600;margin:0 0 20px}.ih-step2-help{font-size:13px;color:#777;margin:4px 0 12px}.ih-garment-grid{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:32px}.ih-garment-card{flex:0 0 150px;padding:18px 16px 14px;border-radius:16px;border:2px solid #e4e4e4;background:#fff;box-shadow:0 18px 45px #0000000a;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .12s ease,background-color .16s ease}.ih-step2-inner .ih-garment-card{background:#fff!important;border-radius:16px!important}.ih-garment-card__icon{width:64px;height:64px;border-radius:14px;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:32px}.ih-garment-card__label{font-size:14px;font-weight:600;color:#222;text-align:center}.ih-garment-card.is-active{border-color:#f7d21e;box-shadow:0 20px 60px #00000012;transform:translateY(-2px)}.ih-step2-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;margin-bottom:28px}@media (max-width: 749px){.ih-step2-cols{grid-template-columns:1fr}.ih-garment-grid{justify-content:center}.ih-garment-card{flex:0 0 45%}}.ih-step2-inner .ih-quote-field label{text-align:left}.ih-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;max-width:1200px;margin:48px auto 0}@media (max-width: 1100px){.ih-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media (max-width: 640px){.ih-category-grid{grid-template-columns:1fr;gap:20px;padding:0 16px}}.ih-category-card{background:#fff;border-radius:24px;padding:40px 28px 36px;border:2px solid transparent;box-shadow:0 32px 60px #0000000a,0 16px 30px #00000008;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease;display:flex;flex-direction:column;align-items:center}.ih-category-card__media{margin-bottom:20px}.ih-category-card__img{display:block;width:80px;height:80px;object-fit:contain;margin:0 auto}.ih-category-card__icon{font-size:56px}.ih-category-card__title{font-size:20px;font-weight:700;color:#101010;margin-bottom:10px}.ih-category-card__desc{font-size:15px;line-height:1.5;color:#5f5f5f;max-width:260px}.ih-category-card:hover{transform:translateY(-4px);box-shadow:0 36px 70px #00000012,0 18px 34px #0000000d}.ih-category-card.is-active{border-color:#f7d21e;transform:translateY(-4px);box-shadow:0 36px 70px #00000017,0 18px 34px #0000000d}@media (max-width: 640px){.ih-category-card{padding:28px 20px 24px;border-radius:20px}.ih-category-card__img{width:64px;height:64px}.ih-category-card__title{font-size:18px}.ih-category-card__desc{font-size:14px}}.ih-quote-step[data-step="1"] .ih-category-card,.ih-quote-step[data-step="1"] .ih-quote-card{background:#fff!important;border:2px solid #e5e7eb!important;border-radius:28px!important;box-shadow:0 10px 40px #0f172a14!important;color:#111827!important;padding:48px 40px!important;transition:all .25s ease!important}.ih-quote-step[data-step="1"] .ih-category-card__media img,.ih-quote-step[data-step="1"] .ih-category-card__media svg,.ih-quote-step[data-step="1"] .ih-category-card__media span{width:72px!important;height:72px!important;margin:0 auto!important;display:block!important}.ih-quote-step[data-step="1"] .ih-category-card__title{font-size:24px!important;font-weight:700!important;color:#111827!important;margin-top:24px!important}.ih-quote-step[data-step="1"] .ih-category-card__desc{font-size:17px!important;line-height:1.6!important;color:#4b5563!important;margin-top:14px!important}.ih-quote-step[data-step="1"] .ih-category-card:hover,.ih-quote-step[data-step="1"] .ih-quote-card:hover{transform:translateY(-4px)!important;box-shadow:0 16px 45px #0f172a24!important}.ih-quote-step[data-step="1"] .ih-category-card.is-active,.ih-quote-step[data-step="1"] .ih-quote-card.is-active{border-color:#f05c4e!important;box-shadow:0 0 0 3px #f05c4e59,0 18px 55px #f05c4e59!important;transform:translateY(-6px)!important;background:#fff!important}@media (max-width: 768px){.ih-quote-step[data-step="1"] .ih-category-grid{grid-template-columns:1fr!important;row-gap:18px!important}.ih-quote-step[data-step="1"] .ih-category-card,.ih-quote-step[data-step="1"] .ih-quote-card{padding:32px 24px!important}}.ih-quote-step[data-step="2"] .ih-garment-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:20px!important}.ih-quote-step[data-step="2"] .ih-garment-card{background:#fff!important;border:2px solid #e5e7eb!important;border-radius:20px!important;padding:20px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;box-shadow:0 8px 25px #0f172a0f!important;cursor:pointer!important;transition:all .2s ease!important}.ih-quote-step[data-step="2"] .ih-garment-card__icon{font-size:30px!important}.ih-quote-step[data-step="2"] .ih-garment-card__label{font-size:14px!important;font-weight:600!important;color:#111827!important}.ih-quote-step[data-step="2"] .ih-garment-card:hover{transform:translateY(-3px)!important;box-shadow:0 14px 40px #0f172a1f!important}.ih-quote-step[data-step="2"] .ih-garment-card.is-active{border-color:#f05c4e!important;box-shadow:0 0 0 2px #f05c4e59,0 16px 48px #f05c4e52!important;transform:translateY(-4px)!important}@media (max-width: 1024px){.ih-quote-step[data-step="2"] .ih-garment-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 768px){.ih-quote-step[data-step="2"] .ih-garment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ih-quote-step[data-step="2"] .ih-garment-card{padding:16px 12px!important}}@media (max-width: 768px){.ih-quote-step[data-step="1"] .ih-category-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;width:100%!important}.ih-quote-step[data-step="1"] .ih-category-card{padding:18px 12px!important;height:180px!important;border-radius:20px!important;background:#fff!important;border:2px solid #E3E3E3!important;box-shadow:0 6px 20px #0000000f!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:space-between!important}.ih-quote-step[data-step="1"] .ih-category-card.is-active{border-color:#f05c4e!important;box-shadow:0 8px 26px #f05c4e38!important}.ih-category-card__media img,.ih-category-card__media svg,.ih-category-card__media span{width:42px!important;height:42px!important;margin-bottom:6px!important}.ih-category-card__title{font-size:16px!important;font-weight:600!important;text-align:center!important}.ih-category-card__desc{font-size:13px!important;color:#666!important;text-align:center!important;line-height:1.35!important}.ih-quote-step[data-step="1"] .ih-quote-step__footer{margin-top:20px!important;display:flex!important;justify-content:center!important}}@media (max-width: 768px){.ih-quote-step[data-step="1"] .ih-category-card__desc{display:none!important}}.ih-category-card__media{margin-bottom:8px!important}.ih-category-card__img,.ih-category-card__icon{margin-bottom:4px!important}.ih-category-card__title{margin-top:6px!important}.ih-category-card__media,.ih-category-card__img,.ih-category-card__icon{margin-bottom:0!important}.ih-category-card__title{margin-top:2px!important}@media (max-width: 768px){.ih-quote-step[data-step="1"] .ih-category-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding-top:16px!important;padding-bottom:16px!important}.ih-quote-step[data-step="1"] .ih-category-card__media{margin-bottom:4px!important}.ih-quote-step[data-step="1"] .ih-category-card__img,.ih-quote-step[data-step="1"] .ih-category-card__icon{margin-bottom:0!important}.ih-quote-step[data-step="1"] .ih-category-card__title{margin-top:4px!important}}.ih-quote-modal__heading,.ih-step2-title{font-size:34px!important;font-weight:800!important;letter-spacing:-.01em!important}.ih-step2-subtitle,.ih-quote-subtitle,.ih-category-card__title{font-size:20px!important;font-weight:700!important;color:#111!important}.ih-step2-help,.ih-quote-modal__subheading{font-size:16px!important;color:#555!important;line-height:1.45!important}.ih-quote-field label{font-size:16px!important;font-weight:700!important;color:#1c2430!important}.ih-quote-field input,.ih-quote-field textarea{font-size:16px!important}.ih-category-card__label,.ih-quote-card__label{font-size:18px!important;font-weight:700!important}.ih-category-card__desc,.ih-quote-card__desc{font-size:16px!important;line-height:1.45!important}.ih-garment-card__label,.ih-quote-btn{font-size:16px!important;font-weight:700!important}.ih-quote-review h3{font-size:20px!important;font-weight:700!important}.ih-quote-review__list{font-size:16px!important}.ih-step2-inner .ih-step2-help,.ih-step2-group .ih-step2-help,.ih-quote-step[data-step="2"] .ih-step2-help{font-size:15px!important;font-weight:500!important;line-height:1.5!important;color:#4b5563!important}.ih-quote-step[data-step="2"] p{font-size:15px!important;line-height:1.5!important}.ih-quote-step[data-step="3"] h2,.ih-quote-step[data-step="3"] h3,.ih-quote-step[data-step="4"] h2,.ih-quote-step[data-step="4"] h3{font-size:24px!important;font-weight:700!important;letter-spacing:-.01em!important;color:#111827!important}.ih-quote-step[data-step="3"] .ih-quote-field label,.ih-quote-step[data-step="4"] .ih-quote-field label{font-size:16px!important;font-weight:700!important;color:#1c2430!important}.ih-quote-step[data-step="3"] p,.ih-quote-step[data-step="4"] p{font-size:15px!important;line-height:1.5!important;color:#4b5563!important}.ih-quote-step[data-step="3"] .ih-quote-field input,.ih-quote-step[data-step="3"] .ih-quote-field textarea,.ih-quote-step[data-step="4"] .ih-quote-field input,.ih-quote-step[data-step="4"] .ih-quote-field textarea{font-size:16px!important}.ih-quote-step[data-step="3"] h2,.ih-quote-step[data-step="3"] .ih-step-title{font-size:28px!important;font-weight:800!important;color:#111827!important;text-align:center!important}.ih-quote-step[data-step="3"] .dz-message,.ih-quote-step[data-step="3"] .dz-message *{font-size:17px!important;font-weight:600!important;color:#111827!important}.ih-quote-step[data-step="3"] .dz-message small,.ih-quote-step[data-step="3"] .dz-message span,.ih-quote-step[data-step="3"] p{font-size:15px!important;line-height:1.45!important;color:#4b5563!important}.ih-quote-step[data-step="3"] label,.ih-quote-step[data-step="3"] .ih-quote-field label{font-size:16px!important;font-weight:600!important;color:#111827!important}.ih-quote-step[data-step="3"] .dz-button,.ih-quote-step[data-step="3"] button{font-size:16px!important;font-weight:700!important}.ih-quote-step[data-step="3"] *{font-family:inherit!important}.ih-quote-step[data-step="3"] .ih-step3-designer-title,.ih-quote-step[data-step="3"] h3,.ih-quote-step[data-step="3"] .designer-title,.ih-quote-step[data-step="3"] .ih-designer-title{font-size:20px!important;font-weight:700!important;color:#111827!important}.ih-quote-step[data-step="3"] .ih-designer-label,.ih-quote-step[data-step="3"] label[for*=designer],.ih-quote-step[data-step="3"] .ih-checkbox-label{font-size:16px!important;font-weight:600!important;color:#111827!important}.ih-quote-step[data-step="3"] p strong{font-size:18px!important;font-weight:700!important;color:#111827!important}.ih-quote-step[data-step="3"] label{font-size:16px!important;font-weight:600!important;color:#111827!important}.ih-quote-modal__heading,.ih-quote-modal__subheading{display:none!important}.ih-quote-modal__body:has(.ih-quote-step[data-step="1"].is-active) .ih-quote-modal__heading,.ih-quote-modal__body:has(.ih-quote-step[data-step="1"].is-active) .ih-quote-modal__subheading,.ih-quote-modal__body:has(.ih-quote-step[data-step="1"]:not([hidden])) .ih-quote-modal__heading,.ih-quote-modal__body:has(.ih-quote-step[data-step="1"]:not([hidden])) .ih-quote-modal__subheading{display:block!important}.ih-quote-modal select,.ih-quote-modal .ih-quote-field select{font-size:16px!important;padding:10px 14px!important;height:48px!important;border-radius:12px!important;border:1.5px solid #d0d3d6!important;color:#1c2430!important;background-position:right 14px center!important;background-size:14px!important}.ih-quote-modal select option{font-size:16px!important;padding:8px!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ih-quote-flow.css.map */
