html,body{width:100%!important;margin:0;padding:0;overflow-x:hidden!important}#root{height:100%;width:100%!important;margin:0;padding:5px 10px;box-sizing:border-box;overflow:hidden!important;display:flex;flex-direction:column;background-color:#f5f7f8}body{background:var(--bg);font-family:Open Sans,Helvetica,Arial,sans-serif;color:var(--text)}.app{display:flex;flex-direction:row;height:100%;width:100%;background:var(--bg);overflow:hidden}.app__sidebar{width:240px;flex-shrink:0;background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-bottom:20px}.app__sidebar--left{flex-basis:280px;width:280px;max-width:25%;flex-shrink:1}.app__sidebar--right{flex-basis:360px;width:360px;min-width:340px;max-width:38%;flex-shrink:1}.sidebar-section{border-bottom:1px solid var(--border, #eef2f4)}.sidebar-section:last-child{border-bottom:none}.sidebar-section__title{font-size:11px;font-weight:700;color:#828b95;text-transform:uppercase;letter-spacing:.5px;margin:16px 0 8px;padding:0 16px}.app__main{flex:1;display:flex;flex-direction:column;background:var(--bg-card);min-width:0;height:100%;overflow:hidden}.app__header{padding:8px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;min-height:56px;background:var(--bg-card)}.app__search-container{flex:1;display:flex;align-items:center;position:relative;height:40px}.app__permissions-link{border:0;background:transparent;color:#1e7bd1;font-size:13px;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.app__permissions-link:hover{color:#155b9d}.app__content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0;position:relative;background:#fff}.app__cart{border-top:1px solid var(--border);background:#fbfcfd;padding:0;flex-shrink:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.app--embedded,.app--standalone{padding:0;gap:0;width:100%}.app--embedded{display:block;height:100%;overflow:auto}.app--standalone{gap:10px}.app__sidebar--left{flex-basis:280px;max-width:25%}.app__sidebar--right{flex-basis:360px;width:360px;min-width:340px;max-width:38%}.app__main{min-width:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content.error-modal{background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 12px #00000026;width:90%;max-width:400px;display:flex;flex-direction:column;gap:16px;position:relative;border-left:5px solid #ff4d4f}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.modal-header h3{margin:0;color:#ff4d4f;font-size:18px}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;line-height:1}.modal-body p{margin:0;font-size:14px;line-height:1.5;color:#333}.modal-footer{display:flex;justify-content:flex-end;margin-top:8px}.btn-primary{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}.btn-primary:hover{background:#0056b3}.modal-content.product-modal{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 12px #00000026;width:92%;max-width:900px;max-height:85vh;display:flex;flex-direction:column;gap:12px;overflow:hidden}.product-modal__content{display:flex;flex-direction:column;gap:16px}.product-modal__header{display:flex;gap:16px;align-items:flex-start}.product-modal__image{width:140px;height:140px;object-fit:cover;border-radius:6px;border:1px solid #eef2f4}.product-modal__summary{display:flex;flex-direction:column;gap:8px}.product-modal__title{font-size:18px;font-weight:600;color:#1f2937}.product-modal__meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:6px 12px;font-size:13px;color:#475569}.product-modal__link{font-size:13px;color:#2563eb;text-decoration:none}.product-modal__link:hover{text-decoration:underline}.product-modal__highlights{display:flex;flex-direction:column;gap:6px;background:#f8fafc;border-radius:6px;padding:10px 12px;font-size:13px;color:#334155}.product-modal__highlight{display:flex;gap:6px}.product-modal__highlight-label{font-weight:600}.product-modal__properties{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px 12px;max-height:320px;overflow:auto;padding-right:4px}.product-modal__property{display:flex;flex-direction:column;gap:4px;background:#f9fafb;border-radius:6px;padding:8px 10px;font-size:12px}.product-modal__property-label{font-weight:600;color:#475569;text-transform:capitalize}.product-modal__property-value{color:#1f2937}.product-modal__property-images{display:flex;flex-wrap:wrap;gap:6px}.product-modal__property-images img{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0}.product-modal__loading,.product-modal__error{font-size:13px;color:#64748b}.search-bar{display:flex;align-items:center;background:#fff;border:1px solid #c6cdd3;border-radius:4px;padding:0;flex:1;height:40px;min-height:40px;transition:all .2s;overflow:visible;position:relative}.search-bar__mode-switch{display:inline-flex;align-items:center;height:28px;margin-left:6px;border:1px solid #d0d7de;border-radius:4px;overflow:hidden;flex-shrink:0;background:#f8fafc}.search-bar__mode-btn{border:0;background:transparent;color:#6a7786;font-size:11px;font-weight:700;line-height:1;padding:0 10px;height:100%;cursor:pointer;transition:all .2s ease}.search-bar__mode-btn+.search-bar__mode-btn{border-left:1px solid #dbe3ea}.search-bar__mode-btn:hover{background:#edf2f7;color:#1f3347}.search-bar__mode-btn--active{background:#dff2ff;color:#1f6db3}.search-bar:focus-within{border-color:#2fc6f6}.search-bar__input-wrapper{flex:1;display:flex;align-items:center;flex-wrap:nowrap;gap:4px;height:100%;padding:0 8px;overflow-x:auto;scrollbar-width:none}.search-bar__input-wrapper::-webkit-scrollbar{display:none}.search-bar__tag{display:inline-flex;align-items:center;background:#bce4fa;color:#2067b0;font-size:12px;padding:0 6px;height:22px;border-radius:2px;white-space:nowrap}.search-bar__tag-remove{background:none;border:none;color:#7a818a;margin-left:4px;cursor:pointer;font-size:16px;line-height:1;padding:0;display:flex;align-items:center;opacity:.7}.search-bar__tag-remove:hover{opacity:1;color:#333}.search-bar__input{border:none;outline:none;font-size:14px;color:#333;flex:1;min-width:100px;background:transparent;height:100%}.search-bar__input::placeholder{color:#9ca6ae}.search-bar__clear{background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:0 8px;display:flex;align-items:center;justify-content:center}.search-bar__clear:hover{color:#f44336}.search-bar__submit{height:40px;padding:0 24px;background:#2fc6f6;color:#fff;border:none;font-weight:700;font-size:13px;text-transform:uppercase;cursor:pointer;transition:background .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:0 4px 4px 0;margin-left:auto}.search-bar__submit:hover{background:#3ebcf0}.search-bar__ms-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d5dde6;border-radius:6px;box-shadow:0 8px 18px #1f2e3d2e;max-height:min(60vh,460px);overflow-y:auto;z-index:90}.search-bar__ms-section{border-bottom:1px solid #edf2f7;padding:6px 0}.search-bar__ms-section:last-child{border-bottom:0}.search-bar__ms-title{font-size:12px;font-weight:700;color:#4b5f74;padding:0 10px 6px}.search-bar__ms-item{width:100%;border:0;background:transparent;text-align:left;padding:6px 10px;color:#25384c;font-size:13px;cursor:pointer;display:block}.search-bar__ms-item:hover{background:#eef7ff}.search-bar__ms-item--offer{display:flex;align-items:flex-start;gap:8px}.search-bar__ms-image{width:38px;height:38px;object-fit:contain;border-radius:4px;border:1px solid #ecf0f5;background:#fff;flex-shrink:0}.search-bar__ms-offer-content{min-width:0;display:flex;flex-direction:column;gap:2px}.search-bar__ms-offer-name{font-size:13px;color:#223547;line-height:1.3}.search-bar__ms-offer-price{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#e23f35;font-weight:700}.search-bar__ms-offer-old{color:#8f9daa;text-decoration:line-through;font-weight:500}.search-bar__ms-footer{padding:6px 8px 8px;border-top:1px solid #edf2f7}.search-bar__ms-all{width:100%;border:0;border-radius:4px;background:#f3f8fc;color:#1f6db3;font-size:13px;font-weight:700;padding:8px 10px;cursor:pointer;text-align:center}.search-bar__ms-all:hover{background:#e7f2fb}.search-bar__ms-empty{padding:10px;font-size:12px;color:#73879d}.product-list{width:100%;background:#fff;border-radius:2px;flex:1;display:flex;flex-direction:column;min-height:0}.product-list__table-wrapper{flex:1;overflow-y:auto;overflow-x:auto;min-height:0;scrollbar-gutter:stable both-edges}.product-list__table-wrapper--compact{flex:0 0 auto}.product-list--loading,.product-list--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#828b95}.product-list__spinner{width:40px;height:40px;border:3px solid #eee;border-top-color:#2fc6f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.product-list__table{width:100%;border-collapse:collapse;font-size:13px;font-family:Open Sans,Helvetica,Arial,sans-serif}.product-list__table th{text-align:left;padding:12px 14px;color:#a0a5ab;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #eef2f4;background:#fff}.product-list__table th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.product-list__table th.sortable-header:hover{background-color:#f7f9fa;color:#535c69}.product-list__table td{padding:14px;border-bottom:1px solid #eef2f4;vertical-align:middle;color:#535c69;line-height:1.5}.product-list__row:hover td{background:#fbfcfd}.product-list__sku{color:#a0a5ab;font-size:12px;width:90px}.product-list__name-wrapper{display:flex;flex-direction:column;gap:2px}.product-list__name-link{font-weight:600;color:#2067b0;text-decoration:none;cursor:pointer}.product-list__name-link:hover{text-decoration:underline;color:#0b66c3}.product-list__brand{font-size:11px;color:#9ba1a7;font-weight:400}.product-list__th-stock{text-align:center!important;width:40px;padding:12px 4px!important}.product-list__stock-mini{text-align:center;font-size:11px;color:#828b95;width:40px}.product-list__stock{width:60px;text-align:center;font-weight:600}.product-list__stock .stock--available{color:#7bd500}.product-list__stock .stock--empty{color:#ff5752}.product-list__price{font-weight:600;color:#333;white-space:nowrap;text-align:right;width:100px}.product-list__actions{width:54px;text-align:right}.product-list__add-btn{min-width:28px;width:28px;padding:0;font-size:16px;line-height:1}.product-list__pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border-top:1px solid #eef2f4;background:#fff;margin-top:auto}.product-list__page-info{color:#535c69;font-size:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 16px;height:32px;font-size:12px;font-weight:700;border:1px solid transparent;border-radius:2px;cursor:pointer;text-transform:uppercase;transition:all .2s}.btn--primary{background:#bcedfc;color:#1f6dc5;border-color:#bcedfc}.btn--primary:hover{background:#d2f4fe;border-color:#d2f4fe}.btn--sm{height:28px;padding:0 12px;font-size:10px}.btn--secondary{background:#fff;color:#535c69;border:1px solid #c6cdd3}.btn--secondary:hover{background:#f8f9fa;border-color:#aeb4bb}.btn:disabled{opacity:.6;cursor:default}.filters-container{position:static;font-family:var(--font-primary, "Open Sans", Helvetica, Arial, sans-serif)}.filters-popup{position:absolute;top:48px;right:0;width:600px;background:#fff;border:1px solid #d5d7d8;border-radius:2px;box-shadow:0 15px 30px #0000001a;z-index:9999;padding:0;display:flex;flex-direction:column}.filters-static{width:100%;margin-top:20px;border-top:1px solid var(--border, #eef2f4);padding-top:16px;overflow-x:hidden}.filters-static .filters__grid{padding:14px 10px 16px 12px;grid-template-columns:1fr;gap:20px;max-height:none;overflow-y:visible;overflow-x:hidden}.filters-static .filters__group{border-bottom:1px solid #f5f7f8;padding-bottom:12px;padding-right:0!important;box-sizing:border-box!important;width:100%!important}.filters-static .filters__group:last-child{border-bottom:none}.filters-popup:after{content:"";position:absolute;top:-6px;right:40px;width:10px;height:10px;background:#fff;border-left:1px solid #d5d7d8;border-top:1px solid #d5d7d8;transform:rotate(45deg)}.filters__grid{padding:16px 14px 16px 10px;display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;max-height:500px;overflow-y:auto}.filters__group{display:flex;flex-direction:column;gap:8px;padding-right:5px}.filters__label{display:block;font-size:13px;font-weight:600;color:#525c69;margin-bottom:4px}.filters__select,.filters__input{width:100%;height:38px;padding:0 12px;border:1px solid #c6cdd3;border-radius:1px;background:#fff;font-size:14px;color:#333;outline:none;transition:border-color .2s;box-sizing:border-box}.filters__select:focus,.filters__input:focus{border-color:#2fc6f6}.filters__checkbox-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#535c69}.filters__checkbox{width:16px;height:16px}.filters__checkbox-text{line-height:16px}.filters__range{display:grid!important;grid-template-columns:1fr auto 1fr!important;gap:8px!important;align-items:center!important;width:100%!important;padding-right:0!important;box-sizing:border-box!important}.filters__range .filters__input{width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important;box-sizing:border-box!important;margin:0!important}.filters__range-sep{color:#828b95;font-size:14px}.filters-static .filters__select,.filters-static .checkbox-list__search-input,.filters-static .filters__input,.filters-static .checkbox-list{width:100%!important;max-width:100%!important;margin-right:0!important;box-sizing:border-box!important}.filters__footer{background:#fcfcfc;border-top:1px solid #eef2f4;padding:16px 24px;display:flex;justify-content:flex-start;gap:12px;border-radius:0 0 2px 2px}.filters__apply{background:#2fc6f6;color:#fff;border:none;height:39px;padding:0 24px;border-radius:2px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background .2s}.filters__apply:hover{background:#25b3e1}.filters__clear{background:transparent;border:1px solid transparent;color:#535c69;height:39px;padding:0 16px;border-radius:2px;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer}.checkbox-list{display:flex;flex-direction:column;gap:4px;max-height:140px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable both-edges;padding-right:4px}.checkbox-item{display:flex;align-items:flex-start;gap:8px;padding:4px 6px;cursor:pointer;border-radius:2px;transition:background .2s}.checkbox-item__text{font-size:13px;color:#535c69;line-height:var(--checkbox-size, 16px)}.checkbox-list-container{display:flex;flex-direction:column;gap:8px}.checkbox-list-label{font-size:13px;color:#525c69;font-weight:600}.checkbox-list{max-height:150px;overflow-y:auto;overflow-x:hidden;border:1px solid #c6cdd3;border-radius:1px;background:#fff;display:flex;flex-direction:column;scrollbar-gutter:stable}.checkbox-item{display:flex;align-items:center;gap:10px;padding:6px 10px;cursor:pointer;transition:background .1s;-webkit-user-select:none;user-select:none;min-width:0}.checkbox-item:hover{background:#f5f7f8}.checkbox-item--disabled{cursor:not-allowed;opacity:.5}.checkbox-item--disabled:hover{background:transparent}.checkbox-item__input{display:none}.checkbox-item__box{width:14px;height:14px;border:1px solid #c6cdd3;border-radius:2px;background:#fff;position:relative;flex-shrink:0}.checkbox-item__input:checked+.checkbox-item__box{background:#2fc6f6;border-color:#2fc6f6}.checkbox-item__input:checked+.checkbox-item__box:after{content:"";position:absolute;left:4px;top:1px;width:3px;height:6px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-item__text{font-size:13px;color:#333;line-height:1.2;min-width:0;flex:1;overflow-wrap:anywhere}.checkbox-item__count{font-size:11px;color:#828b95;margin-left:4px}.checkbox-list__empty{padding:12px;font-size:13px;color:#999;text-align:center}.checkbox-list::-webkit-scrollbar{width:4px}.checkbox-list::-webkit-scrollbar-track{background:#00000005}.checkbox-list::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.checkbox-list-search{margin-bottom:8px;position:relative}.checkbox-list__search-input{width:100%;height:38px;padding:0 10px;border:1px solid #c6cdd3;border-radius:2px;background:#fff;font-size:14px;color:#333;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.checkbox-list__search-input:focus{border-color:#2fc6f6;box-shadow:0 0 0 1px #2fc6f633}.checkbox-list__search-input{max-width:100%}.deal-products{background:#fff;border:1px solid #dfe3e8;border-radius:6px;padding:10px;width:100%;box-sizing:border-box;min-height:100%}.deal-products__actions{display:flex;gap:8px;margin-bottom:12px;align-items:center}.deal-products__lock-banner{margin-bottom:12px;padding:10px 12px;border:1px solid #f4d4a2;background:#fff6e8;color:#8a5b10;border-radius:6px;font-size:13px;line-height:1.4}.deal-products__permissions-link{border:0;background:transparent;color:#1e7bd1;font-size:12px;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.deal-products__permissions-link:hover{color:#155b9d}.deal-products__table-wrap{border:1px solid #e6eaef;border-radius:6px;overflow:visible;position:relative;z-index:1;min-width:0}.deal-products__content{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:12px;align-items:start}.deal-products__table{width:100%;border-collapse:collapse;table-layout:fixed}.deal-products__table th,.deal-products__table td{border-bottom:1px solid #eef2f6;padding:8px;font-size:13px;vertical-align:middle}.deal-products__table th+th,.deal-products__table td+td{border-left:1px solid #eef2f6}.deal-products__table th{background:#f8fafc;text-align:left;color:#44556b}.deal-products__input{width:100%;border:1px solid #d6dde6;border-radius:4px;padding:6px 8px;font-size:13px}.deal-products__input--name{min-width:0}.deal-products__row--selected{background:#f7fbff}.deal-products__cell-compact .deal-products__input{max-width:100%}.deal-products__editable-field{display:flex;align-items:center;gap:8px;min-width:0}.deal-products__editable-field--compact{justify-content:space-between}.deal-products__value-button{border:0;background:transparent;color:#2c3a4b;font-size:13px;line-height:1.4;text-align:left;padding:0;margin:0;cursor:pointer;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.deal-products__plain-value{color:#2c3a4b;font-size:13px;font-weight:500}.deal-products__edit-btn{border:0;background:transparent;color:#8a9eb4;cursor:pointer;font-size:14px;line-height:1;padding:2px;flex-shrink:0}.deal-products__edit-btn:hover{color:#1e7bd1}.deal-products__sum{white-space:nowrap}.deal-products__remove{border:0;background:transparent;color:#9aa8b8;cursor:pointer;font-size:18px;line-height:1}.deal-products__remove:hover{color:#d63d3d}.deal-products__empty{text-align:center;color:#8ea0b3;padding:20px}.deal-products__name-cell{position:relative;overflow:visible}.deal-products__suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:60;border:1px solid #d7e0ea;border-radius:6px;background:#fff;box-shadow:0 6px 18px #23303d26;max-height:210px;overflow-y:auto}.deal-products__suggestion-item{width:100%;border:0;background:#fff;text-align:left;padding:8px 10px;display:flex;justify-content:space-between;gap:10px;cursor:pointer;font-size:13px;min-height:42px;align-items:center}.deal-products__suggestion-item:hover{background:#eef6ff}.deal-products__suggestion-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.deal-products__suggestion-name{color:#2c3a4b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deal-products__suggestion-article{color:#8296ab;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deal-products__suggestion-price{color:#6a7d92;flex-shrink:0}.deal-products__suggestion-empty{padding:8px 10px;font-size:12px;color:#8296ab}.deal-products__total{display:flex;justify-content:flex-end;gap:8px;margin-top:12px;font-size:16px}.deal-products__details-panel{border:1px solid #e6eaef;border-radius:6px;background:#fbfdff;min-height:260px;max-height:72vh;overflow:auto}.deal-products__details-header{padding:10px 12px;border-bottom:1px solid #e8edf3;background:#fff;position:sticky;top:0;z-index:1}.deal-products__details-header h4{margin:0;font-size:14px;color:#34495e}.deal-products__details-body{padding:10px 12px 12px}.deal-products__details-name{font-size:14px;font-weight:600;color:#27384a;margin-bottom:8px;line-height:1.4}.deal-products__details-primary{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e8edf3;font-size:12px;color:#2c3a4b;line-height:1.4}.deal-products__details-article{font-size:13px;color:#27384a}.deal-products__warranty-meta{font-size:11px;color:#7b8794;margin-top:1px}.deal-products__warranty-price{color:#0b84d8}.deal-products__warranty-range{color:#7b8794}.deal-products__details-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;font-size:12px;color:#55687d}.deal-products__details-specs{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e8edf3;font-size:12px;color:#2c3a4b;line-height:1.4}.deal-products__details-empty{padding:12px;color:#8296ab;font-size:12px}.deal-products__status{margin-top:8px;font-size:13px}.deal-products__status--ok{color:#0e8f43}.deal-products__status--error{color:#c52f2f}.deal-products__savebar{position:sticky;bottom:0;margin:14px -10px -10px;padding:10px 16px;background:#f7f9fb;border-top:1px solid #dbe3ec;display:flex;justify-content:center;gap:12px;z-index:5}.deal-products__save-btn,.deal-products__cancel-btn{border:0;border-radius:3px;padding:8px 18px;font-size:12px;font-weight:700;letter-spacing:.3px;cursor:pointer}.deal-products__save-btn{background:#bbed21;color:#2b3a00}.deal-products__save-btn:disabled{opacity:.6;cursor:not-allowed}.deal-products__cancel-btn{background:transparent;color:#5a6b7d}.deal-products__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#131e2b73;display:flex;justify-content:center;align-items:center;z-index:2000}.deal-products__modal{width:min(1280px,96vw);height:min(86vh,900px);background:#fff;border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.deal-products__modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #e8edf3}.deal-products__modal-header h3{margin:0;font-size:16px}.deal-products__search{padding:10px 12px;border-bottom:1px solid #e8edf3}.deal-products__catalog-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 420px;column-gap:14px;overflow:hidden}.deal-products__catalog-right{overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable both-edges;padding:8px 10px 8px 0}.deal-products__catalog-right{border-right:0;border-left:1px solid #eef2f6}.deal-products__catalog-main{overflow-y:auto;overflow-x:hidden;padding:8px 4px 8px 8px;scrollbar-gutter:stable both-edges}.deal-products__catalog-main .product-list__table-wrapper{overflow-y:visible}.deal-products__enrichment-row td{border-bottom:1px solid #eef2f6;padding:0}.deal-products__enrichment-cell{padding:2px 8px 6px!important}.deal-products__enrichment{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:11px;line-height:1.4}.deal-products__article-info{color:#334155;font-weight:500}.deal-products__stock-info{color:#1e7e34;font-weight:500}.deal-products__stock-item{white-space:nowrap}.deal-products__site-price{color:#5a6b7d}.deal-products__price-changed{color:#c52f2f;font-weight:700;text-transform:uppercase;animation:price-blink 1.5s ease-in-out 3}@keyframes price-blink{0%,to{opacity:1}50%{opacity:.4}}.deal-products__action-badge{background:#e8f5e9;color:#2e7d32;padding:1px 6px;border-radius:3px;font-weight:600;white-space:nowrap}.deal-products__links-row{display:flex;gap:12px;align-items:center;margin-top:2px}.deal-products__link{color:#2563eb!important;text-decoration:none;font-weight:500}.deal-products__link:hover{text-decoration:underline}.deal-products__accessory-links{color:#5a6b7d}.deal-products__warranty-selection{margin-top:4px;width:100%}.deal-products__warranty-label{margin-right:12px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.deal-products__guarantee-row td{border-bottom:1px solid #eef2f6;padding:0;background:#fbfdff}.deal-products__guarantee-row--selected td{background:#edf9ed!important}.deal-products__guarantee-row--unselected td{background:#fff5f5!important;border-left:3px solid #fca5a5}.deal-products__guarantee-cell{padding:4px 8px 8px!important}.deal-products__guarantee-inline{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;font-size:12px}.deal-products__guarantee-label{color:#334155;font-weight:600}.deal-products__guarantee-select{min-width:260px;max-width:100%;border:1px solid #cfd9e3;border-radius:4px;padding:4px 8px;font-size:12px;color:#243447;background:#fff}.deal-products__guarantee-options{display:flex;flex-direction:column;gap:4px;min-width:360px;max-width:100%;border:1px dashed #b7c6d6;border-radius:4px;background:#fff;padding:6px 8px}.deal-products__guarantee-option{display:inline-flex;align-items:flex-start;gap:6px;color:#2f4358;line-height:1.4}.deal-products__guarantee-option input{margin-top:2px}.deal-products__guarantee-option--checked{font-weight:600;color:#1f5c2e}.deal-products__guarantee-hint{color:#7a8ea4;font-size:12px}.deal-products__enrichment--panel{gap:10px;font-size:13px;line-height:1.45}.deal-products__enrichment-panel .deal-products__links-row{margin-top:0}.deal-products__guarantee-badge{font-size:11px;color:#28a745;margin-top:3px;padding-left:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.deal-products__details-guarantee{margin-top:10px;padding-top:8px;border-top:1px solid #e8edf3;font-size:12px;color:#2c3a4b;line-height:1.4}.deal-products__details-guarantee-label{color:#28a745;font-weight:600}.cart{height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:0 4px 20px #00000014;position:relative}.cart__header{flex-shrink:0;padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fff;z-index:10}.cart__content{flex:1;display:flex;flex-direction:column;min-height:0}.cart__items-container{flex:1;overflow-y:auto;padding:12px 16px}.cart__items-container::-webkit-scrollbar{width:4px}.cart__items-container::-webkit-scrollbar-track{background:transparent}.cart__items-container::-webkit-scrollbar-thumb{background:#dfdfdf;border-radius:10px}.cart__footer{flex-shrink:0;background:#f8fafb;border-top:1px solid #eef2f4;padding:8px 16px}.cart__footer-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.cart__footer-left{display:flex;align-items:center;gap:20px;flex:1}.cart__total-compact{display:flex;flex-direction:column}.cart__total-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.cart__total-value{font-size:16px;font-weight:700;color:#333}.cart__contact-mini{flex:1;max-width:250px}.cart__contact-badge{display:inline-flex;align-items:center;gap:8px;background:#2fc6f6;padding:6px 12px;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;max-width:100%}.cart__contact-name-mini{font-size:13px;font-weight:700;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart__contact-clear-mini{background:#fff3;border:none;color:#fff;cursor:pointer;font-size:14px;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart__contact-clear-mini:hover{background:#fff6}.cart__contact-selection-group{position:relative;width:100%}.cart__contact-search-row{display:flex;gap:4px;width:100%}.cart__contact-input-box{position:relative;flex:1}.cart__contact-input-mini{width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;outline:none;height:32px;box-sizing:border-box}.cart__contact-select-btn-mini{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:0 6px;cursor:pointer;font-size:14px}.cart__contact-results-mini{position:absolute;bottom:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #eef2f4;border-radius:4px;box-shadow:0 -4px 12px #0003;max-height:250px;overflow-y:auto;z-index:999999!important}.cart__contact-result-item-mini{padding:8px 12px;font-size:12px;cursor:pointer}.cart__contact-result-item-mini:hover{background:#f3f9ff}.cart__submit-btn-mini{background:#2fc6f6;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap}.cart__submit-btn-mini:hover:not(:disabled){background:#25b3e1}.cart__submit-btn-mini:disabled{background:#cfd4d8;cursor:not-allowed}.cart__submit-btn-mini.success{background:#7bd500}.cart__submit-btn-mini.error{background:#ff5752}.cart__item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f6f7}.cart__item-info{flex:1;min-width:0}.cart__item-name{font-size:13px;font-weight:500;color:#333;display:block;margin-bottom:4px}.cart__item-price-row{font-size:11px;color:#94a3b8}.cart__item-total{margin-left:10px;font-weight:600;color:#525c69}.cart__item-controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.cart__qty-control{display:flex;align-items:center;background:#f8fafb;border-radius:4px;padding:2px}.cart__qty-btn{background:none;border:none;width:20px;height:20px;font-size:14px;color:#2fc6f6;cursor:pointer}.cart__qty{font-size:12px;font-weight:600;min-width:20px;text-align:center}.cart__remove-btn{background:none;border:none;color:#cfd4d8;cursor:pointer;font-size:14px}.cart__remove-btn:hover{color:#ff5752}.cart--collapsed .cart__content{display:none}.cart--collapsed{height:auto}.cart__collapsed-content{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafb;cursor:pointer}.cart__collapsed-title{font-size:13px;color:#525c69}.cart__collapsed-total{font-weight:700;color:#333}.cart__title-group{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart__title{font-size:14px;margin:0;color:#525c69;font-weight:700;text-transform:uppercase}.cart__add-btn{background:#7bd500;color:#fff;border:none;width:20px;height:20px;border-radius:4px;cursor:pointer}.cart__tab{padding:4px 10px;background:#f3f6f7;border-radius:4px;font-size:11px;color:#525c69;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:4px}.cart__tab.active{background:#2fc6f6;color:#fff}.cart__tab-count{background:#0000001a;padding:0 4px;border-radius:4px;font-weight:700}.cart__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.cart__contact-form{position:absolute;bottom:100%;left:0;width:300px;background:#fff;border:1px solid #eef2f4;box-shadow:0 -4px 12px #00000026;border-radius:4px;padding:12px;z-index:100;margin-bottom:4px;display:flex;flex-direction:column;gap:8px}.cart__form-row{display:flex;gap:8px}.cart__form-input{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;outline:none;transition:border-color .2s}.cart__form-input:focus{border-color:#2fc6f6}.cart__footer-row{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.cart__footer-left{display:flex;align-items:flex-end;gap:16px;flex:1}.cart__config-section-mini{display:flex;flex-direction:column;min-width:140px}.cart__config-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.cart__config-select{padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;background-color:#fff;outline:none;width:100%;height:32px;box-sizing:border-box}.cart__comment-section{margin-top:12px}.cart__comment-input--large{width:100%;min-height:80px;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;resize:vertical;font-family:inherit;outline:none}.cart__comment-input--large:focus{border-color:#2fc6f6}.column-settings{position:relative;display:inline-block;margin-bottom:0}.column-settings__dropdown{position:absolute;top:100%;left:0;z-index:9999;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;width:420px;max-height:80vh;overflow:hidden;margin-top:4px;display:flex;flex-direction:column}.column-settings__body{padding:16px;overflow-y:auto;min-height:0;flex:1 1 auto}.column-settings__section h4{margin:0 0 8px;font-size:14px;color:#374151;font-weight:600}.column-settings__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.column-settings__checkbox,.column-settings__radio{display:flex;align-items:center;gap:6px;font-size:13px;color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none}.column-settings__divider{height:1px;background:#e5e7eb;margin:12px 0}.column-settings__aliases-grid{display:grid;grid-template-columns:1fr;gap:8px}.column-settings__alias-row{display:grid;grid-template-columns:86px minmax(0,1fr);gap:8px;align-items:center}.column-settings__alias-key{font-size:12px;color:#6b7280;font-weight:600}.column-settings__alias-input{width:100%;height:30px;border:1px solid #d0d7de;border-radius:4px;padding:0 8px;font-size:12px;color:#1f2937;box-sizing:border-box}.column-settings__alias-input:focus{outline:none;border-color:#2fc6f6}.column-settings__store-filter-row{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:8px;align-items:center}.column-settings__order-input{width:100%;height:30px;border:1px solid #d0d7de;border-radius:4px;padding:0 8px;font-size:12px;color:#1f2937;box-sizing:border-box;text-align:center}.column-settings__order-input:focus{outline:none;border-color:#2fc6f6}.column-settings__hint{margin:8px 0 0;font-size:12px;line-height:1.4;color:#6b7280}.column-settings__footer{display:flex;gap:8px;justify-content:flex-end;padding:10px 16px;margin:0;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}.column-settings>.btn{height:40px;width:40px;padding:0;display:flex;align-items:center;justify-content:center;font-size:20px}.btn--icon.active{background-color:#e5e7eb;border-color:#9ca3af}.column-settings__footer .btn{width:auto!important;min-width:96px;height:30px!important;padding:0 12px;font-size:11px;line-height:1;white-space:nowrap;flex:0 0 auto}.signature-settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.signature-settings-modal{background:#fff;width:500px;max-width:90%;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column}.signature-settings-header{padding:16px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.signature-settings-header h3{margin:0;font-size:18px;color:#333}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#999}.signature-settings-body{padding:20px}.signature-hint{margin-top:0;margin-bottom:10px;font-size:13px;color:#666}.signature-textarea{width:100%;height:150px;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;resize:vertical;box-sizing:border-box}.signature-textarea:focus{outline:none;border-color:#3b82f6}.signature-settings-footer{padding:16px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.status-success{color:green;font-size:13px;margin-top:8px;margin-bottom:0}.status-error{color:red;font-size:13px;margin-top:8px;margin-bottom:0}.permissions-settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a101894;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2100}.permissions-settings-modal{width:min(1320px,98vw);height:min(88vh,940px);background:#fff;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 20px 44px #00000047;overflow:hidden}.permissions-settings-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e6edf5;background:linear-gradient(180deg,#f9fbff,#f5f8fc)}.permissions-settings-header h3{margin:0;font-size:19px}.permissions-settings-header__title{display:flex;flex-direction:column;gap:4px}.permissions-settings-header__title p{margin:0;color:#60758a;font-size:12px}.permissions-settings-body{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:14px}.permissions-settings-section{border:1px solid #e5ecf4;border-radius:10px;padding:14px;background:#f9fbff}.permissions-settings-section h4{margin:0 0 8px}.permissions-settings-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap}.permissions-settings-hint{margin:0 0 8px;font-size:13px;color:#5f7287}.permissions-settings__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.permissions-settings__grid--effective{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.permissions-settings__checkbox{display:flex;align-items:center;gap:8px;font-size:12px;color:#2e3c4d;background:#fff;border:1px solid #e5ecf4;border-radius:7px;padding:8px 10px;line-height:1.35}.permissions-settings__badge{font-size:12px;border-radius:999px;padding:6px 10px;border:1px solid transparent}.permissions-settings__badge.is-allowed{background:#ebf8ef;color:#1f7a39;border-color:#c9ebd4}.permissions-settings__badge.is-denied{background:#fff1f1;color:#a53838;border-color:#f4caca}.permissions-settings-card{border:1px solid #dfe9f3;border-radius:9px;background:#fff;padding:10px 10px 12px;margin-top:10px;box-shadow:0 2px 6px #1e3a560d}.permissions-settings-card__head{display:grid;grid-template-columns:minmax(120px,180px) minmax(140px,1fr) auto auto auto;gap:8px;align-items:center;margin-bottom:8px}.permissions-settings-input{width:100%;border:1px solid #cfdbe9;border-radius:6px;height:32px;padding:0 10px;font-size:13px;background:#fff}.permissions-settings-display{height:32px;border:1px solid #d7e1ec;border-radius:6px;padding:0 10px;display:flex;align-items:center;background:#f8fbff;color:#31485f;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.permissions-settings-input--select{min-width:240px}.permissions-settings-picker{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.permissions-settings-state{color:#5f7287;font-size:14px}.permissions-settings-error{color:#b12222;font-size:13px;background:#fff2f2;border:1px solid #f5c7c7;border-radius:6px;padding:8px 10px}.permissions-settings-notice{color:#12663a;font-size:13px;background:#f0fff4;border:1px solid #c9f0d4;border-radius:6px;padding:8px 10px}.permissions-settings-footer{border-top:1px solid #e6edf5;padding:12px 18px;display:flex;justify-content:flex-end;gap:8px;background:#f8fbff}@media (max-width: 960px){.permissions-settings-card__head{grid-template-columns:1fr}.permissions-settings-modal{width:100vw;height:100vh;border-radius:0}}.price-type-settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a101894;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2100}.price-type-settings-modal{width:min(980px,96vw);height:min(84vh,860px);background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 44px #00000047}.price-type-settings-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #e6edf5;background:linear-gradient(180deg,#f9fbff,#f5f8fc)}.price-type-settings-title h3{margin:0;font-size:19px}.price-type-settings-title p{margin:4px 0 0;color:#60758a;font-size:12px}.price-type-settings-body{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:14px}.price-type-settings-state{color:#5f7287;font-size:14px}.price-type-settings-default{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.price-type-settings-default label{color:#3d5166;font-size:13px;font-weight:600}.price-type-settings-select{min-width:160px;height:32px;border:1px solid #cfdbe9;border-radius:6px;padding:0 8px;background:#fff;font-size:13px}.price-type-settings-input{width:min(320px,100%);height:32px;border:1px solid #cfdbe9;border-radius:6px;padding:0 8px;background:#fff;font-size:13px}.price-type-settings-table-wrap{border:1px solid #dfe9f3;border-radius:10px;overflow:auto;background:#fff}.price-type-settings-table{width:100%;border-collapse:collapse}.price-type-settings-table th,.price-type-settings-table td{border-bottom:1px solid #edf2f8;padding:10px 12px;text-align:left;vertical-align:middle;font-size:13px}.price-type-settings-table thead th{position:sticky;top:0;z-index:1;background:#f7fafc;color:#4a5f74;font-weight:700}.price-type-settings-table tbody tr:last-child td{border-bottom:none}.price-type-settings-direction{display:flex;flex-direction:column;gap:2px}.price-type-settings-direction small{font-size:11px;color:#8a9cae}.price-type-settings-actions{text-align:right;white-space:nowrap}.price-type-settings-default-badge{display:inline-block;background:#eef3fa;color:#526a80;border:1px solid #d8e3ef;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600}.price-type-settings-empty{color:#6d8195;text-align:center;padding:18px 12px}.price-type-settings-error{color:#b12222;font-size:13px;background:#fff2f2;border:1px solid #f5c7c7;border-radius:6px;padding:8px 10px}.price-type-settings-notice{color:#12663a;font-size:13px;background:#f0fff4;border:1px solid #c9f0d4;border-radius:6px;padding:8px 10px}.price-type-settings-footer{border-top:1px solid #e6edf5;padding:12px 18px;display:flex;justify-content:flex-end;gap:8px;background:#f8fbff}@media (max-width: 900px){.price-type-settings-modal{width:100vw;height:100vh;border-radius:0}.price-type-settings-table th,.price-type-settings-table td{font-size:12px;padding:8px 10px}}:root{--primary: #2fc6f6;--primary-hover: #1db5e5;--success: #9dcf00;--danger: #ff5752;--bg: #f5f7f8;--bg-card: #ffffff;--bg-hover: #f8fafb;--border: #eef2f4;--text: #333333;--text-muted: #828b95;--radius: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
