/**
 * @file
 * Bloc panier Commerce (header) : icône trait + pastille compteur bleue.
 */

.block-commerce-cart .cart-block--summary {
  display: inline-flex;
  align-items: center;
}

.block-commerce-cart .cp-cart-header-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0f172a;
  line-height: 1;
}

.block-commerce-cart .cp-cart-header-link:hover,
.block-commerce-cart .cp-cart-header-link:focus {
  text-decoration: none;
  color: #0071b3;
}

.block-commerce-cart .cp-cart-header-link__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.block-commerce-cart .cp-cart-header-link__svg {
  display: block;
  width: 26px;
  height: 26px;
}

/* Pastille type « image 1 » : bleu vif, chiffre blanc, coin haut-droite du picto */
.block-commerce-cart .cp-cart-header-link__badge {
  position: absolute;
  top: -5px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.block-commerce-cart .cp-cart-header-link__badge.cp-cart-header-link__badge--wide {
  min-width: 22px;
  padding: 0 6px;
}
