:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.PriceBox-module-scss-module__TjaZeq__container{background-color:#ededf1;border-radius:8px;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:16px;display:flex}.PriceBox-module-scss-module__TjaZeq__titleBox{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.PriceBox-module-scss-module__TjaZeq__chevronIcon{width:20px;height:20px;transition:all .2s}.PriceBox-module-scss-module__TjaZeq__chevronIcon[data-rotate=true]{transform:rotate(90deg)}.PriceBox-module-scss-module__TjaZeq__content{background-color:#fff;border:1px solid #b4b6c5;border-radius:4px;flex-direction:column;align-items:flex-start;width:100%;display:flex}.PriceBox-module-scss-module__TjaZeq__head{flex-direction:column;gap:4px;width:100%;display:flex}.PriceBox-module-scss-module__TjaZeq__row{grid-template-columns:repeat(2,1fr);width:100%;display:grid}.PriceBox-module-scss-module__TjaZeq__list{width:100%}.PriceBox-module-scss-module__TjaZeq__listItem{grid-template-columns:repeat(2,1fr);align-items:center;width:100%;display:grid;position:relative}.PriceBox-module-scss-module__TjaZeq__listItem:not(:last-child){border-bottom:1px solid #b4b6c5}.PriceBox-module-scss-module__TjaZeq__listItem[data-active=true] .PriceBox-module-scss-module__TjaZeq__quantities,.PriceBox-module-scss-module__TjaZeq__listItem[data-active=true] .PriceBox-module-scss-module__TjaZeq__prices{background-color:#eef4ff}.PriceBox-module-scss-module__TjaZeq__itemsRow{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}.PriceBox-module-scss-module__TjaZeq__quantities{text-align:center;border-right:1px solid #b4b6c5;padding:8px}.PriceBox-module-scss-module__TjaZeq__prices{text-align:center;padding:8px}.PriceBox-module-scss-module__TjaZeq__check{background-color:#6074f4;border-radius:4px 0;padding:4px;font-size:0;position:absolute;top:0;left:0}.PriceBox-module-scss-module__TjaZeq__icon{width:10px;height:10px}
:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.InputNumber-module-scss-module__i_KwbG__wrapper{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.InputNumber-module-scss-module__i_KwbG__container{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex;position:relative}.InputNumber-module-scss-module__i_KwbG__input{width:100%;height:40px;font-family:var(--font-primary);color:#18181e;background-color:#fff;border:1px solid #d7d8e0;border-radius:4px;justify-content:flex-start;align-items:center;padding:10px 12px;font-size:16px;font-weight:400;line-height:20px;transition:all .2s ease-out;display:flex;position:relative}.InputNumber-module-scss-module__i_KwbG__input::placeholder{color:#8b8da5}.InputNumber-module-scss-module__i_KwbG__input:hover,.InputNumber-module-scss-module__i_KwbG__input:focus-visible,.InputNumber-module-scss-module__i_KwbG__input:active{border:1px solid #3c46e8;outline:none}.InputNumber-module-scss-module__i_KwbG__input:disabled{mix-blend-mode:multiply;cursor:not-allowed;background:#d7d8e0;border:1px solid #b4b6c5}.InputNumber-module-scss-module__i_KwbG__input:disabled:hover{border:1px solid #b4b6c5}.InputNumber-module-scss-module__i_KwbG__input[data-prefix=true]{padding-left:24px}.InputNumber-module-scss-module__i_KwbG__input[data-error=true]{border:1px solid #e41e1e}.InputNumber-module-scss-module__i_KwbG__input[data-success=true]{border:1px solid #25943f}.InputNumber-module-scss-module__i_KwbG__prefix{font-family:var(--font-primary);font-size:16px;font-weight:400;line-height:20px;position:absolute;top:10px;left:12px}.InputNumber-module-scss-module__i_KwbG__icon,.InputNumber-module-scss-module__i_KwbG__iconError{position:absolute;top:15px;right:24px}.InputNumber-module-scss-module__i_KwbG__iconError i:before{color:#e41e1e}.InputNumber-module-scss-module__i_KwbG__input:-webkit-autofill{box-shadow:inset 0 0 0 50px #f6f6f9!important}.InputNumber-module-scss-module__i_KwbG__asterisk{color:#fe6b6b}.InputNumber-module-scss-module__i_KwbG__errorMessage{opacity:0;margin-top:4px;animation:.2s ease-out forwards InputNumber-module-scss-module__i_KwbG__input-error-fade-in;transform:translateY(-4px)}@keyframes InputNumber-module-scss-module__i_KwbG__input-error-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.AttributeBox-module-scss-module__4E_I0W__infoRow{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex;position:relative}.AttributeBox-module-scss-module__4E_I0W__subtitle{flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.AttributeBox-module-scss-module__4E_I0W__requiredMark{color:#fe6b6b;margin-left:3px}.AttributeBox-module-scss-module__4E_I0W__mobile,.AttributeBox-module-scss-module__4E_I0W__desktop{justify-content:center;align-items:center;display:flex}.AttributeBox-module-scss-module__4E_I0W__desktop{display:none}@media (min-width:740px){.AttributeBox-module-scss-module__4E_I0W__infoRow{padding:0}.AttributeBox-module-scss-module__4E_I0W__mobile{display:none}.AttributeBox-module-scss-module__4E_I0W__desktop{display:flex}}
:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.StartOrder-module-scss-module__cyMnLq__container{flex-direction:column;align-items:flex-start;gap:24px;width:100%;padding:0 16px 16px;display:flex}.StartOrder-module-scss-module__cyMnLq__container[data-padding=false]{padding:0}.StartOrder-module-scss-module__cyMnLq__infoBox{background-color:#ededf1;border-radius:4px;align-items:center;gap:16px;width:100%;padding:12px;display:flex}.StartOrder-module-scss-module__cyMnLq__addBtn i{font-size:24px}.StartOrder-module-scss-module__cyMnLq__plusIcon{width:16px;height:16px}.StartOrder-module-scss-module__cyMnLq__divider,.StartOrder-module-scss-module__cyMnLq__itemsDivider{background-color:#8b8da5;width:100%;height:1px}.StartOrder-module-scss-module__cyMnLq__itemsDivider{margin-top:24px}.StartOrder-module-scss-module__cyMnLq__btnGroup{flex-direction:column;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__optionContainer{border-radius:8px;flex-direction:column;align-items:flex-start;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__optionContainer[data-border=true]{border:1px solid #d7d8e0}.StartOrder-module-scss-module__cyMnLq__optionContainer[data-border=true] .StartOrder-module-scss-module__cyMnLq__optionRow{padding:8px 16px 20px}.StartOrder-module-scss-module__cyMnLq__removeRow{justify-content:flex-end;width:100%;padding:0 16px 8px;display:flex;position:relative}.StartOrder-module-scss-module__cyMnLq__badge{background-color:#575972;border-radius:8px 0;padding:4px 8px}.StartOrder-module-scss-module__cyMnLq__cardTitleRow{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__textCol{flex-direction:column;align-items:flex-start;gap:4px;max-width:calc(100% - 64px);display:flex}.StartOrder-module-scss-module__cyMnLq__closedTitle{cursor:pointer;align-items:center;width:100%;padding:8px 16px;display:flex}.StartOrder-module-scss-module__cyMnLq__optionDescription{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.StartOrder-module-scss-module__cyMnLq__btn{cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:8px;padding:0;display:flex}.StartOrder-module-scss-module__cyMnLq__removePrintAreaConfirm{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__removePrintAreaConfirm p{text-align:center}.StartOrder-module-scss-module__cyMnLq__removePrintAreaActions{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__removePrintAreaConfirmText{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__removePrintAreaPopup{z-index:20;background:#fff;border-radius:8px;flex-direction:column;gap:12px;width:280px;padding:12px;display:flex;position:absolute;top:calc(100% + 8px);right:16px;box-shadow:0 1px 4px #36374414,0 1px 8px #3637440f}.StartOrder-module-scss-module__cyMnLq__removePrintAreaPopup p{text-align:center}.StartOrder-module-scss-module__cyMnLq__removePrintAreaPopup:after{content:"";border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:100%;right:20px}.StartOrder-module-scss-module__cyMnLq__removePrintAreaPopupActions{flex-direction:row;justify-content:space-between;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__removePrintAreaPopupActions button{flex:1}.StartOrder-module-scss-module__cyMnLq__mobile{display:flex!important}.StartOrder-module-scss-module__cyMnLq__desktop{display:none!important}.StartOrder-module-scss-module__cyMnLq__optionRow{flex-direction:column;align-items:flex-start;gap:24px;width:100%;display:flex}.StartOrder-module-scss-module__cyMnLq__errorMessage{align-self:center;margin-top:-16px}.StartOrder-module-scss-module__cyMnLq__summaryRow{align-self:flex-end}.StartOrder-module-scss-module__cyMnLq__errorContainer{background-color:#fff1f1;border-radius:8px;align-items:flex-start;gap:8px;width:100%;padding:8px;display:flex}@media (min-width:744px){.StartOrder-module-scss-module__cyMnLq__container{padding:0}.StartOrder-module-scss-module__cyMnLq__removePrintAreaActions{flex-direction:row;justify-content:space-between}.StartOrder-module-scss-module__cyMnLq__mobile{display:none!important}.StartOrder-module-scss-module__cyMnLq__desktop{display:flex!important}.StartOrder-module-scss-module__cyMnLq__btnGroup{flex-direction:row}}
:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.StartOrder-module-scss-module__j2Xeea__container{flex-direction:column;align-items:flex-start;gap:24px;width:100%;padding:0 16px 16px;display:flex}.StartOrder-module-scss-module__j2Xeea__container[data-padding=false]{padding:0}.StartOrder-module-scss-module__j2Xeea__infoBox{background-color:#ededf1;border-radius:4px;align-items:center;gap:16px;width:100%;padding:12px;display:flex}.StartOrder-module-scss-module__j2Xeea__titleBox{flex-direction:column;gap:8px;display:flex}.StartOrder-module-scss-module__j2Xeea__addBtn i{font-size:24px}.StartOrder-module-scss-module__j2Xeea__plusIcon{width:16px;height:16px}.StartOrder-module-scss-module__j2Xeea__divider,.StartOrder-module-scss-module__j2Xeea__itemsDivider{background-color:#8b8da5;width:100%;height:1px}.StartOrder-module-scss-module__j2Xeea__itemsDivider{margin-top:24px}.StartOrder-module-scss-module__j2Xeea__subtotalBox{background-color:#ededf1;border-radius:8px;flex-direction:column;align-items:center;gap:24px;width:100%;padding:8px;display:flex}.StartOrder-module-scss-module__j2Xeea__subtotalTitle{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__subtotalLeft,.StartOrder-module-scss-module__j2Xeea__subtotalRight{align-items:center;gap:8px;display:flex}.StartOrder-module-scss-module__j2Xeea__subtotalLeft{gap:16px}.StartOrder-module-scss-module__j2Xeea__subtotalRight{cursor:pointer}.StartOrder-module-scss-module__j2Xeea__subtotalList{flex-direction:column;gap:8px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__subtotalRow{justify-content:space-between;align-items:center;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__btnGroup{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__desktop{display:none!important}.StartOrder-module-scss-module__j2Xeea__summaryRow{align-self:flex-end}.StartOrder-module-scss-module__j2Xeea__optionContainer{border-radius:8px;flex-direction:column;align-items:flex-start;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__optionContainer[data-border=true]{border:1px solid #d7d8e0;padding:0}.StartOrder-module-scss-module__j2Xeea__optionContainer[data-border=true] .StartOrder-module-scss-module__j2Xeea__optionRow{padding:8px 16px 16px}.StartOrder-module-scss-module__j2Xeea__closedTitle{cursor:pointer;align-items:center;width:100%;padding:12px 16px;display:flex}.StartOrder-module-scss-module__j2Xeea__cardTitleRow{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__textCol{flex-direction:column;align-items:flex-start;max-width:calc(100% - 64px);display:flex}.StartOrder-module-scss-module__j2Xeea__optionDescription{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.StartOrder-module-scss-module__j2Xeea__optionTitleBox{justify-content:space-between;align-items:center;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__optionTitleBoxLeft{align-items:flex-start;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__optionTitleBoxText{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.StartOrder-module-scss-module__j2Xeea__badge{background-color:#575972;border-radius:8px 0;padding:4px 8px}.StartOrder-module-scss-module__j2Xeea__removeRow{justify-content:flex-end;width:100%;padding:0 16px 8px;display:flex;position:relative}.StartOrder-module-scss-module__j2Xeea__trashIcon{cursor:pointer;width:16px;height:16px}.StartOrder-module-scss-module__j2Xeea__btn{cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:8px;padding:0;display:flex}.StartOrder-module-scss-module__j2Xeea__chevronIcon{flex-shrink:0;width:16px;height:16px;transition:all .2s}.StartOrder-module-scss-module__j2Xeea__chevronIcon[data-rotate=true]{transform:rotate(90deg)}.StartOrder-module-scss-module__j2Xeea__optionRow{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__removePrintAreaConfirm{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__removePrintAreaConfirm p{text-align:center}.StartOrder-module-scss-module__j2Xeea__removePrintAreaConfirmText{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__removePrintAreaActions{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__removePrintAreaPopup{z-index:20;background:#fff;border-radius:8px;flex-direction:column;gap:12px;width:280px;padding:12px;display:flex;position:absolute;bottom:calc(100% + 8px);right:16px;box-shadow:0 1px 4px #36374414,0 1px 8px #3637440f}.StartOrder-module-scss-module__j2Xeea__removePrintAreaPopup p{text-align:center}.StartOrder-module-scss-module__j2Xeea__removePrintAreaPopup:after{content:"";border-top:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:100%;right:20px}.StartOrder-module-scss-module__j2Xeea__removePrintAreaPopupActions{flex-direction:row;justify-content:space-between;gap:16px;width:100%;display:flex}.StartOrder-module-scss-module__j2Xeea__removePrintAreaPopupActions button{flex:1}.StartOrder-module-scss-module__j2Xeea__errorMessage{align-self:center;margin-top:-8px}.StartOrder-module-scss-module__j2Xeea__total{align-items:center;gap:4px;display:flex}.StartOrder-module-scss-module__j2Xeea__errorContainer{background-color:#fff1f1;border-radius:8px;align-items:flex-start;gap:8px;width:100%;padding:8px;display:flex}@media (min-width:744px){.StartOrder-module-scss-module__j2Xeea__container{padding:0}.StartOrder-module-scss-module__j2Xeea__removePrintAreaActions{flex-direction:row;justify-content:space-between}.StartOrder-module-scss-module__j2Xeea__mobile{display:none!important}.StartOrder-module-scss-module__j2Xeea__desktop{display:flex!important}}@media (min-width:1280px){.StartOrder-module-scss-module__j2Xeea__subtotalLeft,.StartOrder-module-scss-module__j2Xeea__subtotalRight{align-items:center;gap:8px;display:flex}.StartOrder-module-scss-module__j2Xeea__subtotalLeft{gap:16px}.StartOrder-module-scss-module__j2Xeea__mobile{display:none!important}.StartOrder-module-scss-module__j2Xeea__desktop{display:flex!important}}
:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.WarningPopup-module-scss-module__oFHaIa__content{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.WarningPopup-module-scss-module__oFHaIa__content p{text-align:center}.WarningPopup-module-scss-module__oFHaIa__icon{width:48px;height:48px}.WarningPopup-module-scss-module__oFHaIa__btnGroup{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.WarningPopup-module-scss-module__oFHaIa__btnGroup button{width:100%}@media (min-width:740px){.WarningPopup-module-scss-module__oFHaIa__modal{width:696px}.WarningPopup-module-scss-module__oFHaIa__content{gap:24px}.WarningPopup-module-scss-module__oFHaIa__btnGroup{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.WarningPopup-module-scss-module__oFHaIa__btnGroup button:last-child{order:-1}}@media (min-width:1280px){.WarningPopup-module-scss-module__oFHaIa__modal{width:770px}.WarningPopup-module-scss-module__oFHaIa__btnGroup{gap:32px}}
:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.Step3-module-scss-module___R2Prq__container{flex-direction:column;align-items:flex-start;gap:24px;width:100%;display:flex}.Step3-module-scss-module___R2Prq__titleBox{align-items:center;gap:24px;width:100%;display:flex}.Step3-module-scss-module___R2Prq__backIcon{cursor:pointer;width:24px;height:24px}
:export{neutral950:#18181e;neutral900:#363744;neutral800:#3d3e4f;neutral700:#47485d;neutral600:#575972;neutral500:#6c6e8b;neutral400:#8b8da5;neutral300:#b4b6c5;neutral200:#d7d8e0;neutral100:#ededf1;neutral50:#f6f6f9;black:#000;white:#fff;brand950:#1a1d4c;brand900:#2c3383;brand800:#2d33a6;brand700:#353bcd;brand600:#3c46e8;brand500:#6074f4;brand400:#7e98fb;brand300:#a3bdfe;brand200:#c6d8ff;brand100:#dfebff;brand50:#eef4ff;brand25:#f9fbff;red950:#480707;red900:#831919;red800:#9f1515;red700:#c01515;red600:#e41e1e;red500:#f73c3c;red400:#fe6b6b;red300:#ffa1a1;red200:#ffc8c8;red100:#ffe1e1;red50:#fff1f1;orange950:#452005;orange900:#7f430f;orange800:#9e4f0e;orange700:#c76607;orange600:#f98b07;orange500:#ffa310;orange400:#ffba37;orange300:#ffd770;orange200:#ffe9a8;orange100:#fff6d4;orange50:#fffbec;green950:#092a13;green900:#1b4c27;green800:#1e5d2e;green700:#207535;green600:#25943f;green500:#33b452;green400:#5ace74;green300:#91e4a4;green200:#c1f1cc;green100:#dff9e5;green50:#f1fcf4}.EditCurrentDesign-module-scss-module__Kb05KW__container{flex-direction:column;align-items:flex-start;gap:24px;width:100%;padding:0 16px 16px;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__infoBox{background-color:#ededf1;border-radius:4px;align-items:center;gap:16px;width:100%;padding:12px;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__infoBoxText{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__card{border-radius:8px;flex-direction:column;align-items:flex-start;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__card[data-border=true]{border:1px solid #d7d8e0}.EditCurrentDesign-module-scss-module__Kb05KW__card[data-border=true] .EditCurrentDesign-module-scss-module__Kb05KW__cardContent{padding:8px 16px 20px}.EditCurrentDesign-module-scss-module__Kb05KW__cardContent{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__cardTitleRow{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__removeRow{justify-content:flex-end;width:100%;padding:0 16px 8px;display:flex;position:relative}.EditCurrentDesign-module-scss-module__Kb05KW__badge{background-color:#575972;border-radius:8px 0;padding:4px 8px}.EditCurrentDesign-module-scss-module__Kb05KW__errorMessage{margin-top:12px;color:red!important}.EditCurrentDesign-module-scss-module__Kb05KW__plusIcon{width:16px;height:16px}.EditCurrentDesign-module-scss-module__Kb05KW__addMoreBtn{flex-direction:column;gap:4px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__inputBox{width:100%}.EditCurrentDesign-module-scss-module__Kb05KW__divider{background:#8b8da5;width:100%;height:1px}.EditCurrentDesign-module-scss-module__Kb05KW__uploadBox{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__btnGroup{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaConfirm{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaConfirm p{text-align:center}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaActions{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaConfirmText{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaPopup{z-index:20;background:#fff;border-radius:8px;flex-direction:column;gap:12px;width:280px;padding:12px;display:flex;position:absolute;bottom:calc(100% + 8px);right:16px;box-shadow:0 1px 4px #36374414,0 1px 8px #3637440f}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaPopup p{text-align:center}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaPopup:after{content:"";border-top:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:100%;right:20px}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaPopupActions{flex-direction:row;justify-content:space-between;gap:16px;width:100%;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaPopupActions button{flex:1}.EditCurrentDesign-module-scss-module__Kb05KW__desktop{display:none!important}.EditCurrentDesign-module-scss-module__Kb05KW__closedTitle{cursor:pointer;align-items:center;width:100%;padding:8px 16px;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__textCol{flex-direction:column;align-items:flex-start;max-width:calc(100% - 64px);display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__instrDescription{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.EditCurrentDesign-module-scss-module__Kb05KW__btn{cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:8px;padding:0;display:flex}.EditCurrentDesign-module-scss-module__Kb05KW__summary{align-self:flex-end}@media (min-width:744px){.EditCurrentDesign-module-scss-module__Kb05KW__container{padding:0}.EditCurrentDesign-module-scss-module__Kb05KW__removePrintAreaActions{flex-direction:row;justify-content:space-between}.EditCurrentDesign-module-scss-module__Kb05KW__mobile{display:none!important}.EditCurrentDesign-module-scss-module__Kb05KW__desktop{display:flex!important}.EditCurrentDesign-module-scss-module__Kb05KW__btnGroup{flex-direction:row;gap:32px}}
.Customization-module-scss-module__jDO9Dq__container{width:100%;min-height:100%;scroll-margin-top:16px;overflow:hidden}.Customization-module-scss-module__jDO9Dq__steps{z-index:2;width:100%;height:100%;min-height:1px;position:relative;overflow:hidden}.Customization-module-scss-module__jDO9Dq__slideInRight{animation:.4s forwards Customization-module-scss-module__jDO9Dq__slideInRight}.Customization-module-scss-module__jDO9Dq__slideInLeft{animation:.4s forwards Customization-module-scss-module__jDO9Dq__slideInLeft}.Customization-module-scss-module__jDO9Dq__slideOutLeft{width:100%;animation:.4s forwards Customization-module-scss-module__jDO9Dq__slideOutLeft;position:absolute;top:0;left:0}.Customization-module-scss-module__jDO9Dq__slideOutRight{width:100%;animation:.4s forwards Customization-module-scss-module__jDO9Dq__slideOutRight;position:absolute;top:0;left:0}.Customization-module-scss-module__jDO9Dq__slideOutLeft,.Customization-module-scss-module__jDO9Dq__slideOutRight{z-index:2}.Customization-module-scss-module__jDO9Dq__slideInRight,.Customization-module-scss-module__jDO9Dq__slideInLeft{z-index:1}@keyframes Customization-module-scss-module__jDO9Dq__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Customization-module-scss-module__jDO9Dq__slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes Customization-module-scss-module__jDO9Dq__slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes Customization-module-scss-module__jDO9Dq__slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}