.icompose-configurator{margin:10px auto}.icompose-configurator__title{font-size:24px;font-weight:600;margin-bottom:20px;color:#333}.icompose-configurator__wrapper{display:grid;grid-template-columns:minmax(0,1fr) 450px;gap:30px;align-items:start}.icompose-configurator__sidebar{position:sticky;top:100px}@media (max-width:1199px){.icompose-configurator__wrapper{grid-template-columns:minmax(0,1fr) 340px;gap:20px}}@media (max-width:991px){.icompose-configurator__wrapper{grid-template-columns:1fr}}.icompose-section{background:#fff;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:15px}.icompose-section__header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background:#0a71b4;border-bottom:1px solid #0a71b4;border-radius:8px;color:#fff}.icompose-section__header:hover{background:#095a8f}.icompose-section__title{margin:0;font-size:16px;font-weight:600;color:#fff}.icompose-section__toggle{transition:transform 0.2s}.icompose-section__toggle--open{transform:rotate(180deg)}.icompose-section__content{padding:0}.icompose-main-filters{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 20px;padding:16px 20px;background:#f5f9fc;border-bottom:1px solid #e0e0e0}.icompose-main-filters__group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.icompose-main-filters__label{font-size:13px;font-weight:600;color:#333;margin-right:4px}.icompose-main-filters__chips{display:flex;flex-wrap:wrap;gap:6px}.icompose-main-filters__chip{padding:5px 12px;border:1px solid #c5d9e8;border-radius:16px;background:#fff;color:#0a71b4;font-size:13px;cursor:pointer;transition:all 0.15s ease}.icompose-main-filters__chip:hover{border-color:#0a71b4;background:#e8f4fc;color:#0a71b4}.icompose-main-filters__chip--active{background:#0a71b4;border-color:#0a71b4;color:#fff}.icompose-main-filters__clear{margin-left:auto;padding:5px 12px;border:none;background:#fff0;color:#666;font-size:13px;text-decoration:underline;cursor:pointer}.icompose-main-filters__clear:hover{color:#0a71b4}.icompose-main-filters__empty{padding:20px;text-align:center;color:#666;font-style:italic;border-bottom:1px solid #f0f0f0}.icompose-product--filtered-out{display:none!important}.icompose-product{display:grid;grid-template-columns:40px minmax(0,1fr) 90px 110px;align-items:center;gap:15px;padding:12px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color 0.15s ease}.icompose-product:last-child{border-bottom:none}.icompose-product:hover{background:#f0f7fc}.icompose-product--selected{background:#e8f4fc}.icompose-product--selected:hover{background:#dcedf9}.icompose-product__select{display:flex;align-items:center;justify-content:center}.icompose-product__checkbox{display:inline-block;width:20px;height:20px;border:2px solid #ccc;border-radius:4px;position:relative;cursor:pointer}.icompose-product__radio:checked+.icompose-product__checkbox,.icompose-product__checkbox-input:checked+.icompose-product__checkbox{background:#0a71b4;border-color:#0a71b4}.icompose-product__radio:checked+.icompose-product__checkbox::after,.icompose-product__checkbox-input:checked+.icompose-product__checkbox::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.icompose-product__radio,.icompose-product__checkbox-input{position:absolute;opacity:0;width:0;height:0}.icompose-product__info{min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.icompose-product__name{color:#0a71b4;font-size:14px;line-height:1.4}.icompose-product__quantity{display:flex;align-items:center;justify-content:flex-end;gap:5px}.icompose-product__qty-input{width:50px;padding:5px 8px;border:1px solid #ddd;border-radius:3px;text-align:center;font-size:14px}.icompose-product__qty-input:disabled{background:#f5f5f5;color:#999}.icompose-product__qty-label{color:#666;font-size:12px}.icompose-product__price{text-align:right;white-space:nowrap}.icompose-product__price-value{font-weight:600;color:#0a71b4}.icompose-product__price-type{font-size:12px;color:#666;margin-left:4px}.icompose-product__select{cursor:pointer}.icompose-product__qty-input{cursor:text}@media (max-width:767px){.icompose-product{grid-template-columns:30px 1fr auto auto;grid-template-rows:auto auto;gap:8px 10px;padding:12px 15px;align-items:start}.icompose-product__select{grid-row:1;grid-column:1}.icompose-product__info{grid-row:1;grid-column:2 / -1}.icompose-product__quantity{grid-row:2;grid-column:3}.icompose-product__price{grid-row:2;grid-column:4}}.icompose-summary{background:#3e3e3e;border:1px solid #3e3e3e;border-radius:8px;padding:20px;position:sticky;top:20px;color:#fff}.icompose-summary__title{font-size:18px;font-weight:600;margin:0 0 20px 0;padding-bottom:15px;border-bottom:1px solid #555;color:#fff}.icompose-summary__items{margin-bottom:20px;max-height:300px;overflow-y:auto;padding-right:12px}.icompose-summary__items::-webkit-scrollbar{width:6px}.icompose-summary__items::-webkit-scrollbar-track{background:#fff0}.icompose-summary__items::-webkit-scrollbar-thumb{background:#777;border-radius:3px}.icompose-summary__item{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #555;font-size:13px}.icompose-summary__item:last-child{border-bottom:none}.icompose-summary__item-name{font-weight:600;color:#fff}.icompose-summary__item-value{color:#ccc;text-align:right}.icompose-summary__empty{color:#aaa;font-style:italic;text-align:center;padding:20px 0}.icompose-summary__totals{padding:15px 0;border-top:1px solid #555;border-bottom:1px solid #555;margin-bottom:20px}.icompose-summary__row{display:flex;justify-content:space-between;padding:5px 0;font-size:14px}.icompose-summary__row--total{font-weight:600;font-size:16px;color:#fff}.icompose-summary__label{color:#ccc}.icompose-summary__value{color:#7ec8f0;font-weight:600}.icompose-summary__actions{display:flex;flex-direction:column;gap:10px}.icompose-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s}.icompose-btn svg{width:16px;height:16px}.icompose-btn--primary{background:#0a71b4;color:#fff}.icompose-btn--secondary{background:#ff9800;color:#fff}.icompose-btn--secondary:hover{background:#f57c00}.icompose-btn--outline{background:#fff0;color:#666;border:1px solid #ddd}.icompose-btn--outline:hover{background:#f5f5f5;border-color:#ccc}.icompose-summary .icompose-btn--outline{color:#fff;border-color:#777}.icompose-summary .icompose-btn--outline:hover{background:rgb(255 255 255 / .1);border-color:#999}.icompose-loading{text-align:center;padding:40px;color:#666}.icompose-loading .spinner{display:inline-block;width:20px;height:20px;border:2px solid #ddd;border-top-color:#0a71b4;border-radius:50%;animation:spin 0.8s linear infinite;margin-right:10px}@keyframes spin{to{transform:rotate(360deg)}}.icompose-error{color:#d32f2f;text-align:center;padding:20px}.icompose-placeholder{text-align:center;padding:40px;color:#999}.icompose-toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%) translateY(100px);background:#323232;color:#fff;padding:12px 24px;border-radius:4px;font-size:14px;font-weight:500;z-index:9999;opacity:0;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.icompose-toast--show{opacity:1;transform:translateX(-50%) translateY(0)}