.gmqo-cart-price{display:inline-flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.gmqo-cart-price del{opacity:.55;font-size:.88em}
.gmqo-cart-price ins{text-decoration:none;font-weight:800;color:inherit}
.gmqo-cart-price--subtotal{justify-content:flex-end}

/* Quantity-offer progress. It is rendered server-side in its final position. */
.gmqo-cart-progress{
  box-sizing:border-box;
  width:100%;
  margin:0;
  padding:16px 0;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#f5f5f5;
}
.gmqo-cart-progress-copy{margin:0 0 12px;font-size:12px;font-weight:700;line-height:1.4;color:#d7d7d7}
.gmqo-cart-progress-track{position:relative;height:5px;margin:0 6px 10px;background:#303131;border-radius:999px}
.gmqo-cart-progress-fill{position:absolute;inset:0 auto 0 0;width:0;background:#75d58a;border-radius:999px}
.gmqo-cart-progress-dot{position:absolute;top:50%;width:13px;height:13px;border:3px solid #151616;border-radius:50%;background:#555;transform:translate(-50%,-50%)}
.gmqo-cart-progress-dot.is-unlocked{background:#75d58a;box-shadow:0 0 0 3px rgba(117,213,138,.14)}
.gmqo-cart-progress-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;text-align:center}
.gmqo-cart-progress-step{min-width:0;color:#777}
.gmqo-cart-progress-step strong{display:block;font-size:11px;line-height:1.15;font-weight:900;color:#8b8b8b}
.gmqo-cart-progress-step small{display:block;margin-top:3px;font-size:9px;line-height:1.15;color:#666}
.gmqo-cart-progress-step em{display:inline-block;margin-top:4px;padding:3px 6px;border:1px solid rgba(117,213,138,.35);border-radius:6px;background:rgba(117,213,138,.09);color:#75d58a;font-size:8px;font-style:normal;font-weight:800;line-height:1;letter-spacing:.03em;text-transform:uppercase}
.gmqo-cart-progress-step.is-unlocked strong{color:#75d58a}
.gmqo-cart-progress-step.is-unlocked small{color:#d7d7d7}
.gmqo-cart-progress-check{display:inline-block;margin-right:4px;color:#75d58a;font-weight:900}
.gmqo-cart-progress-step.is-unlocked em{background:#75d58a;border-color:#75d58a;color:#111}

/* GrowMode cart page: one divider after the products, then a divider between
   shipping and quantity offers. The template order is server-side. */
.gmcc-cart-card > .gmcc-free-shipping-progress{
  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  margin-top:14px!important;
  margin-bottom:0!important;
  padding-bottom:16px!important;
}
.gmcc-cart-card > .gmqo-cart-progress--cart{padding-top:16px!important}

/* GrowMode drawer: full-width fixed-footer section, directly below shipping. */
.gmcc-cart-drawer__footer > .gmqo-cart-progress--drawer{
  width:calc(100% + 48px);
  margin:0 -24px;
  padding:14px 24px 15px;
  background:#141515;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.gmcc-cart-drawer__footer > .gmqo-cart-progress--drawer .gmqo-cart-progress-copy{font-size:11px}
.gmcc-cart-drawer__footer > .gmqo-cart-progress--drawer .gmqo-cart-progress-step strong{font-size:10px}
.gmcc-cart-drawer__footer > .gmqo-cart-progress--drawer .gmqo-cart-progress-step small{font-size:8px}
.gmcc-cart-drawer__footer > .gmqo-cart-progress--drawer .gmqo-cart-progress-step em{font-size:7px}

@media(max-width:560px){
  .gmqo-cart-progress{padding:13px 0 14px}
  .gmqo-cart-progress-copy{font-size:10.5px;margin-bottom:10px}
  .gmqo-cart-progress-track{margin-bottom:9px}
  .gmqo-cart-progress-step strong{font-size:9.5px}
  .gmqo-cart-progress-step small{font-size:8px}
  .gmqo-cart-progress-step em{font-size:7px;padding:3px 5px}
  .gmqo-cart-progress-steps{gap:4px}
}
@media(max-width:520px){
  .gmcc-cart-drawer__footer > .gmqo-cart-progress--drawer{
    width:calc(100% + 36px);
    margin-left:-18px;
    margin-right:-18px;
    padding-left:18px;
    padding-right:18px;
  }
}
