/* ======================================================
   cart.css — 12.16.2025 — CST
   Cart Icon ONLY
   ====================================================== */

.tbp-cart-image {
  width: 84px !important;
  height: 40px !important;
  object-fit: contain !important;
  display: block;
}

/* MOBILE ---------------------------------------------- */
@media (max-width: 640px) {

  .tbp-cart-image {
    height: 34px !important;
    width: auto !important;
  }
}


/* ======================================================
   TBP Cart Icon — Dynamic Count Overlay
   ====================================================== */

.tbp-cart-link {
  position: relative;
  display: inline-block;
}

.tbp-cart-img {
  display: block;
}

.tbp-cart-count {
  position: absolute;
  top: 1px;
  left: 35%;
  transform: translateX(-50%);

  font-size: 20px;
  font-weight: 700;
  line-height: 1;

  color: #ECCF6A;
  pointer-events: none;
}

/* Slight nudge ONLY for single digit */
.tbp-cart-count.is-single {
  transform: translateX(-46%);
}

/* ======================================================
   END OF FILE
   ====================================================== */
