/* ==============================================
   SMIKKIE — MIX-BOX PAGE  v4
   Beautiful pick-and-mix redesign
   ============================================= */

/* ---- HERO ---- */
.mix-hero {
  background: linear-gradient(135deg, #f5f0ff 0%, #ede8ff 100%);
  padding: 52px 0 0;
  overflow: hidden;
}

.mix-hero__inner {
  display: flex;
  align-items: flex-end;
  gap: 48px;
}

.mix-hero__text {
  flex: 1;
  padding-bottom: 52px;
}

.mix-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--purple);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.mix-hero__title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  color: var(--dark);
  margin: 0 0 14px;
}

.mix-hero__title .text-purple {
  color: var(--purple);
}

.mix-hero__sub {
  font-size: 16px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 500px;
}

.mix-hero__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}

.perk {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.mix-hero__visual {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mix-hero__box-preview {
  background: var(--purple);
  border-radius: 20px 20px 0 0;
  width: 260px;
  height: 220px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 16px 16px;
  position: relative;
}

.box-preview__lid {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 28px;
  background: #4a2fc0;
  border-radius: 8px 8px 0 0;
}

.box-preview__body {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.box-preview__items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: flex-start;
  max-height: 160px;
  overflow: hidden;
}

.box-preview__empty-text {
  color: rgba(255,255,255,.45);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.box-preview__dot {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255,255,255,.15);
  padding: 3px;
  flex-shrink: 0;
}

.box-preview__label {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-top: 10px;
  opacity: .9;
  text-align: center;
}

.mix-hero__counter {
  background: #fff;
  border-radius: 0 0 20px 20px;
  width: 260px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
}

.mix-hero__counter span:first-child {
  font-size: 13px;
  color: #999;
  font-weight: 600;
}

#hero-count {
  font-size: 24px;
  font-weight: 900;
  color: var(--purple);
}

/* ---- VOLUME UPSELL BANNER ---- */
.volume-upsell {
  background: #fff;
  padding: 44px 0 44px;
  border-bottom: 1px solid #f0f0f0;
}

.volume-upsell__title {
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 28px;
}

.volume-upsell .container > p {
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 28px;
}

.volume-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 16px;
  overflow: visible;
}

.volume-step {
  flex: 1;
  background: #fafafa;
  border: 2px solid #eee;
  border-radius: 18px;
  padding: 28px 20px 22px;
  text-align: center;
  cursor: pointer;
  transition: all .25s ease;
  position: relative;
  margin: 0 8px;
}

.volume-step:hover {
  border-color: var(--purple);
  background: #f8f5ff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(93,63,211,.12);
}

.volume-step.is-active {
  border-color: var(--purple);
  background: linear-gradient(145deg, #f5f0ff, #ede8ff);
  box-shadow: 0 8px 24px rgba(93,63,211,.15);
}

.volume-step__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: .02em;
}

.volume-step__badge--gold {
  background: #ff8c00;
}

.volume-step__icon {
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 1;
}

.volume-step__icon-box {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #f0ebff, #e4d9ff);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--purple);
  margin: 0 auto 12px;
  flex-shrink: 0;
}

.volume-step__info strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 2px;
}

.volume-step__info span {
  font-size: 13px;
  color: #999;
  font-weight: 600;
}

.volume-step__price {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #bbb;
}

.volume-step__price--green {
  color: var(--green);
}

.volume-step__arrow {
  font-size: 22px;
  color: #ddd;
  flex-shrink: 0;
}

/* ---- UPSELL NUDGE ---- */
.upsell-nudge {
  background: linear-gradient(135deg, #fff8e1, #fff3cd);
  border: 2px solid #ffd54f;
  border-radius: 14px;
  padding: 14px 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.upsell-nudge__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  width: 100%;
}

.upsell-nudge__icon {
  font-size: 20px;
  flex-shrink: 0;
}

.upsell-nudge__btn {
  background: #ff8c00;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
  flex-shrink: 0;
}

.upsell-nudge__btn:hover {
  background: #e07800;
}

/* ---- BUILDER LAYOUT ---- */
.mix-builder {
  background: #f7f8fb;
  padding: 40px 0 64px;
}

.mix-builder__layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  align-items: start;
}

/* ---- TABS ---- */
.mix-tabs {
  display: flex;
  gap: 0;
  background: #e8e8e8;
  border-radius: 14px;
  padding: 5px;
  margin-bottom: 28px;
}

.mix-tab {
  flex: 1;
  padding: 11px 20px;
  border: none;
  background: transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #888;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mix-tab--active {
  background: #fff;
  color: var(--purple);
  box-shadow: 0 2px 10px rgba(0,0,0,.09);
}

/* ---- PICKER HEADER ---- */
.picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}

.picker-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--dark);
  margin: 0;
}

.picker-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #999;
}

.picker-progress__bar {
  width: 130px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.picker-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--purple), #8b5cf6);
  border-radius: 4px;
  transition: width .35s ease;
  width: 0%;
}

.picker-progress__label {
  font-size: 13px;
  font-weight: 700;
  color: #999;
}

/* ---- BOX SIZE SELECTOR ---- */
.box-size-selector {
  margin-bottom: 22px;
}

.box-size-selector__title {
  font-size: 13px;
  font-weight: 700;
  color: #999;
  margin: 0 0 10px;
}

.box-sizes {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.box-size {
  position: relative;
  padding: 18px 18px 9px;
  border: 2px solid #ddd;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  color: #666;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1;
  min-width: 80px;
}

.box-size small {
  font-size: 10px;
  font-weight: 600;
  color: #bbb;
}

.box-size__num {
  font-size: 18px;
  font-weight: 900;
  color: inherit;
  line-height: 1;
}

.box-size__label {
  font-size: 10px;
  font-weight: 600;
  color: inherit;
  opacity: .7;
}

.box-size__sub {
  font-size: 10px;
  font-weight: 600;
  color: inherit;
  opacity: .6;
}

.box-size__badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 10px;
  white-space: nowrap;
}

.box-size__badge--gold {
  background: #ff8c00;
}

.box-size:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.box-size--active {
  border-color: var(--purple);
  background: var(--purple);
  color: #fff;
}

.box-size--active small {
  color: rgba(255,255,255,.65);
}

/* ---- FLAVOR FILTERS ---- */
.flavor-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.flavor-filter {
  padding: 7px 18px;
  border: 1.5px solid #ddd;
  border-radius: 24px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #777;
  cursor: pointer;
  transition: all .2s;
}

.flavor-filter:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.flavor-filter--active {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}

/* ---- FLAVOR GRID ---- */
.flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* ---- FLAVOR CARD ---- */
.flavor-card {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 18px;
  overflow: hidden;
  transition: all .22s ease;
  cursor: default;
  display: flex;
  flex-direction: column;
}

.flavor-card:hover {
  border-color: #c4b0ff;
  box-shadow: 0 6px 20px rgba(93,63,211,.1);
  transform: translateY(-2px);
}

.flavor-card.has-qty {
  border-color: var(--purple);
  background: linear-gradient(160deg, #faf8ff, #f3eeff);
}

/* Image wrap */
.flavor-card__img-wrap {
  position: relative;
  background: #f8f8f8;
  padding: 22px 22px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.flavor-card__img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  display: block;
}

.flavor-card__brand-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--purple);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 10px;
}

/* Info */
.flavor-card__info {
  padding: 12px 14px 8px;
  flex: 1;
}

.flavor-card__name {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.3;
}

.flavor-card__macros {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.flavor-card__macros span {
  font-size: 10px;
  font-weight: 700;
  color: #999;
  background: #f3f3f3;
  padding: 2px 8px;
  border-radius: 10px;
}

.flavor-card__price {
  font-size: 16px;
  font-weight: 900;
  color: var(--dark);
}

/* Qty controls */
.flavor-card__qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 8px;
  gap: 0;
}

/* Quick-qty buttons (3 / 6 / 9 stuks) */
.flavor-card__quick-qty {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 14px 14px;
}

.quick-qty-btn {
  position: relative;
  border: 2px solid #eee;
  border-radius: 10px;
  background: #fafafa;
  cursor: pointer;
  padding: 6px 4px 5px;
  text-align: center;
  transition: all .18s;
  font-family: inherit;
}

.quick-qty-btn:hover {
  border-color: var(--purple);
  background: #faf8ff;
}

.quick-qty-btn.is-active {
  border-color: var(--purple);
  background: linear-gradient(145deg, #f5f0ff, #ede8ff);
}

.quick-qty-btn__badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.4;
}

.quick-qty-btn__num {
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
  margin-top: 2px;
}

.quick-qty-btn__label {
  display: block;
  font-size: 9px;
  color: #aaa;
  font-weight: 600;
  margin-top: 1px;
}

.qty-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #e8e0ff;
  background: #f5f0ff;
  color: var(--purple);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .18s;
  flex-shrink: 0;
}

.qty-btn:hover {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
  transform: scale(1.08);
}

.qty-val {
  min-width: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: var(--purple);
}

/* ---- ORDER SUMMARY SIDEBAR ---- */
.mix-builder__summary {
  position: sticky;
  top: 90px;
}

.summary-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 28px rgba(0,0,0,.08);
  overflow: hidden;
}

.summary-card__header {
  background: var(--purple);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary-card__header h3 {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  margin: 0;
}

.summary-card__count {
  background: rgba(255,255,255,.2);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
}

/* Discount tier — progress bar style */
.discount-tier {
  padding: 16px 20px 14px;
  border-bottom: 1px solid #f0f0f0;
}

.discount-tier__bar {
  height: 8px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

.discount-tier__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--purple), #9b59b6);
  border-radius: 10px;
  transition: width .4s ease;
}

.discount-tier__steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.discount-tier__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  opacity: .35;
  transition: opacity .25s;
}

.discount-tier__step.is-active {
  opacity: 1;
}

.discount-tier__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  transition: background .25s;
}

.discount-tier__step.is-active .discount-tier__dot {
  background: var(--purple);
}

.discount-tier__pct {
  font-size: 13px;
  font-weight: 900;
  color: var(--dark);
}

.discount-tier__step small {
  font-size: 10px;
  color: #999;
  font-weight: 600;
}

.discount-tier__label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--purple);
  background: #faf8ff;
  padding: 7px 12px;
  border-radius: 8px;
}

/* Summary items */
.summary-items {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 340px;
  overflow-y: auto;
}

.summary-empty {
  text-align: center;
  color: #ccc;
  font-size: 13px;
  font-weight: 600;
  padding: 16px 0;
  margin: 0;
}

/* Individual item card */
.summary-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.summary-item:last-child { border-bottom: none; }

.summary-item__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.summary-item__img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 10px;
  background: #f7f5ff;
  flex-shrink: 0;
  padding: 4px;
  border: 1px solid #ede9ff;
}

.summary-item__info {
  flex: 1;
  min-width: 0;
}

.summary-item__brand {
  display: block;
  font-size: 9px;
  font-weight: 800;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
  opacity: .7;
}

.summary-item__name {
  display: block;
  font-weight: 700;
  color: #222;
  font-size: 12.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.summary-item__unit {
  display: block;
  font-size: 10.5px;
  color: #999;
  font-weight: 600;
  margin-top: 1px;
}

.summary-item__price {
  display: block;
  font-weight: 800;
  color: var(--purple);
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}

.summary-item__qty-ctrl {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.summary-qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--purple);
  background: #fff;
  color: var(--purple);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background .15s, color .15s;
  flex-shrink: 0;
}
.summary-qty-btn:hover {
  background: var(--purple);
  color: #fff;
}

.summary-qty-val {
  font-weight: 900;
  color: var(--dark);
  font-size: 15px;
  min-width: 22px;
  text-align: center;
}

/* Per-item upsell nudge */
.summary-item__nudge {
  margin-top: 6px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #b8860b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.summary-item__nudge-btn {
  background: #ffb300;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s;
}
.summary-item__nudge-btn:hover { background: #e65c00; }

/* Sidebar upsell section (other flavors) */
.summary-upsell-flavors {
  border-top: 1px solid #f0f0f0;
  padding: 12px 16px 4px;
}

.summary-upsell-flavors__title {
  font-size: 11px;
  font-weight: 800;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 10px;
}

.sidebar-upsell-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  border-bottom: 1px solid #f5f5f5;
}
.sidebar-upsell-item:last-child { border-bottom: none; }

.sidebar-upsell-item__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f5ff;
  flex-shrink: 0;
  padding: 3px;
  border: 1px solid #ede9ff;
}

.sidebar-upsell-item__info {
  flex: 1;
  min-width: 0;
}

.sidebar-upsell-item__name {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-upsell-item__price {
  display: block;
  font-size: 10.5px;
  color: #888;
  font-weight: 600;
  margin-top: 1px;
}

.sidebar-upsell-item__btns {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 90px;
}

.sidebar-upsell-btn {
  background: #f3f0ff;
  color: var(--purple);
  border: 1.5px solid #d4c9ff;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s, color .15s;
  line-height: 1.4;
}
.sidebar-upsell-btn:hover {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}

/* Pricing */
.summary-pricing {
  border-top: 1px solid #f0f0f0;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.summary-pricing__row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  font-weight: 600;
}

.summary-pricing__row--total {
  font-size: 19px;
  font-weight: 900;
  color: var(--dark);
  margin-top: 6px;
  padding-top: 12px;
  border-top: 2px solid #eee;
}

.price-strike {
  text-decoration: line-through;
  color: #bbb;
}

.price-green {
  color: var(--green);
  font-weight: 800;
}

/* Upsell button */
.summary-upsell {
  padding: 0 20px 16px;
}

.btn-upsell {
  width: 100%;
  background: linear-gradient(135deg, #ff8c00, #ffb300);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.btn-upsell:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,140,0,.35);
}

.btn-upsell__icon {
  font-size: 18px;
  flex-shrink: 0;
}

.btn-upsell__text {
  flex: 1;
}

.btn-upsell__arrow {
  font-size: 16px;
  opacity: .7;
}

/* Add to cart */
.btn-add-to-cart {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: var(--purple);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 16px 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.btn-add-to-cart:hover:not(:disabled) {
  background: #4a2fc0;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(93,63,211,.3);
}

.btn-add-to-cart:disabled {
  background: #d0d0d0;
  cursor: not-allowed;
}

/* Trust badges */
.summary-trust {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 14px 20px 20px;
  flex-wrap: wrap;
}

.summary-trust span {
  font-size: 11px;
  font-weight: 600;
  color: #bbb;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ---- COMPLETE DOZEN TAB ---- */
.dozen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
}

.dozen-product {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
  border: 2px solid #eee;
  transition: border-color .2s, box-shadow .2s;
}

.dozen-product:hover {
  border-color: var(--purple);
  box-shadow: 0 6px 24px rgba(93,63,211,.1);
}

.dozen-product__header {
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #f0f0f0;
}

.dozen-product__img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 14px;
  background: #f5f5f5;
  padding: 8px;
  flex-shrink: 0;
}

.dozen-product__info {
  flex: 1;
}

.dozen-product__brand {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 4px;
}

.dozen-product__name {
  font-size: 16px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 5px;
  line-height: 1.25;
}

.dozen-product__unit {
  font-size: 12px;
  color: #aaa;
  font-weight: 600;
}

/* Bundle selector */
.bundle-selector {
  padding: 18px 22px 0;
}

.bundle-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.bundle-option {
  border: 2px solid #eee;
  border-radius: 14px;
  padding: 12px 6px;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  position: relative;
}

.bundle-option:hover {
  border-color: #c4b0ff;
  background: #faf8ff;
}

.bundle-option--active {
  border-color: var(--purple);
  background: linear-gradient(145deg, #f5f0ff, #ede8ff);
}

.bundle-option__badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 10px;
  white-space: nowrap;
}

.bundle-option__badge--gold {
  background: #ff8c00;
}

.bundle-option__qty {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 3px;
}

.bundle-option__price {
  font-size: 12px;
  font-weight: 800;
  color: var(--purple);
  line-height: 1.2;
}

.bundle-option__per {
  font-size: 10px;
  color: #aaa;
  font-weight: 600;
  margin-top: 2px;
}

.btn-add-dozen {
  width: calc(100% - 44px);
  margin: 0 22px 22px;
  background: var(--purple);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-add-dozen:hover {
  background: #4a2fc0;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(93,63,211,.25);
}

/* ---- CART DRAWER ---- */
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity .3s ease;
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 100vw;
  height: 100%;
  background: #faf9ff;
  box-shadow: -12px 0 60px rgba(91,45,142,0.18);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
}

.cart-drawer.is-open {
  pointer-events: all;
}

.cart-drawer.is-open .cart-drawer__backdrop {
  opacity: 1;
}

.cart-drawer.is-open .cart-drawer__panel {
  transform: translateX(0);
}

.cart-drawer__header {
  padding: 20px 24px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--purple) 0%, #7c3aed 100%);
  flex-shrink: 0;
}

.cart-drawer__title {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.3px;
}

.cart-drawer__count {
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 20px;
}

.cart-drawer__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .18s;
  flex-shrink: 0;
}

.cart-drawer__close:hover {
  background: rgba(255,255,255,0.28);
}

/* Shipping progress in drawer */
.cart-drawer__shipping {
  padding: 14px 24px;
  background: #fff;
  border-bottom: 1px solid #f0ecff;
  flex-shrink: 0;
}

.shipping-progress__label {
  font-size: 12.5px;
  font-weight: 800;
  color: #2d8a55;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.shipping-progress__label.is-free {
  color: var(--green);
  font-weight: 900;
}

.shipping-progress__track {
  height: 8px;
  background: #e8f5ee;
  border-radius: 10px;
  overflow: hidden;
}

.shipping-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, #48bb78, #38a169);
  border-radius: 10px;
  transition: width .5s cubic-bezier(.4,0,.2,1);
}

/* Discount badge in drawer */
.cart-drawer__discount {
  margin: 12px 24px 0;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #2e7d32;
  flex-shrink: 0;
}

/* Cart items */
.cart-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 8px 16px 12px;
  background: #faf9ff;
  scrollbar-width: thin;
  scrollbar-color: #e0d9ff transparent;
}
.cart-drawer__items::-webkit-scrollbar { width: 4px; }
.cart-drawer__items::-webkit-scrollbar-thumb { background: #e0d9ff; border-radius: 4px; }

.cart-drawer__empty {
  text-align: center;
  padding: 40px 20px;
  color: #ccc;
  font-size: 14px;
  font-weight: 600;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 8px;
  box-shadow: 0 1px 6px rgba(91,45,142,0.07);
  border: 1px solid #f0ecff;
  transition: box-shadow .2s;
}

.cart-item:hover { box-shadow: 0 4px 16px rgba(91,45,142,0.13); }
.cart-item:last-child { margin-bottom: 0; }

.cart-item__img {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #f7f5ff 0%, #ede9ff 100%);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid #e0d9ff;
  padding: 6px;
}

.cart-item__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cart-item__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-item__brand {
  font-size: 10px;
  color: var(--purple);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .75;
}

.cart-item__name {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.cart-item__unit {
  font-size: 11.5px;
  color: #aaa;
  font-weight: 600;
}

.cart-item__price {
  font-size: 15px;
  font-weight: 900;
  color: var(--purple);
  margin-top: 2px;
}

.cart-item__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.cart-item__remove {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #f5f5f5;
  color: #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .18s;
  flex-shrink: 0;
}

.cart-item__remove:hover {
  background: #ffe0e0;
  color: #e53935;
}

/* Tier bar in drawer */
.cart-drawer__tier {
  padding: 12px 20px 10px;
  background: #f5f0ff;
  border-bottom: 1px solid #e8e0ff;
  flex-shrink: 0;
}

.drawer-tier-bar__labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.drawer-tier-bar__label {
  font-size: 11px;
  font-weight: 800;
  color: #bbb;
  transition: color .2s;
}

.drawer-tier-bar__label.is-reached {
  color: var(--purple);
}

.drawer-tier-bar__track {
  height: 8px;
  background: #e0d9ff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 7px;
}

.drawer-tier-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--purple), #7c3aed);
  border-radius: 10px;
  transition: width .5s cubic-bezier(.4,0,.2,1);
}

.drawer-tier-bar__nudge {
  font-size: 12px;
  font-weight: 700;
  color: #555;
  text-align: center;
}

.drawer-tier-bar__nudge strong {
  color: var(--purple);
}

/* Quick-add buttons row per cart item */
.cart-item__top {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.cart-item__quick-row {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0ecff;
}

.drawer-quick-btn {
  flex: 1;
  min-width: 0;
  background: #f5f0ff;
  border: 1.5px solid #e0d9ff;
  border-radius: 8px;
  padding: 5px 4px 4px;
  font-size: 11px;
  font-weight: 800;
  color: var(--purple);
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
  transition: all .15s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.drawer-quick-btn span {
  font-size: 9px;
  font-weight: 600;
  color: #aaa;
  white-space: nowrap;
}

.drawer-quick-btn:hover {
  background: #ede8ff;
  border-color: var(--purple);
}

.drawer-quick-btn.is-active {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}

.drawer-quick-btn.is-active span {
  color: rgba(255,255,255,0.75);
}

/* Qty controls in cart item */
.cart-item__qty-ctrl {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f5f0ff;
  border-radius: 20px;
  padding: 3px 6px;
  margin-top: 4px;
}

.cart-item__qty-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: var(--purple);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background .15s;
}

.cart-item__qty-btn:hover { background: #7c3aed; }

.cart-item__qty-val {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
  min-width: 18px;
  text-align: center;
}

/* Cart footer */
.cart-drawer__footer {
  padding: 16px 24px 22px;
  border-top: 1px solid #f0ecff;
  background: #fff;
  flex-shrink: 0;
}

.cart-drawer__totals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.cart-totals-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  font-weight: 600;
}

.cart-totals-row--total {
  font-size: 20px;
  font-weight: 900;
  color: var(--dark);
  margin-top: 4px;
  padding-top: 12px;
  border-top: 2px solid #eee;
}

.btn-primary.btn-full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 14px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--purple) 0%, #7c3aed 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 4px 16px rgba(91,45,142,0.25);
}
.btn-primary.btn-full:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(91,45,142,0.35);
}

.cart-drawer__view-cart {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--purple);
  text-decoration: none;
  padding: 6px;
}

.cart-drawer__view-cart:hover {
  text-decoration: underline;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .mix-builder__layout {
    grid-template-columns: 1fr;
  }

  .mix-builder__summary {
    position: static;
    order: -1;
  }

  .cart-drawer__panel {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .mix-hero__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .mix-hero__text {
    padding-bottom: 0;
    text-align: center;
  }

  .mix-hero__perks {
    justify-content: center;
  }

  .mix-hero__visual {
    width: 100%;
    align-items: center;
  }

  .volume-steps {
    flex-direction: column;
    gap: 16px;
    max-width: 320px;
  }

  .volume-step__arrow {
    transform: rotate(90deg);
  }

  .flavor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bundle-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .dozen-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .flavor-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mix-hero__box-preview,
  .mix-hero__counter {
    width: 240px;
  }
}

/* ---- Sidebar progress bar ---- */
.summary-progress {
  padding: 12px 20px 4px;
  border-bottom: 1px solid #f0f0f0;
}
.summary-progress__bar {
  height: 8px;
  background: #ede8ff;
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 6px;
}
.summary-progress__fill {
  height: 100%;
  background: var(--purple);
  border-radius: 99px;
  transition: width .3s ease;
}
.summary-progress__label {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  text-align: right;
}

/* ---- Volume step: single item (normaal tarief) ---- */
.volume-step--single {
  border-color: #ddd;
  background: #fafafa;
}
.volume-step--single .volume-step__badge--gray {
  background: #e0e0e0;
  color: #666;
}
.volume-step--single .volume-step__icon-box {
  background: #e0e0e0;
  color: #555;
}
.volume-step--single .volume-step__price {
  color: #aaa;
  font-size: 11px;
}


/* =============================================
   CATEGORY MIX-BOX — extra stijlen voor
   eiwitrepen.html en drankjes.html
   ============================================= */

/* Hero stats */
.mix-hero__stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.mix-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mix-hero__stat strong {
  font-size: 20px;
  font-weight: 900;
  color: var(--purple);
  line-height: 1;
}
.mix-hero__stat span {
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

/* Hero image */
.mix-hero__img {
  flex-shrink: 0;
  width: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mix-hero__img img {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(124,58,237,.18));
}

/* Mix builder two-column layout */
.mix-builder__layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: start;
}
.mix-builder__main {
  min-width: 0;
}
.mix-builder__sidebar {
  position: sticky;
  top: 80px;
}

/* Mix summary sidebar */
.mix-summary {
  background: #fff;
  border: 1.5px solid var(--border, #ede9ff);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 24px rgba(124,58,237,.07);
}
.mix-summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.mix-summary__header h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--dark);
  margin: 0;
}
.mix-summary__count {
  font-size: 13px;
  font-weight: 700;
  color: var(--purple);
  background: #ede9ff;
  padding: 3px 10px;
  border-radius: 20px;
}
.mix-summary__empty {
  text-align: center;
  padding: 24px 0;
  color: #999;
}
.mix-summary__empty-icon {
  font-size: 32px;
  margin-bottom: 8px;
}
.mix-summary__empty p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.mix-summary__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.mix-summary__pricing {
  border-top: 1px solid var(--border, #ede9ff);
  padding-top: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mix-summary__row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}
.mix-summary__row--discount {
  color: #2d8a55;
  font-weight: 700;
}
.mix-summary__row--total {
  font-size: 16px;
  font-weight: 800;
  color: var(--dark);
  margin-top: 4px;
}
.mix-summary__trust {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border, #ede9ff);
}
.mix-summary__trust span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

/* Summary item cards */
.summary-item {
  background: #f9f7ff;
  border-radius: 10px;
  padding: 10px;
}
.summary-item__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-item__img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  flex-shrink: 0;
}
.summary-item__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.summary-item__brand {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--purple);
}
.summary-item__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.summary-item__unit {
  font-size: 11px;
  color: #888;
}
.summary-item__price {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
  white-space: nowrap;
}
.summary-item__qty-ctrl {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 6px;
}
.summary-qty-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--purple);
  background: #fff;
  color: var(--purple);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background .15s, color .15s;
}
.summary-qty-btn:hover {
  background: var(--purple);
  color: #fff;
}
.summary-qty-val {
  font-size: 13px;
  font-weight: 700;
  min-width: 18px;
  text-align: center;
}

/* Tier bar (dynamic, rendered by JS) */
.tier-bar {
  background: #f5f0ff;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.tier-bar__labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.tier-bar__label {
  font-size: 11px;
  font-weight: 700;
  color: #bbb;
  transition: color .2s;
}
.tier-bar__label.is-reached {
  color: var(--purple);
}
.tier-bar__track {
  height: 6px;
  background: #ddd6fe;
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 8px;
}
.tier-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--purple), #a855f7);
  border-radius: 99px;
  transition: width .3s ease;
}
.tier-bar__nudge {
  font-size: 12px;
  color: #555;
  text-align: center;
}
.tier-bar__nudge strong {
  color: var(--purple);
}

/* Flavor filters */
.flavor-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.flavor-filter {
  padding: 6px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--border, #ede9ff);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  transition: all .15s;
}
.flavor-filter--active,
.flavor-filter:hover {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}

/* Picker header */
.picker-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 12px 16px;
  background: #f9f7ff;
  border-radius: 12px;
}
.picker-header__left {
  flex-shrink: 0;
}
.picker-header__count {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
}
.picker-header__progress {
  flex: 1;
  min-width: 80px;
}
.picker-header__track {
  height: 6px;
  background: #ddd6fe;
  border-radius: 99px;
  overflow: hidden;
}
.picker-header__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--purple), #a855f7);
  border-radius: 99px;
  transition: width .3s ease;
}

/* Responsive */
@media (max-width: 900px) {
  .mix-builder__layout {
    grid-template-columns: 1fr;
  }
  .mix-builder__sidebar {
    position: static;
    order: -1;
  }
  .mix-hero__img {
    display: none;
  }
  .mix-hero__stats {
    gap: 16px;
  }
}
