:root{--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px}@font-face{font-family:Roboto;src:url(./Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(./Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal}#mds-react-calculator{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;width:100%;padding:40px 20px;background-color:#f2eadf;font-family:Roboto,"Arial, Helvetica, sans-serif";line-height:1.5;font-weight:400;color:#213547;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: var(--breakpoint-md)){#mds-react-calculator{padding:80px 20px}}#mds-react-calculator *,#mds-react-calculator *:before,#mds-react-calculator *:after{box-sizing:inherit;font-family:inherit}[data-app-button]._button_dvr8l_5{cursor:pointer;width:252px;height:38px;display:flex;align-items:center;justify-content:center;letter-spacing:1.1px;text-transform:uppercase;font-weight:600;font-size:11px;line-height:13px;border:none;color:#fff!important;transition:background-color .2s}[data-app-button]._primary_dvr8l_39{background-color:#e06132}[data-app-button]._primary_dvr8l_39:hover:not(:disabled){background-color:#c75227}[data-app-button]._secondary_dvr8l_53{background-color:#bbaa9b}[data-app-button]._secondary_dvr8l_53:hover:not(:disabled){background-color:#a59586}[data-app-button]._accent_dvr8l_67{background-color:#2c5f52}[data-app-button]._accent_dvr8l_67:hover:not(:disabled){background-color:#224a40}[data-app-button]._disabled_dvr8l_81{background-color:#ccc;cursor:not-allowed!important;opacity:1!important}._buttonWrapper_dvr8l_93{position:relative;display:inline-block}._tooltip_dvr8l_103{visibility:hidden;opacity:0;width:220px;background-color:#333;color:#fff;text-align:center;border-radius:6px;padding:8px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-110px;transition:opacity .3s;font-size:.85rem}._tooltip_dvr8l_103:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}._buttonWrapper_dvr8l_93:hover ._tooltip_dvr8l_103{visibility:visible;opacity:1}@media (max-width: 640px){[data-app-button]._button_dvr8l_5,._buttonWrapper_dvr8l_93{width:100%;max-width:360px}}._footerContainer_1r3pn_1{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:16px;margin-top:16px;gap:15px}._footerContainer_1r3pn_1 span{color:#e06132;cursor:pointer;font-size:.9rem}@media (max-width: 640px){._footerContainer_1r3pn_1{padding-top:12px;margin-top:12px;gap:10px}._footerContainer_1r3pn_1 span{font-size:.8rem}}._wrapper_vbygh_1{max-width:300px;width:100%;margin:8px 0 0}._container_vbygh_3{display:flex;align-items:center;gap:8px;background:transparent;border:0;padding:0}._label_vbygh_5{color:#8c8f94!important;font-size:12px;min-width:auto;margin-right:8px}._field_vbygh_9{position:relative;flex:1;width:100%;height:32px;display:flex;align-items:center;background:#f7f8fa;border:1px solid #e2e6ea;border-radius:6px;padding:6px 34px 6px 10px;box-sizing:border-box;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._field_vbygh_9:hover{background:#fbfcfd;border-color:#d9dde2}._urlText_vbygh_13{color:#8c8f94!important;font-size:11px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._icon_vbygh_15{position:absolute;right:6px;top:50%;transform:translateY(-50%);color:#8c8f94;filter:grayscale(100%);font-size:16px;line-height:1;pointer-events:none}#mds-react-calculator ._field_vbygh_9{background:#f7f8fa!important;border-color:#e2e6ea!important}@media (max-width: 640px){._wrapper_vbygh_1{max-width:100%}._label_vbygh_5{display:none}._container_vbygh_3{gap:0}}#mds-react-calculator ._overlay_26bjn_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}#mds-react-calculator ._modal_26bjn_27{background:#fff;padding:30px;border-radius:8px;max-width:500px;width:90%;position:relative;box-shadow:0 5px 15px #0000004d}#mds-react-calculator ._closeButton_26bjn_47{position:absolute!important;top:10px;right:18px;background:none!important;border:none!important;font-size:1.8rem!important;cursor:pointer!important;color:#888!important;padding:0!important;width:auto!important;height:auto!important}@media (max-width: 640px){#mds-react-calculator ._modal_26bjn_27{width:95%;padding:20px 16px;max-height:90vh;overflow-y:auto}}._checkboxWrapper_x4n50_1{display:flex;align-items:center;cursor:pointer;gap:8px;-webkit-user-select:none;user-select:none}._checkboxWrapper_x4n50_1 input{opacity:0;width:0;height:0;position:absolute}._checkboxWrapper_x4n50_1 ._checkmark_x4n50_31{position:relative;width:20px;height:20px;border:1.5px solid #adb5bd;background-color:#fff;border-radius:4px;transition:background-color .2s ease,border-color .2s ease;display:flex;align-items:center;justify-content:center}._checkboxWrapper_x4n50_1 ._checkmark_x4n50_31:after{content:"";display:block;width:5px;height:10px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease-in-out}._checkboxWrapper_x4n50_1 input:checked~._checkmark_x4n50_31{background-color:#e06132;border-color:#e06132}._checkboxWrapper_x4n50_1 input:checked~._checkmark_x4n50_31:after{transform:rotate(45deg) scale(1)}._checkboxWrapper_x4n50_1 ._label_x4n50_97{color:#333;font-weight:500}#mds-react-calculator ._card_3aqcq_1{position:relative;display:flex;flex-direction:column;background:#fff;border:2px solid #e9ecef;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .15s ease;height:320px}#mds-react-calculator ._card_3aqcq_1:hover{border-color:#adb5bd;box-shadow:0 2px 8px #00000014}#mds-react-calculator ._card_3aqcq_1._selected_3aqcq_19{border-color:#2e7d32;background:#f1f8e9}#mds-react-calculator ._checkboxWrapper_3aqcq_24{position:absolute;top:8px;left:8px;z-index:2}#mds-react-calculator ._checkbox_3aqcq_24{width:20px;height:20px;cursor:pointer;accent-color:#2e7d32}#mds-react-calculator ._imageWrapper_3aqcq_38{width:100%;height:160px;min-height:160px;flex-shrink:0;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}#mds-react-calculator ._image_3aqcq_38{width:100%;height:100%;object-fit:cover}#mds-react-calculator ._content_3aqcq_56{padding:10px 12px;display:flex;flex-direction:column;gap:4px;flex:1;min-height:0;overflow:hidden}#mds-react-calculator ._name_3aqcq_66{font-size:.8rem;font-weight:500;color:#212529;margin:0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}#mds-react-calculator ._sku_3aqcq_80{font-size:.7rem;color:#6c757d}#mds-react-calculator ._prices_3aqcq_85{display:flex;flex-direction:column;gap:2px;margin-top:auto;padding-top:8px}#mds-react-calculator ._priceExcl_3aqcq_93{font-size:.8rem;color:#495057}#mds-react-calculator ._priceExcl_3aqcq_93 small{color:#6c757d;font-weight:400}#mds-react-calculator ._priceIncl_3aqcq_103{font-size:.95rem;font-weight:600;color:#212529}#mds-react-calculator ._priceIncl_3aqcq_103 small{font-weight:400;color:#495057}#mds-react-calculator ._container_olfjz_1{display:flex;flex-direction:column;height:100%;overflow:hidden}#mds-react-calculator ._header_olfjz_8{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid #e9ecef;flex-shrink:0}#mds-react-calculator ._backButton_olfjz_17{background:none;border:1px solid #ced4da;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;color:#495057;transition:all .15s}#mds-react-calculator ._backButton_olfjz_17:hover{background:#f8f9fa;border-color:#adb5bd}#mds-react-calculator ._title_olfjz_33{margin:0;font-size:1.2rem;color:#212529}#mds-react-calculator ._searchWrapper_olfjz_39{position:relative;padding:16px 24px;flex-shrink:0}#mds-react-calculator ._searchInput_olfjz_45{width:100%;padding:12px 40px 12px 16px;border:1px solid #ced4da;border-radius:8px;font-size:.95rem;transition:border-color .15s}#mds-react-calculator ._searchInput_olfjz_45:focus{outline:none;border-color:#495057}#mds-react-calculator ._clearButton_olfjz_59{position:absolute;right:36px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer;font-size:1rem;padding:4px 8px}#mds-react-calculator ._clearButton_olfjz_59:hover{color:#495057}#mds-react-calculator ._resultsInfo_olfjz_76{padding:0 24px 12px;font-size:.85rem;color:#6c757d;flex-shrink:0}#mds-react-calculator ._error_olfjz_83{margin:0 24px 12px;padding:12px;background:#f8d7da;color:#721c24;border-radius:6px;font-size:.9rem;flex-shrink:0}#mds-react-calculator ._grid_olfjz_93{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 24px 24px;overflow-y:auto;flex:1}@media (max-width: 1100px){#mds-react-calculator ._grid_olfjz_93{grid-template-columns:repeat(3,1fr)}}@media (max-width: 800px){#mds-react-calculator ._grid_olfjz_93{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){#mds-react-calculator ._grid_olfjz_93{grid-template-columns:1fr}}#mds-react-calculator ._skeleton_olfjz_120{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_olfjz_1 1.5s infinite;border-radius:8px;height:320px}@keyframes _shimmer_olfjz_1{0%{background-position:200% 0}to{background-position:-200% 0}}#mds-react-calculator ._noResults_olfjz_133{grid-column:1 / -1;text-align:center;padding:40px 20px;color:#6c757d;font-size:.95rem}#mds-react-calculator ._pagination_olfjz_141{display:flex;justify-content:center;align-items:center;gap:4px;padding:16px 24px;border-top:1px solid #e9ecef;flex-shrink:0}#mds-react-calculator ._pageButton_olfjz_151{min-width:36px;height:36px;border:1px solid #ced4da;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;color:#495057;transition:all .15s}#mds-react-calculator ._pageButton_olfjz_151:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}#mds-react-calculator ._pageButton_olfjz_151:disabled{opacity:.5;cursor:not-allowed}#mds-react-calculator ._pageButton_olfjz_151._activePage_olfjz_173{background:#495057;border-color:#495057;color:#fff}#mds-react-calculator ._ellipsis_olfjz_179{padding:0 8px;color:#6c757d}#mds-react-calculator ._stickyFooter_olfjz_184{position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;background:#e8f5e9;border-top:2px solid #2e7d32;flex-shrink:0}#mds-react-calculator ._selectedInfo_olfjz_197{flex:1;min-width:0}#mds-react-calculator ._selectedCount_olfjz_202{font-weight:600;color:#2e7d32;font-size:.95rem}#mds-react-calculator ._selectedList_olfjz_208{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}#mds-react-calculator ._selectedItem_olfjz_215{font-size:.75rem;color:#495057;background:#fff;padding:2px 8px;border-radius:4px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#mds-react-calculator ._moreCount_olfjz_227{font-size:.75rem;color:#6c757d;font-style:italic}#mds-react-calculator ._stickyFooter_olfjz_184 button{flex-shrink:0}._form_2btcn_1{width:100%}._formRow_2btcn_9{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 540px){._formRow_2btcn_9{grid-template-columns:1fr}}._formGroup_2btcn_33{display:flex;flex-direction:column;margin-bottom:18px}._label_2btcn_45{font-weight:600;font-size:14px;margin-bottom:6px;color:#333}._input_2btcn_59,._textarea_2btcn_61{padding:10px 12px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s;background:#fff}._input_2btcn_59:focus,._textarea_2btcn_61:focus{outline:none;border-color:#8b6914;box-shadow:0 0 0 2px #8b69141f}._inputError_2btcn_95{border-color:#d63638}._textarea_2btcn_61{resize:vertical;min-height:80px}._error_2btcn_113{color:#d63638;font-size:12px;margin-top:4px}._dropZone_2btcn_127{border:2px dashed #c8c8c8;border-radius:8px;padding:24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:#fafafa}._dropZone_2btcn_127:hover,._dropZoneActive_2btcn_149{border-color:#8b6914;background:#fdf6e3}._dropZoneText_2btcn_159{display:block;font-size:14px;color:#555;margin-bottom:4px}._dropZoneSub_2btcn_173{display:block;font-size:12px;color:#999}._fileList_2btcn_187{list-style:none;padding:0;margin:10px 0 0}._fileItem_2btcn_199{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:4px;background:#f5f5f5;margin-bottom:4px;font-size:13px}._fileName_2btcn_221{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}._fileSize_2btcn_237{color:#888;flex-shrink:0}._fileRemove_2btcn_247{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0 4px;line-height:1}._fileRemove_2btcn_247:hover{color:#d63638}._submitRow_2btcn_277{display:flex;justify-content:center;margin-top:8px;margin-bottom:16px}._errorBanner_2btcn_291{background:#fef0f0;border:1px solid #f5c6c6;color:#d63638;padding:10px 16px;border-radius:6px;font-size:13px;margin-bottom:16px;text-align:center}._successBox_2btcn_315{text-align:center;padding:40px 20px}._successTitle_2btcn_325{font-size:24px;color:#2e7d32;margin-bottom:12px}._successText_2btcn_337{color:#555;margin-bottom:24px;line-height:1.6;max-width:440px;margin-left:auto;margin-right:auto}#mds-react-calculator ._container_9v2na_1{max-width:none;width:100%;height:100%;max-height:100%;overflow-y:auto;padding:24px;box-sizing:border-box;display:flex;flex-direction:column}#mds-react-calculator ._container_9v2na_1 h4{margin-top:0;margin-bottom:8px;font-size:1.3rem;color:#212529}#mds-react-calculator ._container_9v2na_1>p{color:#6c757d;line-height:1.5;font-size:.9rem;margin-bottom:20px}#mds-react-calculator ._section_9v2na_55{margin-bottom:20px;background:#f8f9fa;border-radius:8px;padding:16px}#mds-react-calculator ._sectionTitle_9v2na_69{font-size:.95rem;font-weight:600;color:#495057;margin:0 0 12px;display:flex;align-items:center;gap:8px}#mds-react-calculator ._sectionCount_9v2na_89{font-weight:400;color:#6c757d;font-size:.85rem}#mds-react-calculator ._itemsList_9v2na_103{display:flex;flex-direction:column;gap:8px}#mds-react-calculator ._itemRow_9v2na_115{display:flex;align-items:center;background:#fff;padding:10px 12px;border-radius:6px;border:1px solid #e9ecef;gap:12px}#mds-react-calculator ._itemThumbnail_9v2na_135{width:50px;height:50px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f8f9fa}#mds-react-calculator ._itemThumbnail_9v2na_135 img{width:100%;height:100%;object-fit:cover}#mds-react-calculator ._thumbnailPlaceholder_9v2na_165{width:100%;height:100%;background:linear-gradient(135deg,#e9ecef 25%,#f8f9fa,#e9ecef 75%)}#mds-react-calculator ._itemInfo_9v2na_177{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}#mds-react-calculator ._itemName_9v2na_193{font-size:.9rem;color:#212529;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#mds-react-calculator ._itemSku_9v2na_211{font-size:.75rem;color:#6c757d}#mds-react-calculator ._customBadge_9v2na_221{font-size:.7rem;color:#856404;background:#fff3cd;padding:2px 6px;border-radius:4px;display:inline-block;width:fit-content}#mds-react-calculator ._itemControls_9v2na_241{display:flex;align-items:center;gap:8px;flex-shrink:0}#mds-react-calculator ._quantityInput_9v2na_255{width:60px;padding:6px 8px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;text-align:center}#mds-react-calculator ._quantityInput_9v2na_255:focus{outline:none;border-color:#495057}#mds-react-calculator ._unitLabel_9v2na_283{font-size:.85rem;color:#6c757d}#mds-react-calculator ._removeButton_9v2na_293{width:28px;height:28px;border:none;background:#f8d7da;color:#721c24;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background-color .15s}#mds-react-calculator ._removeButton_9v2na_293:hover{background:#f5c6cb}#mds-react-calculator ._emptyMessage_9v2na_331{color:#6c757d;font-size:.85rem;font-style:italic;margin:0}#mds-react-calculator ._addSection_9v2na_347{margin-bottom:20px;display:flex;justify-content:center}#mds-react-calculator ._addButtons_9v2na_359{display:flex;gap:10px;flex-wrap:wrap}#mds-react-calculator ._addButton_9v2na_359,#mds-react-calculator ._addCustomButton_9v2na_373{padding:10px 16px;border:2px dashed #ced4da;background:transparent;color:#495057;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .15s}#mds-react-calculator ._addButton_9v2na_359:hover,#mds-react-calculator ._addCustomButton_9v2na_373:hover{border-color:#495057;background:#f8f9fa}#mds-react-calculator ._searchWrapper_9v2na_407{display:flex;flex-direction:column;gap:10px}#mds-react-calculator ._cancelButton_9v2na_419{padding:8px 16px;border:1px solid #ced4da;background:#fff;color:#6c757d;border-radius:6px;font-size:.85rem;cursor:pointer;align-self:flex-start}#mds-react-calculator ._cancelButton_9v2na_419:hover{background:#f8f9fa}#mds-react-calculator ._cartSection_9v2na_451{margin-top:20px;padding:16px;background:#e8f4fd;border-radius:8px;border:1px solid #b8daff}#mds-react-calculator ._confirmCheckbox_9v2na_467{margin-bottom:16px}#mds-react-calculator ._confirmCheckbox_9v2na_467 label{font-size:.85rem;color:#495057;line-height:1.4;display:flex;align-items:flex-start;gap:10px}#mds-react-calculator ._confirmCheckbox_9v2na_467 label>span:first-child{flex-shrink:0;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important}#mds-react-calculator ._loadingOverlay_9v2na_515{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;gap:16px}#mds-react-calculator ._loadingSpinner_9v2na_533{width:40px;height:40px;border:3px solid #e9ecef;border-top-color:#495057;border-radius:50%;animation:_cartSpinner_9v2na_1 .8s linear infinite}@keyframes _cartSpinner_9v2na_1{to{transform:rotate(360deg)}}#mds-react-calculator ._loadingText_9v2na_559{font-size:.95rem;color:#495057;text-align:center}#mds-react-calculator ._successSection_9v2na_571{display:flex;flex-direction:column;align-items:center;gap:16px}#mds-react-calculator ._successMessage_9v2na_585{color:#155724;background:#d4edda;padding:12px 20px;border-radius:6px;font-size:.95rem;text-align:center;width:100%}#mds-react-calculator ._cartLink_9v2na_605{display:inline-block;padding:12px 24px;background:#28a745;color:#fff;text-decoration:none;border-radius:6px;font-size:.95rem;font-weight:500;transition:background-color .2s}#mds-react-calculator ._cartLink_9v2na_605:hover{background:#218838;color:#fff}#mds-react-calculator ._errorMessage_9v2na_639{color:#721c24;background:#f8d7da;padding:10px;border-radius:6px;font-size:.85rem;margin-bottom:12px}#mds-react-calculator ._noProductsHint_9v2na_657{font-size:.8rem;color:#6c757d;margin-top:8px;margin-bottom:0;text-align:center}#mds-react-calculator ._cartSection_9v2na_451 button{width:100%}#mds-react-calculator ._actions_9v2na_683{margin-top:16px;display:flex;flex-direction:column;gap:10px}#mds-react-calculator ._actions_9v2na_683 button{width:100%}#mds-react-calculator ._contactView_9v2na_707{display:flex;flex-direction:column;height:100%;overflow-y:auto}#mds-react-calculator ._contactHeader_9v2na_721{padding:12px 20px;border-bottom:1px solid #e9ecef;flex-shrink:0}#mds-react-calculator ._backButton_9v2na_733{background:none;border:1px solid #ced4da;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:.85rem;color:#495057;transition:all .15s}#mds-react-calculator ._backButton_9v2na_733:hover{background:#f8f9fa;border-color:#adb5bd}#mds-react-calculator ._inquiryFormWrapper_9v2na_767{padding:16px 20px;max-width:600px;margin:0 auto;width:100%;box-sizing:border-box}._stepContainer_45ycn_1{display:flex;flex-direction:column;align-items:center;padding:20px}._stepTitle_45ycn_15{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#333}._resultsWrapper_45ycn_29{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;gap:40px}._leftColumn_45ycn_47,._rightColumn_45ycn_47{width:50%}._rightColumn_45ycn_47{position:sticky;top:20px;align-self:flex-start;max-height:calc(100vh - 40px);overflow-y:auto}@media (max-width: 900px){._resultsWrapper_45ycn_29{flex-direction:column}._leftColumn_45ycn_47,._rightColumn_45ycn_47{width:100%}._rightColumn_45ycn_47{position:static;max-height:none;overflow-y:visible}}._leftColumn_45ycn_47 h3,._rightColumn_45ycn_47 h3{font-size:1.1rem;margin-bottom:16px;color:#333;border-bottom:1px solid #eee;padding-bottom:8px}._resultsList_45ycn_117{list-style:none;padding:0;margin:0;color:#333}._resultsList_45ycn_117 li{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:0;padding:8px 10px;font-size:.9rem;border-bottom:1px solid #f0f0f0}._resultsList_45ycn_117>li:nth-child(2n){background-color:#fafafa}._listHeader_45ycn_163{display:flex;font-weight:600;color:#555;background-color:#f5f5f5!important;border-bottom:2px solid #e0e0e0}._listHeader_45ycn_163>span:first-child{width:50%;flex-shrink:0;padding-right:8px}._listHeader_45ycn_163>span:nth-child(2),._listHeader_45ycn_163>span:nth-child(3),._listHeader_45ycn_163>span:nth-child(4){flex:1;text-align:right}._resultsList_45ycn_117 li>span:first-child{color:#444}._resultsList_45ycn_117 li>span:last-child{font-weight:600;text-align:right;white-space:nowrap;flex-shrink:0}._materialsSummaryList_45ycn_227{margin-bottom:0}._summaryInfoGrid_45ycn_235{margin-bottom:12px;font-size:.8rem}._summaryInfoGrid_45ycn_235 ._infoLabel_45ycn_245,._summaryInfoGrid_45ycn_235 ._infoValue_45ycn_257{color:#555;font-size:.8rem;font-weight:400}._summaryTotalRow_45ycn_269 ._infoLabel_45ycn_245,._summaryTotalRow_45ycn_269 ._infoValue_45ycn_257{font-size:.95rem;font-weight:700;color:#333}._summaryTotalGreen_45ycn_283{background-color:#e8f5e9!important}._summaryTotalGreen_45ycn_283 ._infoLabel_45ycn_245,._summaryTotalGreen_45ycn_283 ._infoValue_45ycn_257{font-size:.95rem;font-weight:700;color:#333}._summaryTotalMeta_45ycn_305{font-size:.8rem;font-weight:400;color:#555;text-transform:lowercase}._itemsOnlyRow_45ycn_319{display:block!important;padding:0!important;border-bottom:1px solid #f0f0f0;background-color:transparent!important}._categoryRow_45ycn_335{display:flex;flex-direction:column;width:100%;padding:0!important;border-bottom:1px solid #f0f0f0;margin-bottom:0}._categoryHeader_45ycn_355{display:flex;justify-content:space-between;align-items:baseline;width:100%;padding:8px 10px;font-weight:600}._categoryName_45ycn_373{font-size:.95rem;color:#333}._categoryPrice_45ycn_383{font-weight:600;text-align:right;white-space:nowrap;flex-shrink:0;font-size:.95rem}._itemsList_45ycn_401{margin-top:0;padding-left:0;background-color:#fff;width:100%}._itemRow_45ycn_415{display:flex;align-items:baseline;padding:5px 10px;border-bottom:1px solid #efefef;font-size:.8rem}._itemRow_45ycn_415:last-child{border-bottom:none}._itemRow_45ycn_415:nth-child(2n){background-color:#fcfcfc}._itemName_45ycn_447{color:#555;width:50%;flex-shrink:0;padding-right:12px;overflow:hidden}._itemNameText_45ycn_463{display:block;white-space:normal;word-break:break-word}._productLink_45ycn_475{display:inline-flex;align-items:center;margin-left:4px;color:#888;vertical-align:middle;transition:color .15s ease}._productLink_45ycn_475:hover{color:#2c5f52}._externalLinkIcon_45ycn_501{width:12px;height:12px;display:block;flex-shrink:0}._skuCode_45ycn_515{display:block;font-size:.7rem;color:#888;margin-top:2px}._itemPrice_45ycn_529,._itemQuantity_45ycn_531,._itemTotal_45ycn_533{flex:1;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.8rem;color:#444}._itemPrice_45ycn_529{line-height:1.3}._itemQuantity_45ycn_531{color:#777}._itemTotal_45ycn_533{font-weight:500;color:#333}._totalRowLi_45ycn_579{font-weight:700;border-top:none;padding-top:16px;background-color:transparent!important;font-size:1.05rem!important}._summaryBaseRow_45ycn_595{border-bottom:2px solid #b7b7b7!important;padding-top:8px;padding-bottom:10px}._totalRowLi_45ycn_579 span{color:#000!important}._summaryPrimaryRow_45ycn_615{font-weight:600;color:#555;font-size:.9rem!important;border-top:2px solid #b7b7b7!important;border-bottom:none!important;padding-top:8px;padding-bottom:10px}._summaryPrimaryRow_45ycn_615>span:last-child{font-weight:600!important;color:#555}._topSummaryPrimaryNoBorder_45ycn_645{border-top:none!important}._resultsEndBorder_45ycn_653{border-bottom:2px solid #b7b7b7;margin-top:0;margin-bottom:8px}._summarySecondaryRow_45ycn_665{font-size:.8rem;color:#555;font-weight:400;padding-top:4px;padding-bottom:4px;background-color:transparent!important;border-bottom:none!important}._summarySecondaryRow_45ycn_665>span:first-child{color:#555;flex:1;padding-right:12px;font-size:.8rem;font-weight:400}._summarySecondaryRow_45ycn_665>span:last-child{font-weight:400!important;color:#555;font-size:.8rem}._materialsSummaryList_45ycn_227 ._summarySecondaryRow_45ycn_665:last-child{padding-bottom:8px}._projectInfoGrid_45ycn_723{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:24px;font-size:.9rem;border:1px solid #eee;border-radius:4px}._infoItem_45ycn_743{display:flex;justify-content:space-between;align-items:baseline;padding:8px 10px;border-bottom:1px solid #f5f5f5}._infoItem_45ycn_743:last-child{border-bottom:none}._infoItem_45ycn_743:nth-child(2n){background-color:#fafafa}._infoLabel_45ycn_245{color:#666;margin-right:12px}._infoValue_45ycn_257{font-weight:500;color:#333;text-align:right}._diagramWrapper_45ycn_797{position:relative;width:100%;display:flex;flex-direction:column;align-items:stretch;margin:0;padding:14px;background-color:#fcfcfc;border-radius:8px;border:1px solid #eee}._diagramSection_45ycn_823{margin:20px 0}._diagramSectionFullscreen_45ycn_831{margin:0}._diagramWrapperFullscreen_45ycn_839{margin:0;min-height:80vh;background-color:#fff}._diagramToggleRow_45ycn_851{display:flex!important;justify-content:center!important;margin-bottom:8px!important}._expandButton_45ycn_863{position:absolute!important;left:10px!important;top:10px!important;z-index:3!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:auto!important;min-width:0!important;max-width:none!important;border:1px solid #d8d8d8!important;background:#ffffffe6!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#333!important;border-radius:6px!important;font-size:.72rem!important;font-weight:600!important;line-height:1!important;letter-spacing:normal!important;text-transform:none!important;cursor:pointer!important;padding:5px 8px!important;min-height:28px!important;height:auto!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease!important}._expandButton_45ycn_863:hover{border-color:#b6b6b6;background:#f8f8f8}._expandButton_45ycn_863:focus-visible{outline:2px solid #2C5F52!important;outline-offset:1px!important}._expandIcon_45ycn_941{width:12px!important;height:12px!important;display:block!important;flex-shrink:0!important}._viewToggle_45ycn_955{position:relative;display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;background:#f3f3f3!important;border:1px solid #e3e3e3!important;border-radius:999px!important;padding:2px!important;gap:0!important;width:152px!important;height:34px!important;box-shadow:inset 0 1px 2px #0000000f!important;overflow:hidden!important}._toggleIndicator_45ycn_987{position:absolute;top:2px;left:2px;width:calc(50% - 2px);height:calc(100% - 4px);border-radius:999px;background:#2c5f52;box-shadow:0 2px 8px #2c5f5259;transition:transform .24s ease;pointer-events:none}._viewToggle3d_45ycn_1013 ._toggleIndicator_45ycn_987{transform:translate(100%)}._toggleButton_45ycn_1021{position:relative;z-index:1;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;border:none!important;background:transparent!important;color:#2f2f2f!important;border-radius:999px!important;font-size:.76rem!important;font-weight:600!important;letter-spacing:normal!important;text-transform:none!important;cursor:pointer!important;padding:0 10px!important;height:30px!important;min-height:30px!important;line-height:1!important;transition:color .22s ease!important}._toggleButtonActive_45ycn_1071{color:#fff!important}._toggleButton_45ycn_1021:focus-visible{outline:2px solid #2C5F52!important;outline-offset:1px!important}._diagramContent_45ycn_1089{width:100%;display:flex;justify-content:center}._diagramContentFullscreen_45ycn_1101{align-items:center;min-height:64vh}._shortcodePlaceholder_45ycn_1111{width:100%;min-height:320px;border:1px dashed #d8d8d8;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;color:#666;font-size:1rem;font-weight:500}@media (max-width: 600px){._diagramToggleRow_45ycn_851{justify-content:center}._viewToggle_45ycn_955{width:136px;height:32px}._toggleButton_45ycn_1021{font-size:.74rem!important;height:28px!important;min-height:28px!important}._expandButton_45ycn_863{left:8px;top:8px;font-size:.69rem;padding:4px 7px;min-height:26px}}._shortcodePlaceholder_45ycn_1111 code{font-size:1rem;color:#444}._videoLinkWrapper_45ycn_1199{margin-top:16px;text-align:center}._videoLink_45ycn_1199{color:#8b4513;text-decoration:underline;font-weight:500;font-size:.9rem}._navigation_45ycn_1223{display:flex;justify-content:center;flex-wrap:wrap;width:100%;margin-top:40px;gap:16px}._navigation_45ycn_1223:has(:nth-child(3)){justify-content:space-between}@media (max-width: 600px){._stepTitle_45ycn_15{font-size:1.2rem}._stepContainer_45ycn_1{padding:10px 4px}._navigation_45ycn_1223{flex-direction:column-reverse;align-items:center}._navigation_45ycn_1223>*{width:100%;max-width:360px}._navigation_45ycn_1223>*>button{width:100%}._listHeader_45ycn_163>span:first-child{width:40%}._itemName_45ycn_447{width:40%;padding-right:6px}._itemRow_45ycn_415,._itemPrice_45ycn_529,._itemQuantity_45ycn_531,._itemTotal_45ycn_533{font-size:.72rem}._categoryName_45ycn_373,._categoryPrice_45ycn_383{font-size:.85rem}._skuCode_45ycn_515{font-size:.6rem}}._savingsValue_45ycn_1337{color:#2e7d32;font-weight:600}._originalPrice_45ycn_1347{display:block;text-decoration:line-through;color:#999;font-size:.7rem;line-height:1.2}._effectivePrice_45ycn_1363{display:block;color:#2e7d32;font-weight:600;line-height:1.2}._discountBadge_45ycn_1377{display:inline-block;margin-top:2px;padding:1px 5px;background:#e8f5e9;color:#2e7d32;border-radius:3px;font-size:.65rem;font-weight:600;line-height:1.3}._fullScreenModal_45ycn_1403{max-width:1200px!important;width:95vw!important;height:90vh!important;max-height:90vh!important;padding:0!important;overflow:hidden!important}._diagramFullScreenModal_45ycn_1421{max-width:1400px!important;width:98vw!important;height:94vh!important;max-height:94vh!important;overflow-y:auto!important}._itemRowInsufficient_45ycn_1437{background-color:#fff0f0!important}._stockWarningBanner_45ycn_1445{margin:16px 0;padding:14px 18px;background-color:#fff3e0;border:1px solid #ffcc80;border-radius:6px;font-size:13.5px;line-height:1.5;color:#5d4037}._stockWarningBanner_45ycn_1445 strong{display:block;margin-bottom:6px;font-size:14px;color:#bf360c}._stockWarningList_45ycn_1481{margin:4px 0 8px 18px;padding:0;list-style:disc}._stockWarningList_45ycn_1481 li{margin-bottom:2px}._stockWarningDetail_45ycn_1501{color:#8d6e63;font-size:12px}._stockWarningHint_45ycn_1511{margin:6px 0 0;font-style:italic;color:#795548}._priceInfoBanner_45ycn_1523{display:flex;align-items:center;justify-content:space-between;margin:12px 0 0;padding:10px 16px;background-color:#fff3e0;border:1px solid #ffcc80;border-radius:0;font-size:13.5px;color:#5d4037}._vatToggleIncl_45ycn_1549 ._toggleIndicator_45ycn_987{transform:translate(100%)}._container_ldaw7_1{display:flex;flex-direction:column;align-items:center;width:100%}._header_ldaw7_15{text-align:center;margin-bottom:10px}._title_ldaw7_25{font-size:14px;color:#666;font-weight:500;margin-bottom:4px}._area_ldaw7_39{font-size:48px;font-weight:700;color:#333;line-height:1}._svg_ldaw7_53{width:100%;height:auto;max-height:400px;max-width:500px}._svgFullscreen_ldaw7_67{max-height:72vh;max-width:min(95vw,1200px)}._adjacentDot_ldaw7_77{width:8px;height:8px;border-radius:50%;background-color:#5d4037;display:inline-block;flex-shrink:0}._heightDot_ldaw7_95{width:8px;height:8px;border-radius:50%;background-color:#ed7d55;display:inline-block;flex-shrink:0}._legendNotes_ldaw7_113{display:grid;grid-template-columns:auto auto;gap:4px 24px;margin-top:10px;justify-content:center}._legendNote_ldaw7_113{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}@media (max-width: 640px){._area_ldaw7_39{font-size:32px}._svg_ldaw7_53{max-height:280px}._legendNotes_ldaw7_113{grid-template-columns:auto auto;gap:3px 16px}}._step_1ncj2_3{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}._circle_1ncj2_17{display:flex;justify-content:center;align-items:center;width:33px;height:33px;background-color:#efeae2;border-radius:50%;color:#bbaa9b;font-weight:700;font-size:14px}._activeCircle_1ncj2_41{background-color:#859d94;color:#fff}._title_1ncj2_49{position:absolute;top:40px;white-space:nowrap;font-size:14px;color:#5a6268;opacity:.28}._activeTitle_1ncj2_65{opacity:1}@media (max-width: 640px){._circle_1ncj2_17{width:28px;height:28px;font-size:12px}._title_1ncj2_49{font-size:9px;top:34px;max-width:60px;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 480px){._title_1ncj2_49{display:none}}._navigation_1anac_3{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:70px}._separator_1anac_17{flex-grow:1;height:1px;background-color:#5a6268;opacity:.28;margin:0 10px 25px}._activeSeparator_1anac_33{background-color:#859d94;opacity:1}@media (max-width: 640px){._navigation_1anac_3{margin-bottom:30px}._separator_1anac_17{margin:0 4px 20px}}._list_g7m2n_5{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}._item_13lak_5{cursor:pointer;display:flex;flex-direction:column;align-items:center;padding-top:50px;width:165px;height:230px;border:2px solid #E2E6EA;transition:all .2s ease-in-out}._item_13lak_5:hover{border-color:#6d4a32;background:#fbf9f6}._active_13lak_39{background:#f3efe9;border:2px solid #6D4A32}._icon_13lak_49{margin-bottom:43px}._icon_13lak_49 img{max-height:75px;width:auto;height:auto;object-fit:contain}._title_13lak_71{text-align:center;letter-spacing:0px;color:#212529;font-weight:700;font-size:14px;line-height:20px;padding:0 10px}._subtitle_13lak_91{text-align:center;letter-spacing:0px;color:#212529;font-weight:700;font-size:10px;padding:0 10px}._stepContainer_xryk6_3{display:flex;flex-direction:column;align-items:center}._stepTitle_xryk6_13{font-weight:700;font-size:27px;line-height:43px;margin-bottom:22px;color:#212529}._navigation_xryk6_27{display:flex;gap:10px;margin-top:80px}@media (max-width: 640px){._stepTitle_xryk6_13{font-size:20px;line-height:28px}._navigation_xryk6_27{margin-top:40px;flex-direction:column;align-items:center;width:100%}}._stepContainer_h19fv_3{display:flex;flex-direction:column;align-items:center}._stepTitle_h19fv_13{font-weight:700;font-size:27px;line-height:43px;margin-bottom:22px;color:#212529}._navigation_h19fv_27{display:flex;gap:10px;margin-top:80px}@media (max-width: 640px){._stepTitle_h19fv_13{font-size:20px;line-height:28px}._navigation_h19fv_27{margin-top:40px;flex-direction:column;align-items:center;width:100%}}._stepContainer_yunf1_3{display:flex;flex-direction:column;align-items:center}._stepTitle_yunf1_13{font-weight:700;font-size:27px;line-height:43px;margin-bottom:22px;color:#212529}._navigation_yunf1_27{display:flex;gap:10px;margin-top:80px}@media (max-width: 640px){._stepTitle_yunf1_13{font-size:20px;line-height:28px}._navigation_yunf1_27{margin-top:40px;flex-direction:column;align-items:center;width:100%}}._inputContainer_ejmc4_5{display:flex;justify-content:center;align-items:center}._label_ejmc4_19{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;border:1px solid #D5D5D5;border-right:none;min-width:20px;height:26px;padding:0 5px;text-align:center;color:#727271;font-size:12px;font-weight:600}._hasLabel_ejmc4_53 ._input_ejmc4_5{border-left:none!important}._input_ejmc4_5{background-color:#fff!important;border:1px solid #D5D5D5!important;border-right:none!important;width:52px!important;height:26px!important;padding:0 5px!important;font-family:inherit;font-size:12px;color:#212529}._input_ejmc4_5:focus{outline:none!important;border-color:#e06132!important}._inputContainer_ejmc4_5:focus-within ._units_ejmc4_97{border-color:#e06132}._inputContainer_ejmc4_5:focus-within ._label_ejmc4_19{border-color:#e06132}._units_ejmc4_97{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;border:1px solid #D5D5D5;border-left:none;width:26px;height:26px;text-align:center;color:#727271;font-size:12px}._stepContainer_1cco1_3{display:flex;flex-direction:column;align-items:center}._stepTitle_1cco1_13{font-weight:700;font-size:27px;line-height:43px;margin-bottom:10px;color:#212529}._notice_1cco1_27{font-size:14px;color:#5a6268;margin-bottom:50px}._imageContainer_1cco1_37{position:relative;margin-bottom:50px}._rectangle_1cco1_45{width:294px;height:124px}._lShape_1cco1_53{width:294px;height:225px}._imageContainer_1cco1_37 img{width:100%;height:100%}._imageContainer_1cco1_37>div{position:absolute}._inputWrapper_1cco1_79{position:absolute}._readOnlyWrapper_1cco1_89{position:absolute;display:flex;align-items:center}._readOnlyLabel_1cco1_101{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;border:1px solid #D5D5D5;border-right:none;min-width:20px;height:26px;padding:0 5px;font-weight:600;font-size:12px;color:#727271}._readOnlyValue_1cco1_131{display:flex;justify-content:center;align-items:center;font-size:12px;color:#6c757d;background-color:#f8f9fa;border:1px solid #D5D5D5;border-right:none;height:26px;padding:0 5px;min-width:45px}._readOnlyWrapper_1cco1_89{cursor:help;position:relative}._readOnlyWrapper_1cco1_89:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:6px 10px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;z-index:1000;margin-bottom:5px;pointer-events:none}._readOnlyWrapper_1cco1_89:hover:after{opacity:1;visibility:visible}._readOnlyUnits_1cco1_221{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;border:1px solid #D5D5D5;border-left:none;width:26px;height:26px;font-size:12px;color:#727271}._rectangle_1cco1_45 ._inputA_1cco1_249{top:50%;left:-110px;transform:translateY(-50%)}._rectangle_1cco1_45 ._inputB_1cco1_251{bottom:-40px;left:50%;transform:translate(-50%)}._rectangle_1cco1_45 ._readOnlyC_1cco1_253{top:50%;right:-100px;transform:translateY(-50%)}._rectangle_1cco1_45 ._readOnlyD_1cco1_255{top:-35px;left:50%;transform:translate(-50%)}._lShape_1cco1_53 ._inputA_1cco1_249{top:87px;left:-110px}._lShape_1cco1_53 ._inputB_1cco1_251{bottom:-40px;left:50%;transform:translate(-50%)}._lShape_1cco1_53 ._inputC_1cco1_265{top:150px;right:-110px}._lShape_1cco1_53 ._inputD_1cco1_267{top:-35px;left:21%;transform:translate(-50%)}._lShape_1cco1_53 ._readOnlyE_1cco1_269{top:7%;left:61%;transform:translate(-50%)}._lShape_1cco1_53 ._readOnlyF_1cco1_271{top:29%;left:53%}._navigation_1cco1_275{display:flex;gap:10px;margin-top:80px}@media (max-width: 640px){._stepTitle_1cco1_13{font-size:20px;line-height:28px}._notice_1cco1_27{margin-bottom:20px}._imageContainer_1cco1_37{width:300px;height:auto;margin-bottom:24px}._rectangle_1cco1_45,._lShape_1cco1_53{width:300px;height:auto}._rectangle_1cco1_45 ._inputA_1cco1_249{top:50%;left:2%;transform:translateY(-50%)}._rectangle_1cco1_45 ._inputB_1cco1_251{bottom:4%;left:50%;transform:translate(-50%)}._rectangle_1cco1_45 ._readOnlyC_1cco1_253{top:50%;right:2%;transform:translateY(-50%)}._rectangle_1cco1_45 ._readOnlyD_1cco1_255{top:4%;left:50%;transform:translate(-50%)}._lShape_1cco1_53 ._inputA_1cco1_249{top:62%;left:2%;transform:translateY(-50%)}._lShape_1cco1_53 ._inputB_1cco1_251{bottom:2%;left:50%;transform:translate(-50%)}._lShape_1cco1_53 ._inputC_1cco1_265{top:74%;right:2%;transform:translateY(-50%)}._lShape_1cco1_53 ._inputD_1cco1_267{top:2%;left:22%;transform:translate(-50%)}._lShape_1cco1_53 ._readOnlyE_1cco1_269{top:18%;left:56%;transform:translate(-50%)}._lShape_1cco1_53 ._readOnlyF_1cco1_271{top:35%;left:52%}._navigation_1cco1_275{margin-top:30px;flex-direction:column;align-items:center;width:100%}}._stepContainer_c8c0n_3{display:flex;flex-direction:column;align-items:center}._stepTitle_c8c0n_13{font-weight:700;font-size:27px;line-height:43px;margin-bottom:22px;color:#212529;text-align:center}._navigation_c8c0n_29{display:flex;gap:10px;margin-top:80px}._tilesIcon_c8c0n_41{transform:rotate(90deg)}@media (max-width: 640px){._stepTitle_c8c0n_13{font-size:20px;line-height:28px}._navigation_c8c0n_29{margin-top:40px;flex-direction:column;align-items:center;width:100%}}._dropdown_1q0mp_1{position:relative;display:inline-flex}._trigger_1q0mp_11{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;gap:6px;border:var(--cd-border, 1px solid #d7dbe0);background:var(--cd-bg, #ffffff);color:var(--cd-color, #1f2328);padding:var(--cd-padding, 2px 6px);border-radius:var(--cd-radius, 999px);font-size:var(--cd-font-size, 11px);font-weight:var(--cd-font-weight, 600);letter-spacing:var(--cd-letter-spacing, .02em);line-height:1.2;cursor:pointer;transition:border-color .2s ease,background .2s ease}._trigger_1q0mp_11:hover{border-color:#b9c0c7}._trigger_1q0mp_11:focus-visible{outline:2px solid #212529;outline-offset:2px}._caret_1q0mp_67{width:12px;height:12px;flex:0 0 auto}._clear_1q0mp_79{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:999px;font-size:10px;color:#6c757d;cursor:pointer}._clear_1q0mp_79:hover{background:#e9ecef;color:#212529}._menu_1q0mp_113{position:absolute;top:calc(100% + 6px);left:0;min-width:160px;background:#fff;border:1px solid #e2e6ea;border-radius:0;box-shadow:0 8px 24px #2125291f;padding:0;z-index:10}._menuRight_1q0mp_139{right:0;left:auto}._option_1q0mp_149{width:100%;text-align:left;border:none;background:transparent;color:#1f2328;padding:4px 6px;border-radius:0;font-size:11px;cursor:pointer}._option_1q0mp_149:hover{background:#f3f4f6}._option_1q0mp_149:focus-visible{outline:2px solid #212529;outline-offset:2px}._optionActive_1q0mp_191{background:#e8edf3;font-weight:600}._optionDisabled_1q0mp_201{color:#adb5bd;cursor:not-allowed}._optionDisabled_1q0mp_201:hover{background:transparent}@media (max-width: 640px){._menu_1q0mp_113{min-width:120px;max-width:70vw;max-height:50vh;overflow-y:auto}._menuRight_1q0mp_139{right:auto;left:0}}._card_1vm3k_5{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;min-height:151px;padding:8px;border:1px solid #E2E6EA;margin-bottom:10px}._picture_1vm3k_29 a{display:block}._picture_1vm3k_29 img{width:134px;height:137px;max-height:137px;object-fit:cover;object-position:center;display:block}._description_1vm3k_55{flex:1;padding-left:10px;text-align:left;font-size:14px;line-height:21px;color:#000}._description_1vm3k_55 ul{list-style-type:none;padding:0;margin:0}._title_1vm3k_85{font-weight:700}._title_1vm3k_85+._attributeHint_1vm3k_95{margin-top:-2px}._attributeHint_1vm3k_95{margin-bottom:0}._hintTag_1vm3k_111{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;letter-spacing:.02em;color:#1565c0}._dimensions_1vm3k_131{color:#555}._tags_1vm3k_139{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}._tag_1vm3k_139{display:inline-flex;align-items:center;gap:6px;padding:2px 6px;border-radius:2px;font-size:11px;font-weight:600;letter-spacing:.02em;background:#f0f0f1;color:#1e1e1e}._tagDropdown_1vm3k_179{display:inline-flex}._tagButton_1vm3k_187{border:none;background:#f0f0f1;color:#1e1e1e;font-size:11px;font-weight:600;letter-spacing:.02em;padding:2px 6px;border-radius:2px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;--cd-border: none;--cd-bg: #f0f0f1;--cd-color: #1e1e1e;--cd-padding: 2px 6px;--cd-radius: 2px;--cd-font-size: 11px;--cd-font-weight: 600;--cd-letter-spacing: .02em}._tagMenu_1vm3k_233{min-width:140px}._tagOption_1vm3k_241{font-size:12px}._tagOptionActive_1vm3k_249{background:#e8edf3}._gallery_1vm3k_257{width:30%;text-align:center}._gallery_1vm3k_257 a,._description_1vm3k_55 a{text-decoration:underline;color:#e06132;font-size:14px}._select_1vm3k_279{min-width:240px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:auto}._price_1vm3k_297{text-align:right;line-height:18px;padding-bottom:10px}._priceNew_1vm3k_309{font-size:16px;color:#e06132;font-weight:700;display:inline}._priceLabel_1vm3k_323{font-size:12px;color:#1e1e1e;display:inline;margin-right:6px}._select_1vm3k_279 button{width:137px}@media (max-width: 768px){._card_1vm3k_5{flex-wrap:wrap;min-height:auto}._picture_1vm3k_29{flex-shrink:0}._picture_1vm3k_29 img{width:90px;height:92px}._description_1vm3k_55{flex:1;min-width:0}._select_1vm3k_279{width:100%;min-width:0;flex-direction:column;align-items:stretch;margin-left:0;padding-top:8px;border-top:1px solid #f0f0f0;margin-top:4px;gap:8px}._price_1vm3k_297{display:flex;gap:16px;text-align:left;padding-bottom:0}._select_1vm3k_279 button{width:100%}}._cardWrapper_1vm3k_423{margin-bottom:10px}._cardWrapper_1vm3k_423 ._card_1vm3k_5{margin-bottom:0}._stockWarningAbove_1vm3k_439{display:flex;gap:10px;align-items:flex-start;padding:10px 14px;background-color:#fff8e1;border:1px solid #ffe082;border-bottom:none;border-radius:4px 4px 0 0;color:#6d4c00;font-size:12.5px;line-height:1.45}._warningIcon_1vm3k_467{flex-shrink:0;width:20px;height:20px;color:#e65100;margin-top:1px}._cardWithWarning_1vm3k_483{border-top-left-radius:0;border-top-right-radius:0;border-top-color:#ffe082}@media (max-width: 480px){._picture_1vm3k_29 img{width:70px;height:72px}._title_1vm3k_85{font-size:13px}._tag_1vm3k_139{font-size:10px}}._stepContainer_yfeps_3{display:flex;flex-direction:column;align-items:center;width:100%}._stepTitle_yfeps_15{font-weight:700;font-size:27px;line-height:43px;margin-bottom:22px;color:#212529;text-align:center}._filtersToolbar_yfeps_33{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:800px;padding:10px 0 12px;border-bottom:1px solid #e2e6ea;gap:16px}._toolbarLeft_yfeps_55{flex:1;min-width:0}._toolbarHeader_yfeps_65{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9aa0a6;margin-bottom:6px}._toolbarHeaderRow_yfeps_83{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}._pills_yfeps_99{display:flex;gap:12px;flex-wrap:wrap;overflow-x:auto;scrollbar-width:none}._pills_yfeps_99::-webkit-scrollbar{display:none}._pillButton_yfeps_123{all:unset;background:#f0f0f1;color:#1e1e1e;font-size:11px;font-weight:600;letter-spacing:.02em;cursor:pointer;padding:5px 6px;border-radius:2px}._pillButtonActive_yfeps_147{color:#1f2328;background:#e1e5ea}._pillButton_yfeps_123:focus-visible{outline:2px solid #212529;outline-offset:2px}._toolbarRight_yfeps_167{display:flex;gap:0;flex-direction:column;align-items:flex-end}._toolbarControls_yfeps_181{display:flex;gap:10px;align-items:center}._resetButton_yfeps_193{all:unset;color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.02em;cursor:pointer}._resetButton_yfeps_193:hover{color:#212529;text-decoration:underline}._resetButton_yfeps_193:focus-visible,._resetBelow_yfeps_223:focus-visible{outline:2px solid #212529;outline-offset:2px}._dropdownTrigger_yfeps_233{--cd-border: none;--cd-bg: #f0f0f1;--cd-color: #1e1e1e;--cd-padding: 5px 6px;--cd-radius: 2px;--cd-font-size: 11px;--cd-font-weight: 600;--cd-letter-spacing: .02em}._dropdownTriggerActive_yfeps_255{--cd-bg: #e1e5ea;--cd-color: #1f2328}._dropdownMenu_yfeps_265{min-width:180px}._dropdownOption_yfeps_273{font-size:11px}._dropdownOptionActive_yfeps_281{background:#e8edf3}._planksList_yfeps_289{display:flex;flex-direction:column;gap:10px;width:100%;max-width:800px;margin-top:20px}._resetBelow_yfeps_223{margin-top:8px;font-size:11px;font-weight:600;letter-spacing:.02em;color:#6c757d;cursor:pointer;text-align:center;width:100%;max-width:800px}._resetBelow_yfeps_223:hover{color:#212529;text-decoration:underline}._navigation_yfeps_341{display:flex;justify-content:flex-start;width:100%;max-width:800px;margin-top:40px}@media (min-width: 1024px){._filtersToolbar_yfeps_33{position:sticky;top:0;background:#fff;z-index:5}}@media (max-width: 700px){._filtersToolbar_yfeps_33{flex-direction:column;align-items:flex-start}._toolbarRight_yfeps_167{width:100%;align-items:flex-start}._toolbarHeaderRow_yfeps_83{width:100%}}@media (max-width: 640px){._stepTitle_yfeps_15{font-size:20px;line-height:28px;margin-bottom:14px}._pills_yfeps_99{gap:8px}._pillButton_yfeps_123{font-size:10px;padding:4px 5px}._toolbarControls_yfeps_181{flex-wrap:wrap;overflow:visible}._dropdownMenu_yfeps_265{min-width:120px;width:auto;max-height:50vh;overflow-y:auto}._navigation_yfeps_341{flex-direction:column;align-items:center}}._stepContainer_1u65x_3{display:flex;flex-direction:column;align-items:center}._stepTitle_1u65x_13{font-weight:700;font-size:27px;margin-bottom:22px;color:#212529}._optionsWrapper_1u65x_25{width:100%;max-width:514px}._selectGroup_1u65x_33{display:flex;flex-direction:column;margin-bottom:20px}._selectGroup_1u65x_33 label{font-size:14px;font-weight:700;margin-bottom:5px;color:#212529}._selectGroup_1u65x_33 select{width:100%;border:1px solid #D5D5D5;padding:11px 14px;font-size:14px;cursor:pointer;background-color:#fff;color:#212529}._checkboxGroup_1u65x_73{margin-top:30px}._groupTitle_1u65x_79{display:block;font-weight:700;font-size:14px;margin-bottom:15px;color:#212529}._dynamicExtras_1u65x_93 label{font-size:14px;color:#212529}._checkboxItem_1u65x_101{display:flex;align-items:center;margin-bottom:10px}._checkboxItem_1u65x_101 input{width:18px;height:18px;margin-right:10px;accent-color:#E06132}._checkboxItem_1u65x_101 label{color:#212529}._autoAssigned_1u65x_129{display:flex;flex-direction:column;margin-bottom:20px;padding:12px 14px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px}._autoAssignedLabel_1u65x_147{font-size:14px;font-weight:700;margin-bottom:4px;color:#6c757d}._autoAssignedValue_1u65x_159{font-size:14px;color:#212529}._navigation_1u65x_167{display:flex;gap:10px;margin-top:40px}._stockWarningBanner_1u65x_179{margin:16px 0;padding:14px 18px;background-color:#fff3e0;border:1px solid #ffcc80;border-radius:6px;font-size:13.5px;line-height:1.5;color:#5d4037}._stockWarningBanner_1u65x_179 strong{display:block;margin-bottom:6px;font-size:14px;color:#bf360c}._stockWarningList_1u65x_215{margin:4px 0 8px 18px;padding:0;list-style:disc}._stockWarningList_1u65x_215 li{margin-bottom:2px}._stockWarningHint_1u65x_235{margin:6px 0 0;font-style:italic;color:#795548}@media (max-width: 640px){._navigation_1u65x_167{flex-direction:column;align-items:center;width:100%}}._stepContainer_ccvwk_1{display:flex;flex-direction:column;align-items:center;padding:20px;width:100%;max-width:680px;margin:0 auto}._stepTitle_ccvwk_21{font-weight:700;font-size:27px;margin-bottom:12px;text-align:center}._notice_ccvwk_35{max-width:500px;margin-bottom:24px;color:#5a6268;text-align:center;line-height:1.5}._navBar_ccvwk_53{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:28px;width:100%}._successBox_ccvwk_73{text-align:center;padding:40px 20px}._successTitle_ccvwk_83{font-size:24px;color:#2e7d32;margin-bottom:12px}._successText_ccvwk_95{color:#555;margin-bottom:24px;line-height:1.6;max-width:440px;margin-left:auto;margin-right:auto}._successActions_ccvwk_113{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}._container_92ujf_1{padding:24px;max-width:460px;width:100%}._title_92ujf_13{font-size:20px;font-weight:700;margin-bottom:8px;color:#1d2327}._notice_92ujf_27{font-size:13px;color:#666;line-height:1.5;margin-bottom:20px;background:#fdf6e3;border:1px solid #e8d9a0;border-radius:6px;padding:10px 14px}._formGroup_92ujf_49{display:flex;flex-direction:column;margin-bottom:16px}._label_92ujf_61{font-weight:600;font-size:14px;margin-bottom:6px;color:#333}._input_92ujf_75{padding:10px 12px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s;background:#fff}._input_92ujf_75:focus{outline:none;border-color:#8b6914;box-shadow:0 0 0 2px #8b69141f}._submitRow_92ujf_107{display:flex;justify-content:center;margin-top:20px}._errorBanner_92ujf_119{background:#fef0f0;border:1px solid #f5c6c6;color:#d63638;padding:10px 16px;border-radius:6px;font-size:13px;margin-bottom:16px;text-align:center}._successContainer_92ujf_141{text-align:center;padding:20px 0}._successIcon_92ujf_151{width:48px;height:48px;margin:0 auto 16px;background:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center}._successIcon_92ujf_151 svg{color:#2e7d32}._successTitle_92ujf_181{font-size:20px;font-weight:700;color:#2e7d32;margin-bottom:8px}._orderNumber_92ujf_195{font-size:16px;color:#333;margin-bottom:16px}._orderLink_92ujf_207{display:inline-flex;align-items:center;gap:6px;color:#8b6914;font-weight:600;text-decoration:none;font-size:14px;margin-bottom:20px}._orderLink_92ujf_207:hover{text-decoration:underline}._closeRow_92ujf_237{display:flex;justify-content:center;margin-top:8px}._stepContainer_9d2tr_5{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}._stepTitle_9d2tr_21{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:#333}._notice_9d2tr_35{font-size:.9rem;color:#666;margin-bottom:24px;max-width:400px}._inputContainer_9d2tr_49{margin-bottom:24px;max-width:250px}._image_9d2tr_59{max-width:300px;height:auto;margin-bottom:24px}._checkboxContainer_9d2tr_71{display:flex;align-items:center;gap:8px;margin-bottom:24px}._checkboxContainer_9d2tr_71 label{color:#333}._navigation_9d2tr_93{width:100%;display:flex;justify-content:center;gap:10px;padding-top:16px}@media (max-width: 640px){._navigation_9d2tr_93{flex-direction:column;align-items:center}}._stepContainer_1s1xf_1{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}._stepTitle_1s1xf_17{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#333}._diagramContainer_1s1xf_31{position:relative;width:300px;height:100%;margin-bottom:24px;display:none}._diagramContainer_1s1xf_31._visible_1s1xf_47{display:block}._diagramImage_1s1xf_55{width:100%;height:100%}._sideCheckbox_1s1xf_65{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:4px}._sideLabel_1s1xf_83{font-weight:600;font-size:12px;color:#312319;pointer-events:none}._sideCheckbox_1s1xf_65 input{opacity:0;width:0;height:0;position:absolute}._sideCheckbox_1s1xf_65 label{cursor:pointer;width:24px;height:24px;border-radius:50%;background-color:#fff;border:2px solid #adb5bd;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}._sideCheckbox_1s1xf_65 label:hover{border-color:#888}._sideCheckbox_1s1xf_65 label:after{content:"";display:block;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease-in-out}._sideCheckbox_1s1xf_65 input:checked+label{background-color:#e06132;border-color:#e06132}._sideCheckbox_1s1xf_65 input:checked+label:after{transform:rotate(45deg) scale(1)}._posRectA_1s1xf_195{top:50%;left:0%}._posRectB_1s1xf_197{top:100%;left:50%}._posRectC_1s1xf_199{top:50%;left:100%}._posRectD_1s1xf_201{top:3%;left:50%}._posLFormA_1s1xf_207{top:50%;left:0%}._posLFormB_1s1xf_209{top:100%;left:50%}._posLFormL2_1s1xf_211{top:75%;left:100%}._posLFormL3_1s1xf_213{top:47%;left:70%}._posLFormL5_1s1xf_215{top:24%;left:42%}._posLFormL6_1s1xf_217{top:2%;left:21%}._navigation_1s1xf_221{width:100%;display:flex;justify-content:center;gap:10px;padding-top:16px;border-top:1px solid #e0e0e0}@media (max-width: 640px){._navigation_1s1xf_221{flex-direction:column;align-items:center}}._stepContainer_1lhw4_1{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}._stepTitle_1lhw4_17{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#333}._mainCheckboxContainer_1lhw4_31{margin-bottom:24px;display:flex;align-items:center;gap:8px;font-weight:500;color:#333}._infoAlert_1lhw4_49{display:flex;align-items:center;background-color:#f0f4f8;border-radius:8px;padding:16px;margin-bottom:24px;max-width:500px;text-align:left;gap:16px}._infoAlert_1lhw4_49 p{margin:0;font-size:.9rem;color:#333}._heightSection_1lhw4_85{display:flex;justify-content:center;width:100%;max-width:300px;margin-bottom:24px}._layoutContainer_1lhw4_101{display:none;width:100%;max-width:300px;gap:32px}._layoutContainer_1lhw4_101._visible_1lhw4_115{display:flex}._column_1lhw4_123{flex:1}._diagramContainer_1lhw4_131{position:relative;width:300px;height:100%;margin:0 auto}._diagramImage_1lhw4_145{width:100%;height:100%}._heightColumn_1lhw4_155{display:flex;flex-direction:column;align-items:center;justify-content:center}._heightColumn_1lhw4_155 img{max-width:100px;margin-bottom:16px}._heightColumn_1lhw4_155 label{font-weight:500;margin-bottom:4px;color:#333}._heightColumn_1lhw4_155 span{font-size:.8rem;color:#666}._sideCheckbox_1lhw4_203{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:4px}._sideLabel_1lhw4_221{font-weight:600;font-size:12px;color:#312319;pointer-events:none}._sideCheckbox_1lhw4_203 input{opacity:0;width:0;height:0;position:absolute}._sideCheckbox_1lhw4_203 label{cursor:pointer;width:24px;height:24px;border-radius:50%;background-color:#fff;border:2px solid #adb5bd;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}._sideCheckbox_1lhw4_203 label:hover{border-color:#888}._sideCheckbox_1lhw4_203 label:after{content:"";display:block;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease-in-out}._sideCheckbox_1lhw4_203 input:checked+label{background-color:#e06132;border-color:#e06132}._sideCheckbox_1lhw4_203 input:checked+label:after{transform:rotate(45deg) scale(1)}._navigation_1lhw4_325{width:100%;display:flex;justify-content:center;gap:10px;padding-top:24px;margin-top:24px;border-top:1px solid #e0e0e0}@media (max-width: 640px){._navigation_1lhw4_325{flex-direction:column;align-items:center}}._posRectA_1lhw4_361{top:50%;left:0%}._posRectB_1lhw4_363{top:100%;left:50%}._posRectC_1lhw4_365{top:50%;left:100%}._posRectD_1lhw4_367{top:3%;left:50%}._posLFormA_1lhw4_371{top:50%;left:0%}._posLFormB_1lhw4_373{top:100%;left:50%}._posLFormL2_1lhw4_375{top:75%;left:100%}._posLFormL3_1lhw4_377{top:47%;left:70%}._posLFormL5_1lhw4_379{top:24%;left:42%}._posLFormL6_1lhw4_381{top:2%;left:21%}._container_1fr7h_1 h3{margin-top:0;color:#333}._container_1fr7h_1 p{color:#555;line-height:1.6}._container_1fr7h_1 a{color:#e06132;text-decoration:none}._container_1fr7h_1 a:hover{text-decoration:underline}._form_1fr7h_37{display:flex;flex-direction:column;gap:15px;margin-top:20px}._form_1fr7h_37 input,._form_1fr7h_37 textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem}._form_1fr7h_37 button{align-self:flex-start}._banner_1lyb4_1{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px 20px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._content_1lyb4_25{display:flex;align-items:flex-start;gap:12px;flex:1}._icon_1lyb4_39{font-size:20px;line-height:1;flex-shrink:0}._text_1lyb4_51{color:#991b1b;font-size:14px;line-height:1.5}._text_1lyb4_51 strong{display:block;margin-bottom:8px;color:#7f1d1d}._errorList_1lyb4_75{margin:0 0 8px;padding-left:20px;list-style-type:disc}._errorList_1lyb4_75 li{margin-bottom:4px}._errorList_1lyb4_75 li:last-child{margin-bottom:0}._suggestion_1lyb4_103{margin:0;font-size:13px;color:#b91c1c}._resetButton_1lyb4_115{background-color:#dc2626;color:#fff;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s ease;flex-shrink:0}._resetButton_1lyb4_115:hover{background-color:#b91c1c}._resetButton_1lyb4_115:active{background-color:#991b1b}@media (max-width: 600px){._banner_1lyb4_1{flex-direction:column;align-items:stretch}._resetButton_1lyb4_115{width:100%;text-align:center}}._modalHeader_ojwpi_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}._modalHeader_ojwpi_1 h2{margin:0;font-size:1.5rem;color:#333}._section_ojwpi_31{margin-bottom:20px}._optionRow_ojwpi_39{display:flex;align-items:center;margin-bottom:15px}._optionRow_ojwpi_39 input[type=checkbox]{margin-right:10px;width:18px;height:18px}._optionRow_ojwpi_39 label{font-size:1rem;color:#444;cursor:pointer}._inputGroup_ojwpi_75{margin-bottom:15px}._inputGroup_ojwpi_75 label{display:block;margin-bottom:5px;font-weight:700;color:#555}._inputGroup_ojwpi_75 input[type=text],._inputGroup_ojwpi_75 input[type=number]{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}._actions_ojwpi_115{display:flex;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid #eee}._hint_ojwpi_133{font-size:.85rem;color:#888;margin-top:5px}._sliderRow_ojwpi_145{display:flex;flex-direction:column;gap:8px}._sliderLabel_ojwpi_157{font-size:1rem;color:#444}._sliderInput_ojwpi_167{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ddd;border-radius:3px;outline:none;cursor:pointer}._sliderInput_ojwpi_167::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#2e7d32;cursor:pointer}._sliderInput_ojwpi_167::-moz-range-thumb{width:20px;height:20px;border:none;border-radius:50%;background:#2e7d32;cursor:pointer}._sliderMarks_ojwpi_223{display:flex;justify-content:space-between;font-size:.75rem;color:#999}._modalHeader_1cwuo_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}._modalHeader_1cwuo_1 h2{margin:0;font-size:1.5rem;color:#333}._fieldGroup_1cwuo_31{margin-bottom:16px}._fieldGroup_1cwuo_31 label{display:block;margin-bottom:5px;font-weight:600;color:#555;font-size:.9rem}._fieldRow_1cwuo_55{display:flex;gap:12px}._fieldRow_1cwuo_55 ._fieldGroup_1cwuo_31{flex:1}._input_1cwuo_73{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box}._textarea_1cwuo_91{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box;min-height:70px;resize:vertical;font-family:inherit}._actions_1cwuo_115{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:16px;border-top:1px solid #eee}._hint_1cwuo_133{font-size:.85rem;color:#888;margin-bottom:16px}._successMessage_1cwuo_145{text-align:center;padding:20px 0;color:#2e7d32;font-size:1.1rem;font-weight:600}._errorMessage_1cwuo_161{color:#b32d2e;font-size:.9rem;margin-top:8px;text-align:center}._modalHeader_c1ts5_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}._modalHeader_c1ts5_1 h2{margin:0;font-size:1.5rem;color:#333}._fieldGroup_c1ts5_31{margin-bottom:16px}._fieldGroup_c1ts5_31 label{display:block;margin-bottom:5px;font-weight:600;color:#555;font-size:.9rem}._fieldRow_c1ts5_55{display:flex;gap:12px}._fieldRow_c1ts5_55 ._fieldGroup_c1ts5_31{flex:1}._input_c1ts5_73{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box}._inputRequired_c1ts5_91{border-color:#999}._textarea_c1ts5_101{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box;min-height:100px;resize:vertical;font-family:inherit}._actions_c1ts5_125{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:16px;border-top:1px solid #eee}._hint_c1ts5_143{font-size:.85rem;color:#888;margin-top:4px}._toggleRow_c1ts5_155{display:flex;align-items:center;gap:10px;margin-bottom:12px}._toggleRow_c1ts5_155 label{font-size:.95rem;color:#444;cursor:pointer;display:flex;align-items:center;gap:8px}._toggleRow_c1ts5_155 input[type=checkbox]{width:18px;height:18px}._termsRow_c1ts5_197{margin-bottom:16px}._termsRow_c1ts5_197 label{font-size:.9rem;color:#444;cursor:pointer;display:flex;align-items:flex-start;gap:8px}._termsRow_c1ts5_197 input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0}._termsRow_c1ts5_197 a{color:#1565c0;text-decoration:underline}._successMessage_c1ts5_247{text-align:center;padding:20px 0;color:#2e7d32;font-size:1.1rem;font-weight:600}._errorMessage_c1ts5_263{color:#b32d2e;font-size:.9rem;margin-top:8px;text-align:center}._separator_c1ts5_277{border:none;border-top:1px solid #eee;margin:20px 0}._calculatorContainer_op6ck_3{width:968px;max-width:95%;min-height:588px;background:#fff;box-shadow:0 3px 16px #0000000b;padding:40px 60px}._headerWrapper_op6ck_23{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:relative}._title_op6ck_39{font-size:24px;color:#333;margin:0;text-align:center;flex-grow:1}._headerActions_op6ck_55{position:absolute;right:0;top:-2px;display:flex;align-items:center;gap:8px}._saveButton_op6ck_73,._settingsButton_op6ck_75{background:none;border:none;cursor:pointer;padding:6px;color:#8b8b8b;transition:color .2s;line-height:0}._saveButton_op6ck_73:disabled{opacity:.6;cursor:default}._saveButtonLoader_op6ck_105{display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:_mdsSpin_op6ck_1 .8s linear infinite}._saveButton_op6ck_73:hover,._settingsButton_op6ck_75:hover{color:#6e6e6e}._saveButton_op6ck_73 svg,._settingsButton_op6ck_75 svg{display:block;fill:currentColor}@keyframes _mdsSpin_op6ck_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._stepContent_op6ck_165{width:100%}._centeredMessage_op6ck_175{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#555}@media (max-width: 1000px){._calculatorContainer_op6ck_3{padding:20px}._title_op6ck_39{font-size:26px;line-height:30px;margin-bottom:20px}}@media (max-width: 640px){._calculatorContainer_op6ck_3{padding:16px 12px;min-height:auto}._title_op6ck_39{font-size:20px;line-height:26px}._headerActions_op6ck_55{position:static;margin-left:auto;flex-shrink:0}}
