/* Traktor cart shipping summary — two lines */
#cart .cart-shipping-or {
  color: var(--text-color-base-tetriary, #888);
  font-family: var(--font-family-family-primary, Sora);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#cart .cart-summary .cart-shipping-info,
#cart .cart-shipping-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

#cart .cart-shipping-info--pickup .shipping-value {
  font-weight: 600;
}
