.mix-match-bundle{padding-top:var(--mmb-pt, 36px);padding-bottom:var(--mmb-pb, 36px)}.mix-match-bundle__layout{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}.mix-match-bundle__list-header{display:none;justify-content:flex-end;margin-bottom:6px}[data-layout=list] .mix-match-bundle__list-header{display:flex}.mix-match-bundle__select-all{background:none;border:none;cursor:pointer;font-size:.8rem;color:#0a7cd4;text-decoration:underline;padding:0}.mix-match-bundle__select-all:hover{color:#0056a3}.mix-match-bundle__products{display:grid;grid-template-columns:repeat(var(--mmb-cols, 3),1fr);gap:16px}.mix-match-bundle__card{background:#fff;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 6px #00000012}.mix-match-bundle__card-image{aspect-ratio:1;overflow:hidden;border-radius:10px;background:#f3f3f3}.mix-match-bundle__card-image img{width:100%;height:100%;object-fit:cover;display:block}.mix-match-bundle__card-title{font-size:.875rem;font-weight:500;margin:4px 0 0;line-height:1.3;color:inherit;text-decoration:none}.mix-match-bundle__card-title:hover{text-decoration:underline}.mix-match-bundle__card-warning{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:.75rem;color:inherit;margin-top:4px;line-height:1.3}.mix-match-bundle__card-warning img{flex-shrink:0;width:20px;height:20px;object-fit:contain}.mix-match-bundle__card-price{display:flex;gap:6px;align-items:baseline;font-size:.875rem}.mmb-price--sale{font-weight:600}.mmb-price--compare{text-decoration:line-through;color:#999;font-size:.8em}.mix-match-bundle__add-btn{margin-top:auto;width:100%;padding:9px 12px;background:transparent;border:1.5px solid #333;border-radius:24px;cursor:pointer;font-size:.8rem;font-weight:var(--button-font-weight, 500);transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.mix-match-bundle__add-btn:hover{background:#333;color:#fff}.mix-match-bundle__add-btn--added{background:#22c55e;border-color:#22c55e;color:#fff}.mix-match-bundle__card-qty{display:none}[data-layout=list] .mix-match-bundle__products{display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 1px 6px #00000012;overflow:hidden;gap:0}[data-layout=list] .mix-match-bundle__card{flex-direction:row;align-items:center;border-radius:0;box-shadow:none;border-bottom:1px solid #eee;padding:12px 16px;gap:14px}[data-layout=list] .mix-match-bundle__card:last-child{border-bottom:none}[data-layout=list] .mix-match-bundle__card-image{width:72px;height:72px;flex-shrink:0;aspect-ratio:auto;border-radius:8px}[data-layout=list] .mix-match-bundle__card-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}[data-layout=list] .mix-match-bundle__card-title{margin:0}[data-layout=list] .mix-match-bundle__card-price{flex-direction:column;align-items:flex-end;gap:2px;min-width:64px;text-align:right}[data-layout=list] .mmb-price--sale{font-size:1.05rem}[data-layout=list] .mix-match-bundle__add-btn{display:none}[data-layout=list] .mix-match-bundle__card-qty{display:flex;align-items:center;gap:8px;border:1.5px solid #ddd;border-radius:24px;padding:5px 12px;font-size:.85rem;font-weight:600;flex-shrink:0}[data-layout=list] .mix-match-bundle__card-qty .mix-match-bundle__qty-btn{background:transparent;border:none;width:18px;height:18px;border-radius:50%;font-size:1rem;transition:background .1s}[data-layout=list] .mix-match-bundle__card-qty .mix-match-bundle__qty-btn:hover{background:#f0f0f0}.mix-match-bundle__sidebar{position:sticky;top:80px}.mix-match-bundle__sidebar-inner{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;display:flex;flex-direction:column}.mix-match-bundle__sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px 14px;border-bottom:1px solid #eee}.mix-match-bundle__sidebar-title{font-size:1rem;font-weight:700;margin:0}.mix-match-bundle__badge{background:#111;color:#fff;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;transition:transform .15s}.mix-match-bundle__badge--bump{transform:scale(1.35)}.mix-match-bundle__items{padding:10px 20px;min-height:70px;max-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.mix-match-bundle__empty{color:#bbb;font-size:.8rem;text-align:center;padding:14px 0;margin:0}.mix-match-bundle__item{display:flex;align-items:center;gap:8px}.mix-match-bundle__item-img{width:42px;height:42px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#f3f3f3}.mix-match-bundle__item-info{flex:1;min-width:0}.mix-match-bundle__item-title{display:block;font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mix-match-bundle__item-price{display:block;font-size:.72rem;color:#777}.mix-match-bundle__qty{display:flex;align-items:center;gap:5px;font-size:.82rem;font-weight:600}.mix-match-bundle__qty-btn{background:#f0f0f0;border:none;border-radius:4px;width:22px;height:22px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;padding:0;transition:background .1s}.mix-match-bundle__qty-btn:hover{background:#ddd}.mix-match-bundle__remove-btn{background:none;border:none;cursor:pointer;color:#ccc;font-size:1.1rem;line-height:1;padding:0 2px;flex-shrink:0;transition:color .1s}.mix-match-bundle__remove-btn:hover{color:#555}.mix-match-bundle__footer{padding:12px 20px 18px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:10px}.mix-match-bundle__total{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.mix-match-bundle__total-price{font-weight:700;font-size:1.05rem}.mix-match-bundle__discount-note{font-size:.72rem;color:#22a349;font-weight:500;text-align:center;margin:0}.mix-match-bundle__cart-btn{width:100%;padding:13px;background:#444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:var(--button-font-weight, 500);transition:background .15s}.mix-match-bundle__cart-btn:hover:not(:disabled){background:#111}.mix-match-bundle__cart-btn:disabled{background:#bbb;cursor:not-allowed}@media(max-width:900px){.mix-match-bundle__layout{grid-template-columns:1fr}.mix-match-bundle__sidebar{position:static}.mix-match-bundle__products{grid-template-columns:repeat(2,1fr)}[data-layout=list] .mix-match-bundle__products{display:flex}}@media(max-width:480px){.mix-match-bundle__products{gap:10px}.mix-match-bundle__card{padding:10px}[data-layout=list] .mix-match-bundle__card{gap:10px;padding:10px 12px}[data-layout=list] .mix-match-bundle__card-image{width:56px;height:56px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/mix-match-bundle.css.map */
