.m-combine-with{width:100%;margin:28px 0;font-size:14px;font-weight:400;line-height:21px;color:rgb(var(--color-text))}
.m-combine-with__heading{margin:0 0 14px;font-size:13px;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.03em}
.m-combine-with__list{display:flex;flex-direction:column}
.m-combine-with__item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}
.m-combine-with__item:last-child{margin-bottom:0}
.m-combine-with__image{display:block;flex-shrink:0;width:80px;height:80px}
.m-combine-with__image img{width:80px;height:80px;object-fit:cover;display:block;mix-blend-mode:multiply}
.m-combine-with__content{flex:1 1 auto;min-width:0}
.m-combine-with__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:12px;font-weight:400;line-height:18px;color:rgb(var(--color-text));text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:normal}
.m-combine-with__price .m-price{font-size:1.15rem;line-height:1.3}
.m-combine-with__price .m-price-item{font-size:1.15rem !important;font-weight:600 !important;letter-spacing:-0.06em !important;line-height:1.3 !important;color:#000 !important}
.m-combine-with__price s{display:none}
.m-combine-with__form,.m-combine-with__form-inner{flex-shrink:0}
.m-combine-with__button{flex-shrink:0;padding:8px 12px;border:none;border-radius:6px;font-size:8px;font-weight:400;line-height:1;text-transform:uppercase;letter-spacing:0;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;background-color:#1a1a1a;color:#fff;transition:background-color .2s ease;white-space:nowrap}
.m-combine-with__button:hover:not(:disabled){background-color:#333}
.m-combine-with__button:disabled{background-color:#bbb;cursor:not-allowed;opacity:1}
.m-combine-with__button-default{display:flex;align-items:center;justify-content:center;gap:5px}
.m-combine-with__button-icon{width:11px;height:11px;flex-shrink:0}
.m-combine-with__button-added{display:none;width:14px;height:14px}
.m-combine-with__button-added svg{width:14px;height:14px}
.m-combine-with__button.is-added{background-color:#30A46C}
.m-combine-with__button.is-added .m-combine-with__button-default{display:none}
.m-combine-with__button.is-added .m-combine-with__button-added{display:flex}
